ports/opt (2.2): mod_perl: update to 2.0.3
commit 0e56ea8d574fecb3e0b702bef767920f11a4bc36 Author: Juergen Daubert <jue@jue.li> Date: Fri Dec 1 09:41:43 2006 +0100 mod_perl: update to 2.0.3 diff --git a/mod_perl/.footprint b/mod_perl/.footprint index 8621d2a..9b72d86 100644 --- a/mod_perl/.footprint +++ b/mod_perl/.footprint @@ -91,6 +91,7 @@ drwxr-xr-x root/root usr/lib/perl5/site_ -r--r--r-- root/root usr/lib/perl5/site_perl/5.8.8/linux/Apache2/CmdParms.pm -r--r--r-- root/root usr/lib/perl5/site_perl/5.8.8/linux/Apache2/Command.pm -r--r--r-- root/root usr/lib/perl5/site_perl/5.8.8/linux/Apache2/Connection.pm +-r--r--r-- root/root usr/lib/perl5/site_perl/5.8.8/linux/Apache2/ConnectionUtil.pm -r--r--r-- root/root usr/lib/perl5/site_perl/5.8.8/linux/Apache2/Const.pm -r--r--r-- root/root usr/lib/perl5/site_perl/5.8.8/linux/Apache2/Directive.pm -r--r--r-- root/root usr/lib/perl5/site_perl/5.8.8/linux/Apache2/Filter.pm @@ -207,6 +208,8 @@ drwxr-xr-x root/root usr/lib/perl5/site_ -r-xr-xr-x root/root usr/lib/perl5/site_perl/5.8.8/linux/auto/Apache2/Command/Command.so drwxr-xr-x root/root usr/lib/perl5/site_perl/5.8.8/linux/auto/Apache2/Connection/ -r-xr-xr-x root/root usr/lib/perl5/site_perl/5.8.8/linux/auto/Apache2/Connection/Connection.so +drwxr-xr-x root/root usr/lib/perl5/site_perl/5.8.8/linux/auto/Apache2/ConnectionUtil/ +-r-xr-xr-x root/root usr/lib/perl5/site_perl/5.8.8/linux/auto/Apache2/ConnectionUtil/ConnectionUtil.so drwxr-xr-x root/root usr/lib/perl5/site_perl/5.8.8/linux/auto/Apache2/Const/ -r-xr-xr-x root/root usr/lib/perl5/site_perl/5.8.8/linux/auto/Apache2/Const/Const.so drwxr-xr-x root/root usr/lib/perl5/site_perl/5.8.8/linux/auto/Apache2/Directive/ @@ -284,6 +287,7 @@ drwxr-xr-x root/root usr/man/man3/ -r--r--r-- root/root usr/man/man3/Apache2::CmdParms.3pm.gz -r--r--r-- root/root usr/man/man3/Apache2::Command.3pm.gz -r--r--r-- root/root usr/man/man3/Apache2::Connection.3pm.gz +-r--r--r-- root/root usr/man/man3/Apache2::ConnectionUtil.3pm.gz -r--r--r-- root/root usr/man/man3/Apache2::Const.3pm.gz -r--r--r-- root/root usr/man/man3/Apache2::Directive.3pm.gz -r--r--r-- root/root usr/man/man3/Apache2::Filter.3pm.gz diff --git a/mod_perl/.md5sum b/mod_perl/.md5sum index a1f2beb..0b5fbd3 100644 --- a/mod_perl/.md5sum +++ b/mod_perl/.md5sum @@ -1 +1 @@ -ad0a509fd34e3b8452887d80a1d45dea mod_perl-2.0.2.tar.gz +b40e2adf67c6be15a0041af1c67b6997 mod_perl-2.0.3.tar.gz diff --git a/mod_perl/Pkgfile b/mod_perl/Pkgfile index 7b1b568..3519f5b 100644 --- a/mod_perl/Pkgfile +++ b/mod_perl/Pkgfile @@ -1,12 +1,12 @@ # Description: Persistent Perl interpreter for the Apache HTTP server # Maintainer: Jürgen Daubert, juergen dot daubert at t-online dot de # URL: http://perl.apache.org -# Depends on: apache +# Depends on: apache, perl # Group: apache name=mod_perl -version=2.0.2 -release=3 +version=2.0.3 +release=1 source=(http://perl.apache.org/dist/$name-$version.tar.gz) build(){
participants (1)
-
crux@crux.nu