summaryrefslogtreecommitdiffstats
path: root/development
diff options
context:
space:
mode:
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
commit8e7fc03407c9f4f62d3894be3121f90fed406769 (patch)
tree772c2cac9001f608b08b3267fa09bf87473c2e71 /development
parenta8b9186859eed5ac79236136590291385805525e (diff)
downloadslackbuilds-8e7fc03407c9f4f62d3894be3121f90fed406769.tar.gz
slackbuilds-8e7fc03407c9f4f62d3894be3121f90fed406769.tar.xz
development/mod_perl: Updated for version 2.0.4
Diffstat (limited to 'development')
-rw-r--r--development/mod_perl/doinst.sh1
-rw-r--r--development/mod_perl/mod_perl.SlackBuild8
-rw-r--r--development/mod_perl/mod_perl.conf2
-rw-r--r--development/mod_perl/mod_perl.info8
4 files changed, 10 insertions, 9 deletions
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 <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 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/
#<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 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"