[arch-commits] Commit in mod_python/repos (3 files)
Douglas Soares de Andrade
douglas at archlinux.org
Sun Oct 19 15:21:39 UTC 2008
Date: Sunday, October 19, 2008 @ 11:21:39
Author: douglas
Revision: 15857
Merged revisions 15856 via svnmerge from
svn+ssh://archlinux.org/home/svn-packages/mod_python/trunk
........
r15856 | douglas | 2008-10-19 13:20:51 -0200 (Dom, 19 Out 2008) | 1 line
upgpkg: mod_python 3.3.1-4
........
Modified:
mod_python/repos/extra-i686/ (properties)
mod_python/repos/extra-i686/PKGBUILD
mod_python/repos/extra-i686/mod_python.install
--------------------+
PKGBUILD | 7 ++++---
mod_python.install | 2 +-
2 files changed, 5 insertions(+), 4 deletions(-)
Property changes on: mod_python/repos/extra-i686
___________________________________________________________________
Name: svnmerge-integrated
- /mod_python/trunk:1-4842
+ /mod_python/trunk:1-15856
Modified: extra-i686/PKGBUILD
===================================================================
--- extra-i686/PKGBUILD 2008-10-19 15:20:51 UTC (rev 15856)
+++ extra-i686/PKGBUILD 2008-10-19 15:21:39 UTC (rev 15857)
@@ -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-i686/mod_python.install
===================================================================
--- extra-i686/mod_python.install 2008-10-19 15:20:51 UTC (rev 15856)
+++ extra-i686/mod_python.install 2008-10-19 15:21:39 UTC (rev 15857)
@@ -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