[arch-commits] Commit in mod_python/repos (3 files)

Eric Belanger eric at archlinux.org
Mon Oct 20 00:59:19 UTC 2008


    Date: Sunday, October 19, 2008 @ 20:59:19
  Author: eric
Revision: 16006

Merged revisions 15856 via svnmerge from 
svn+ssh://svn.archlinux.org/home/svn-packages/mod_python/trunk

........
  r15856 | douglas | 2008-10-19 11:20:51 -0400 (Sun, 19 Oct 2008) | 1 line
  
  upgpkg: mod_python 3.3.1-4
........

Modified:
  mod_python/repos/extra-x86_64/	(properties)
  mod_python/repos/extra-x86_64/PKGBUILD
  mod_python/repos/extra-x86_64/mod_python.install

--------------------+
 PKGBUILD           |    7 ++++---
 mod_python.install |    2 +-
 2 files changed, 5 insertions(+), 4 deletions(-)


Property changes on: mod_python/repos/extra-x86_64
___________________________________________________________________
Name: svnmerge-integrated
   - /mod_python/trunk:1-4841
   + /mod_python/trunk:1-16005

Modified: extra-x86_64/PKGBUILD
===================================================================
--- extra-x86_64/PKGBUILD	2008-10-20 00:57:58 UTC (rev 16005)
+++ extra-x86_64/PKGBUILD	2008-10-20 00:59:19 UTC (rev 16006)
@@ -1,8 +1,9 @@
 # $Id$
 # Maintainer: Judd Vinet <jvinet at zeroflux.org>
+
 pkgname=mod_python
 pkgver=3.3.1
-pkgrel=3
+pkgrel=4
 pkgdesc="an Apache module that embeds the Python interpreter within the server"
 arch=('i686' 'x86_64')
 license=('APACHE')
@@ -11,8 +12,6 @@
 install=mod_python.install
 source=(http://www.apache.org/dist/httpd/modpython/mod_python-$pkgver.tgz
 	compile.patch)
-md5sums=('a3b0150176b726bd2833dac3a7837dc5'
-         '4786c158223c2d3a94f3b6e69826b522')
 
 build() {
   cd $startdir/src/$pkgname-$pkgver
@@ -22,3 +21,5 @@
   make || return 1
   make DESTDIR=$startdir/pkg install
 }
+md5sums=('a3b0150176b726bd2833dac3a7837dc5'
+         '4786c158223c2d3a94f3b6e69826b522')

Modified: extra-x86_64/mod_python.install
===================================================================
--- extra-x86_64/mod_python.install	2008-10-20 00:57:58 UTC (rev 16005)
+++ extra-x86_64/mod_python.install	2008-10-20 00:59:19 UTC (rev 16006)
@@ -2,7 +2,7 @@
 post_install() {
   echo
   echo "Now don't forget to edit your main config and add"
-  echo "    LoadModule python_module /usr/lib/apache/mod_python.so"
+  echo "    LoadModule python_module /usr/lib/httpd/modules/mod_python.so"
   echo "and if your configuration uses ClearModuleList, then also"
   echo "    AddModule mod_python.c"
   echo




More information about the arch-commits mailing list