[arch-commits] Commit in mod_python/trunk (PKGBUILD mod_python.install)

Douglas Soares de Andrade douglas at archlinux.org
Sun Oct 19 15:20:52 UTC 2008


    Date: Sunday, October 19, 2008 @ 11:20:51
  Author: douglas
Revision: 15856

upgpkg: mod_python 3.3.1-4

Modified:
  mod_python/trunk/PKGBUILD
  mod_python/trunk/mod_python.install

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2008-10-19 15:13:53 UTC (rev 15855)
+++ PKGBUILD	2008-10-19 15:20:51 UTC (rev 15856)
@@ -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: mod_python.install
===================================================================
--- mod_python.install	2008-10-19 15:13:53 UTC (rev 15855)
+++ mod_python.install	2008-10-19 15:20:51 UTC (rev 15856)
@@ -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