From 8e7fc03407c9f4f62d3894be3121f90fed406769 Mon Sep 17 00:00:00 2001 From: Heinz Wiesinger Date: Tue, 11 May 2010 22:22:39 +0200 Subject: development/mod_perl: Updated for version 2.0.4 --- development/mod_perl/doinst.sh | 1 + development/mod_perl/mod_perl.SlackBuild | 8 ++++---- development/mod_perl/mod_perl.conf | 2 +- development/mod_perl/mod_perl.info | 8 ++++---- 4 files changed, 10 insertions(+), 9 deletions(-) (limited to 'development') diff --git a/development/mod_perl/doinst.sh b/development/mod_perl/doinst.sh index 240c95761e..69b0b327b2 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 fce60e4241..46d1f19f04 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 -# Copyright 2007 Heinz Wiesinger +# Copyright 2007-2008 Heinz Wiesinger # 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 bad6a93591..8b33e560c1 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/ # # SetHandler perl-script # PerlResponseHandler ModPerl::Registry diff --git a/development/mod_perl/mod_perl.info b/development/mod_perl/mod_perl.info index 8446bfdafa..3f5c0bd545 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" -- cgit v1.2.3