summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author Heinz Wiesinger2012-05-06 22:20:53 +0200
committer Erik Hanson2012-05-07 19:18:11 +0200
commit045ffdda52b0eab7b027ef5774856a35416d160b (patch)
tree4160a7239de603d1dd823f04797af288035725bf
parent16ccf9600c094f95f56181628bfa7b2ce932253b (diff)
downloadslackbuilds-045ffdda52b0eab7b027ef5774856a35416d160b.tar.gz
perl/mod_perl: Updated for version 2.0.6 moved from network.
Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
-rw-r--r--network/mod_perl/mod_perl.info10
-rw-r--r--perl/mod_perl/README (renamed from network/mod_perl/README)2
-rw-r--r--perl/mod_perl/doinst.sh (renamed from network/mod_perl/doinst.sh)0
-rw-r--r--perl/mod_perl/mod_perl.SlackBuild (renamed from network/mod_perl/mod_perl.SlackBuild)6
-rw-r--r--perl/mod_perl/mod_perl.conf (renamed from network/mod_perl/mod_perl.conf)2
-rw-r--r--perl/mod_perl/mod_perl.info10
-rw-r--r--perl/mod_perl/slack-desc (renamed from network/mod_perl/slack-desc)4
7 files changed, 17 insertions, 17 deletions
diff --git a/network/mod_perl/mod_perl.info b/network/mod_perl/mod_perl.info
deleted file mode 100644
index dfb184d5d5..0000000000
--- a/network/mod_perl/mod_perl.info
+++ /dev/null
@@ -1,10 +0,0 @@
-PRGNAM="mod_perl"
-VERSION="2.0.5"
-HOMEPAGE="http://perl.apache.org/"
-DOWNLOAD="http://perl.apache.org/dist/mod_perl-2.0.5.tar.gz"
-MD5SUM="03d01d135a122bd8cebd0cd5b185d674"
-DOWNLOAD_x86_64=""
-MD5SUM_x86_64=""
-MAINTAINER="Heinz Wiesinger"
-EMAIL="pprkut@liwjatan.at"
-APPROVED="rworkman"
diff --git a/network/mod_perl/README b/perl/mod_perl/README
index 6491b07c58..b94a0be603 100644
--- a/network/mod_perl/README
+++ b/perl/mod_perl/README
@@ -5,6 +5,6 @@ provides an object-oriented Perl interface for Apache's C language
API. The end result is a quicker CGI script turnaround process, since
no external Perl interpreter has to be started.
-To tell Apache to load it, you'll have to put the following line
+To tell Apache to load it, you'll have to put the following line
somewhere into /etc/httpd/httpd.conf:
Include /etc/httpd/extra/mod_perl.conf
diff --git a/network/mod_perl/doinst.sh b/perl/mod_perl/doinst.sh
index 3fafdd7c63..3fafdd7c63 100644
--- a/network/mod_perl/doinst.sh
+++ b/perl/mod_perl/doinst.sh
diff --git a/network/mod_perl/mod_perl.SlackBuild b/perl/mod_perl/mod_perl.SlackBuild
index 33249f80e2..f5679fca1e 100644
--- a/network/mod_perl/mod_perl.SlackBuild
+++ b/perl/mod_perl/mod_perl.SlackBuild
@@ -2,7 +2,7 @@
# Slackware build script for mod_perl
-# Copyright 2007-2011 Heinz Wiesinger, Amsterdam, The Netherlands
+# Copyright 2007-2012 Heinz Wiesinger, Amsterdam, The Netherlands
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@@ -23,7 +23,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=mod_perl
-VERSION=2.0.5
+VERSION=2.0.6
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -49,7 +49,7 @@ elif [ "$ARCH" = "x86_64" ]; then
else
LIBDIRSUFFIX=""
fi
-
+
set -e
rm -rf $PKG
diff --git a/network/mod_perl/mod_perl.conf b/perl/mod_perl/mod_perl.conf
index 1705c83e18..5135090fe6 100644
--- a/network/mod_perl/mod_perl.conf
+++ b/perl/mod_perl/mod_perl.conf
@@ -17,7 +17,7 @@ AddHandler perl-script pl
# PerlOptions +ParseHeaders
# Options +ExecCGI
# Order allow,deny
-# Allow from all
+# Allow from all
#</Location>
# Set this if you want perl-scripts to be
diff --git a/perl/mod_perl/mod_perl.info b/perl/mod_perl/mod_perl.info
new file mode 100644
index 0000000000..f908d3ab4c
--- /dev/null
+++ b/perl/mod_perl/mod_perl.info
@@ -0,0 +1,10 @@
+PRGNAM="mod_perl"
+VERSION="2.0.6"
+HOMEPAGE="http://perl.apache.org/"
+DOWNLOAD="http://archive.apache.org/dist/perl/mod_perl-2.0.6.tar.gz"
+MD5SUM="76f4154cffb15972246f03080e9d133c"
+DOWNLOAD_x86_64=""
+MD5SUM_x86_64=""
+MAINTAINER="Heinz Wiesinger"
+EMAIL="pprkut@liwjatan.at"
+APPROVED="dsomero"
diff --git a/network/mod_perl/slack-desc b/perl/mod_perl/slack-desc
index 1128929ae6..9b321d9c1a 100644
--- a/network/mod_perl/slack-desc
+++ b/perl/mod_perl/slack-desc
@@ -10,9 +10,9 @@ mod_perl: mod_perl (Perl Interpreter for Apache)
mod_perl:
mod_perl: Mod_perl incorporates a Perl interpreter into the Apache web server
mod_perl: so that the Apache web server can directly execute Perl code.
-mod_perl: Mod_perl links the Perl runtime library into the Apache web server
+mod_perl: Mod_perl links the Perl runtime library into the Apache web server
mod_perl: and provides an object-oriented Perl interface for Apache's C
-mod_perl: language API. The end result is a quicker CGI script turnaround
+mod_perl: language API. The end result is a quicker CGI script turnaround
mod_perl: process, since no external Perl interpreter has to be started.
mod_perl:
mod_perl: Homepage: http://perl.apache.org/