Date: Thu, 13 May 2004 11:16:02 +0200 (CEST) From: Lars Eggert <lars.eggert@gmx.net> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/66604: [MAINTAINER] www/mod_perl2: update to 1.99r13 Message-ID: <200405130916.i4D9G2Z9094421@kobe.netlab.nec.de> Resent-Message-ID: <200405131120.i4DBKNio097072@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 66604 >Category: ports >Synopsis: [MAINTAINER] www/mod_perl2: update to 1.99r13 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Thu May 13 04:20:22 PDT 2004 >Closed-Date: >Last-Modified: >Originator: Lars Eggert >Release: FreeBSD 5.2-CURRENT i386 >Organization: >Environment: System: FreeBSD kobe.netlab.nec.de 5.2-CURRENT FreeBSD 5.2-CURRENT #1: Thu May 13 10:37:29 CEST 2004 >Description: - Update to 1.99r13 Generated with FreeBSD Port Tools 0.50 >How-To-Repeat: >Fix: --- mod_perl2-1.99r13.patch begins here --- Index: Makefile =================================================================== RCS file: /home/ncvs/ports/www/mod_perl2/Makefile,v retrieving revision 1.34 diff -u -r1.34 Makefile --- Makefile 14 Feb 2004 16:35:46 -0000 1.34 +++ Makefile 13 May 2004 11:15:39 -0000 @@ -6,8 +6,7 @@ # PORTNAME= mod_perl -PORTVERSION= 1.99r12 -PORTREVISION= 1 +PORTVERSION= 1.99r13 CATEGORIES= www perl5 MASTER_SITES= http://perl.apache.org/dist/ \ http://perl.apache.org/dist/old/ @@ -24,23 +23,17 @@ CONFIGURE_ARGS= MP_APXS=${LOCALBASE}/sbin/apxs \ MP_INST_APACHE2=1 PREFIX=${PREFIX} -MAN3= Apache::TestRequest.3 Apache::TestSmoke.3 Apache::TestRun.3 \ - Apache::TestTrace.3 Apache::TestMM.3 Bundle::ApacheTest.3 \ - Apache::Test.3 Apache::TestUtil.3 Apache::Build.3 \ - Apache::TestReport.3 \ - Bundle::Apache2.3 ModPerl::Code.3 mod_perl.3 +MAN3= Apache::Build.3 Apache::Test.3 Apache::TestConfig.3 \ + Apache::TestMM.3 Apache::TestReport.3 Apache::TestRequest.3 \ + Apache::TestRun.3 Apache::TestSmoke.3 Apache::TestTrace.3 \ + Apache::TestUtil.3 Bundle::Apache2.3 Bundle::ApacheTest.3 \ + ModPerl::Code.3 ModPerl::Config.3 mod_perl.3 .include <bsd.port.pre.mk> -.if ${PERL_LEVEL} > 500601 -MAN3+= ModPerl::Config.3 Apache::TestConfig.3 -.endif - -## -## this port requires PERL 5.6.x or later -## -.if ${PERL_LEVEL} < 500600 -IGNORE= requires perl 5.6.x or later. Install lang/perl5 then try again +# it is time to require perl 5.8.x +.if ${PERL_LEVEL} < 500800 +IGNORE= requires perl 5.8.x or later. Install lang/perl5.8 then try again .endif post-install: Index: distinfo =================================================================== RCS file: /home/ncvs/ports/www/mod_perl2/distinfo,v retrieving revision 1.12 diff -u -r1.12 distinfo --- distinfo 31 Mar 2004 03:12:16 -0000 1.12 +++ distinfo 13 May 2004 11:15:39 -0000 @@ -1,2 +1,2 @@ -MD5 (mod_perl-1.99_12.tar.gz) = 3864841c530cceeace86a6017ce5fffd -SIZE (mod_perl-1.99_12.tar.gz) = 1113684 +MD5 (mod_perl-1.99_13.tar.gz) = e8945611cae2fe797ae4bb198c0285b6 +SIZE (mod_perl-1.99_13.tar.gz) = 1197628 Index: pkg-message =================================================================== RCS file: /home/ncvs/ports/www/mod_perl2/pkg-message,v retrieving revision 1.1 diff -u -r1.1 pkg-message --- pkg-message 5 Nov 2003 22:18:44 -0000 1.1 +++ pkg-message 13 May 2004 11:15:39 -0000 @@ -1,4 +1,3 @@ - ######################################################### Enable mod_perl built as DSO, by adding to httpd.conf: @@ -15,4 +14,3 @@ http://perl.apache.org/docs/2.0/user/config/config.html ######################################################### - Index: pkg-plist =================================================================== RCS file: /home/ncvs/ports/www/mod_perl2/pkg-plist,v retrieving revision 1.14 diff -u -r1.14 pkg-plist --- pkg-plist 14 Feb 2004 16:35:46 -0000 1.14 +++ pkg-plist 13 May 2004 11:15:39 -0000 @@ -1,8 +1,5 @@ bin/mp2bug bin/mp2doc -include/apache2/modperl_xs_sv_convert.h -include/apache2/modperl_xs_typedefs.h -include/apache2/modperl_xs_util.h include/apache2/modules/perl/mod_perl.h include/apache2/modules/perl/modperl_apache_compat.h include/apache2/modules/perl/modperl_apache_includes.h @@ -104,6 +101,7 @@ %%SITE_PERL%%/%%PERL_ARCH%%/Apache2/Apache/Module.pm %%SITE_PERL%%/%%PERL_ARCH%%/Apache2/Apache/ParseSource.pm %%SITE_PERL%%/%%PERL_ARCH%%/Apache2/Apache/PerlSections.pm +%%SITE_PERL%%/%%PERL_ARCH%%/Apache2/Apache/PerlSections/Dump.pm %%SITE_PERL%%/%%PERL_ARCH%%/Apache2/Apache/Process.pm %%SITE_PERL%%/%%PERL_ARCH%%/Apache2/Apache/Reload.pm %%SITE_PERL%%/%%PERL_ARCH%%/Apache2/Apache/RequestIO.pm @@ -240,7 +238,7 @@ %%SITE_PERL%%/%%PERL_ARCH%%/auto/mod_perl/.packlist libexec/apache2/mod_perl.so @dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/mod_perl -@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/Bundle 2>/dev/null || true +@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/Bundle @dirrm %%SITE_PERL%%/%%PERL_ARCH%%/Apache2/auto/ModPerl/Util @dirrm %%SITE_PERL%%/%%PERL_ARCH%%/Apache2/auto/ModPerl/Global @dirrm %%SITE_PERL%%/%%PERL_ARCH%%/Apache2/auto/ModPerl/Const @@ -280,8 +278,8 @@ @dirrm %%SITE_PERL%%/%%PERL_ARCH%%/Apache2/auto/APR/Pool @dirrm %%SITE_PERL%%/%%PERL_ARCH%%/Apache2/auto/APR/PerlIO @dirrm %%SITE_PERL%%/%%PERL_ARCH%%/Apache2/auto/APR/OS -@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/Apache2/auto/APR/Finfo @dirrm %%SITE_PERL%%/%%PERL_ARCH%%/Apache2/auto/APR/NetLib +@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/Apache2/auto/APR/Finfo @dirrm %%SITE_PERL%%/%%PERL_ARCH%%/Apache2/auto/APR/Date @dirrm %%SITE_PERL%%/%%PERL_ARCH%%/Apache2/auto/APR/Const @dirrm %%SITE_PERL%%/%%PERL_ARCH%%/Apache2/auto/APR/Bucket @@ -290,9 +288,9 @@ @dirrm %%SITE_PERL%%/%%PERL_ARCH%%/Apache2/auto/APR @dirrm %%SITE_PERL%%/%%PERL_ARCH%%/Apache2/auto @dirrm %%SITE_PERL%%/%%PERL_ARCH%%/Apache2/ModPerl +@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/Apache2/Apache/PerlSections @dirrm %%SITE_PERL%%/%%PERL_ARCH%%/Apache2/Apache @dirrm %%SITE_PERL%%/%%PERL_ARCH%%/Apache2/APR @dirrm %%SITE_PERL%%/%%PERL_ARCH%%/Apache2 @dirrm %%SITE_PERL%%/%%PERL_ARCH%%/Apache @dirrm include/apache2/modules/perl -@dirrm include/apache2/modules --- mod_perl2-1.99r13.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200405130916.i4D9G2Z9094421>