development/mod_perl: Updated for version 2.0.4
This commit is contained in:
parent
a8b9186859
commit
8e7fc03407
|
@ -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
|
||||
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue