diff options
author | Heinz Wiesinger <HMWiesinger@gmx.at> | 2010-05-11 22:22:39 +0200 |
---|---|---|
committer | Erik Hanson <erik@slackbuilds.org> | 2010-05-11 22:22:39 +0200 |
commit | 8e7fc03407c9f4f62d3894be3121f90fed406769 (patch) | |
tree | 772c2cac9001f608b08b3267fa09bf87473c2e71 | |
parent | a8b9186859eed5ac79236136590291385805525e (diff) |
development/mod_perl: Updated for version 2.0.4
-rw-r--r-- | development/mod_perl/doinst.sh | 1 | ||||
-rw-r--r-- | development/mod_perl/mod_perl.SlackBuild | 8 | ||||
-rw-r--r-- | development/mod_perl/mod_perl.conf | 2 | ||||
-rw-r--r-- | development/mod_perl/mod_perl.info | 8 |
4 files changed, 10 insertions, 9 deletions
diff --git a/development/mod_perl/doinst.sh b/development/mod_perl/doinst.sh index 240c95761ec6..69b0b327b25a 100644 --- a/development/mod_perl/doinst.sh +++ b/development/mod_perl/doinst.sh @@ -3,3 +3,4 @@ if [ ! -r etc/httpd/mod_perl.conf ]; then elif [ "$(cat etc/httpd/mod_perl.conf 2> /dev/null)" = "" ]; then cat etc/httpd/mod_perl.conf.example > etc/httpd/mod_perl.conf fi + diff --git a/development/mod_perl/mod_perl.SlackBuild b/development/mod_perl/mod_perl.SlackBuild index fce60e424171..46d1f19f04a0 100644 --- a/development/mod_perl/mod_perl.SlackBuild +++ b/development/mod_perl/mod_perl.SlackBuild @@ -1,9 +1,8 @@ #!/bin/sh # Slackware build script for mod_perl -# Written by ppr:kut <hmwiesinger@gmx.at> -# Copyright 2007 Heinz Wiesinger +# Copyright 2007-2008 Heinz Wiesinger <hmwiesinger@gmx.at> # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -24,10 +23,11 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=mod_perl -VERSION=2.0.3 +VERSION=2.0.4 ARCH=${ARCH:-i486} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} + CWD=$(pwd) TMP=${TMP:-/tmp/SBo} PKG=$TMP/package-$PRGNAM @@ -44,7 +44,7 @@ cd $PRGNAM-$VERSION chown -R root:root . chmod -R u+w,go+r-w,a-s . -perl Makefile.PL MP_APXS=/usr/sbin/apxs +perl Makefile.PL MP_APXS=/usr/sbin/apxs INSTALLDIRS=vendor make make install DESTDIR=$PKG diff --git a/development/mod_perl/mod_perl.conf b/development/mod_perl/mod_perl.conf index bad6a93591f2..8b33e560c15f 100644 --- a/development/mod_perl/mod_perl.conf +++ b/development/mod_perl/mod_perl.conf @@ -10,7 +10,7 @@ AddHandler perl-script pl # Set this if you want perl-scripts to be # executed from only one directory -#Alias /perl/ /var/www/htdocs/perl/ +#Alias /perl/ /srv/www/htdocs/perl/ #<Location /perl/> # SetHandler perl-script # PerlResponseHandler ModPerl::Registry diff --git a/development/mod_perl/mod_perl.info b/development/mod_perl/mod_perl.info index 8446bfdafa3b..3f5c0bd5452b 100644 --- a/development/mod_perl/mod_perl.info +++ b/development/mod_perl/mod_perl.info @@ -1,8 +1,8 @@ PRGNAM="mod_perl" -VERSION="2.0.3" +VERSION="2.0.4" HOMEPAGE="http://perl.apache.org/" -DOWNLOAD="http://perl.apache.org/dist/mod_perl-2.0.3.tar.gz" -MD5SUM="b40e2adf67c6be15a0041af1c67b6997" +DOWNLOAD="http://perl.apache.org/dist/mod_perl-2.0.4.tar.gz" +MD5SUM="1a05625ae6843085f985f5da8214502a" MAINTAINER="ppr:kut" EMAIL="HMWiesinger@gmx.at" -APPROVED="rworkman" +APPROVED="Erik Hanson" |