ports/106051: Update: www/mod_perl2 2.0.2 -> 2.0.3

Philip M. Gollucci pgollucci at apache.org
Thu Nov 30 10:20:04 UTC 2006


>Number:         106051
>Category:       ports
>Synopsis:       Update: www/mod_perl2 2.0.2 -> 2.0.3
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Thu Nov 30 10:20:03 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator:     Philip M. Gollucci
>Release:        6.1-release-p10
>Organization:
Ticketmaster LLC
>Environment:
FreeBSD home.p6m7g8.net 6.1-RELEASE-p10 FreeBSD 6.1-RELEASE-p10 #0: Tue Nov  7 02:03:44 PST 2006     root at home.p6m7g8.net:/usr/obj/usr/src/sys/HOME  i386

>Description:
We just released 2.0.3.  This updates to it.

I reformatted the MAN3 because I had to add Apache2::ConnectionUtil.3
and would have had to re-ident everyline anyway.  This will make future diffs
easier also (fyi, I expect 2.0.5 to have several additions here and 2.0.4 a couple)

%%THREADMUTEX%%%%SITE_PERL%%/%%PERL_ARCH%%/auto/APR/ThreadMutex/ThreadMutex.so
%%THREADMUTEX%%%%SITE_PERL%%/%%PERL_ARCH%%/auto/APR/ThreadMutex/ThreadMutex.bs

Are actually out of order alphabetically, but I left them as is. I'd think it would be better to reverse them so future "auto pkg-list" will have a slightly smaller diff.
>How-To-Repeat:

>Fix:
Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/www/mod_perl2/Makefile,v
retrieving revision 1.53
diff -u -r1.53 Makefile
--- Makefile    25 Sep 2006 10:26:44 -0000      1.53
+++ Makefile    30 Nov 2006 10:07:07 -0000
@@ -6,9 +6,7 @@
 #

 PORTNAME=      mod_perl
-PORTVERSION=   2.0.2
-PORTREVISION=  1
-PORTEPOCH=     3
+PORTVERSION=   2.0.3
 CATEGORIES=    www perl5
 MASTER_SITES=  http://perl.apache.org/dist/ \
                http://perl.apache.org/dist/old/
@@ -29,35 +27,92 @@
 # use paths returned by apxs to install some components. Fixes welcome.
 CONFIGURE_ARGS=        MP_APXS=${LOCALBASE}/sbin/apxs PREFIX=${PREFIX}

-MAN3=          APR.3 APR::Base64.3 APR::Brigade.3 APR::Bucket.3 \
-               APR::BucketAlloc.3 APR::BucketType.3 APR::Const.3 \
-               APR::Date.3 APR::Error.3 APR::Finfo.3 APR::IpSubnet.3 \
-               APR::OS.3 APR::PerlIO.3 APR::Pool.3 APR::SockAddr.3 \
-               APR::Socket.3 APR::Status.3 APR::String.3 APR::Table.3 \
-               APR::ThreadMutex.3 APR::URI.3 APR::UUID.3 APR::Util.3 \
-               Apache2::Access.3 Apache2::Build.3 Apache2::CmdParms.3 \
-               Apache2::Command.3 Apache2::Connection.3 Apache2::Const.3 \
-               Apache2::Directive.3 Apache2::Filter.3 Apache2::FilterRec.3 \
-               Apache2::HookRun.3 Apache2::Log.3 Apache2::MPM.3 \
-               Apache2::Module.3 Apache2::PerlSections.3 Apache2::Process.3 \
-               Apache2::Reload.3 Apache2::RequestIO.3 Apache2::RequestRec.3 \
-               Apache2::RequestUtil.3 Apache2::Resource.3 \
-               Apache2::Response.3 Apache2::ServerRec.3 \
-               Apache2::ServerUtil.3 Apache2::SizeLimit.3 Apache2::Status.3 \
-               Apache2::SubProcess.3 Apache2::SubRequest.3 Apache2::URI.3 \
-               Apache2::Util.3 Apache2::compat.3 Apache2::porting.3 \
-               Apache::Test.3 Apache::TestConfig.3 Apache::TestMB.3 \
-               Apache::TestMM.3 Apache::TestReport.3 Apache::TestRequest.3 \
-               Apache::TestRun.3 Apache::TestRunPHP.3 Apache::TestRunPerl.3 \
-               Apache::TestSmoke.3 Apache::TestTrace.3 Apache::TestUtil.3 \
-               Bundle::Apache2.3 Bundle::ApacheTest.3 ModPerl::BuildMM.3 \
-               ModPerl::CScan.3 ModPerl::Code.3 ModPerl::Config.3 \
-               ModPerl::Const.3 ModPerl::Global.3 ModPerl::MM.3 \
-               ModPerl::MethodLookup.3 ModPerl::PerlRun.3 \
-               ModPerl::PerlRunPrefork.3 ModPerl::Registry.3 \
-               ModPerl::RegistryBB.3 ModPerl::RegistryCooker.3 \
-               ModPerl::RegistryLoader.3 ModPerl::RegistryPrefork.3 \
-               ModPerl::Util.3 mod_perl2.3
+MAN3=  APR.3 \
+       APR::Base64.3 \
+       APR::Brigade.3 \
+       APR::Bucket.3 \
+       APR::BucketAlloc.3 \
+       APR::BucketType.3 \
+       APR::Const.3 \
+       APR::Date.3 \
+       APR::Error.3 \
+       APR::Finfo.3 \
+       APR::IpSubnet.3 \
+       APR::OS.3 \
+       APR::PerlIO.3 \
+       APR::Pool.3 \
+       APR::SockAddr.3 \
+       APR::Socket.3 \
+       APR::Status.3 \
+       APR::String.3 \
+       APR::Table.3 \
+       APR::ThreadMutex.3 \
+       APR::URI.3 \
+       APR::UUID.3 \
+       APR::Util.3 \
+       Apache2::Access.3 \
+       Apache2::Build.3 \
+       Apache2::CmdParms.3 \
+       Apache2::Command.3 \
+       Apache2::Connection.3 \
+       Apache2::ConnectionUtil.3 \
+       Apache2::Const.3 \
+       Apache2::Directive.3 \
+       Apache2::Filter.3 \
+       Apache2::FilterRec.3 \
+       Apache2::HookRun.3 \
+       Apache2::Log.3 \
+       Apache2::MPM.3 \
+       Apache2::Module.3 \
+       Apache2::PerlSections.3 \
+       Apache2::Process.3 \
+       Apache2::Reload.3 \
+       Apache2::RequestIO.3 \
+       Apache2::RequestRec.3 \
+       Apache2::RequestUtil.3 \
+       Apache2::Resource.3 \
+       Apache2::Response.3 \
+       Apache2::ServerRec.3 \
+       Apache2::ServerUtil.3 \
+       Apache2::SizeLimit.3 \
+       Apache2::Status.3 \
+       Apache2::SubProcess.3 \
+       Apache2::SubRequest.3 \
+       Apache2::URI.3 \
+       Apache2::Util.3 \
+       Apache2::compat.3 \
+       Apache2::porting.3 \
+       Apache::Test.3 \
+       Apache::TestConfig.3 \
+       Apache::TestMB.3 \
+       Apache::TestMM.3 \
+       Apache::TestReport.3 \
+       Apache::TestRequest.3 \
+       Apache::TestRun.3 \
+       Apache::TestRunPHP.3 \
+       Apache::TestRunPerl.3 \
+       Apache::TestSmoke.3 \
+       Apache::TestTrace.3 \
+       Apache::TestUtil.3 \
+       Bundle::Apache2.3 \
+       Bundle::ApacheTest.3 \
+       ModPerl::BuildMM.3 \
+       ModPerl::CScan.3 \
+       ModPerl::Code.3 \
+       ModPerl::Config.3 \
+       ModPerl::Const.3 \
+       ModPerl::Global.3 \
+       ModPerl::MM.3 \
+       ModPerl::MethodLookup.3 \
+       ModPerl::PerlRun.3 \
+       ModPerl::PerlRunPrefork.3 \
+       ModPerl::Registry.3 \
+       ModPerl::RegistryBB.3 \
+       ModPerl::RegistryCooker.3 \
+       ModPerl::RegistryLoader.3 \
+       ModPerl::RegistryPrefork.3 \
+       ModPerl::Util.3 \
+       mod_perl2.3

 .include <bsd.port.pre.mk>

Index: distinfo
===================================================================
RCS file: /home/ncvs/ports/www/mod_perl2/distinfo,v
retrieving revision 1.27
diff -u -r1.27 distinfo
--- distinfo    20 Dec 2005 11:45:27 -0000      1.27
+++ distinfo    30 Nov 2006 10:07:07 -0000
@@ -1,3 +1,3 @@
-MD5 (mod_perl-2.0.2.tar.gz) = ad0a509fd34e3b8452887d80a1d45dea
-SHA256 (mod_perl-2.0.2.tar.gz) = 64a3f54111c953c46ed7b1bafb4ebb034447ca6baba73a8657ad7a39ddeca906
-SIZE (mod_perl-2.0.2.tar.gz) = 3692744
+MD5 (mod_perl-2.0.3.tar.gz) = b40e2adf67c6be15a0041af1c67b6997
+SHA256 (mod_perl-2.0.3.tar.gz) = df257f233ed6a5c9f8589d6e059563f816bf417f164fc3364a2a434de13045f2
+SIZE (mod_perl-2.0.3.tar.gz) = 3714974
Index: pkg-plist
===================================================================
RCS file: /home/ncvs/ports/www/mod_perl2/pkg-plist,v
retrieving revision 1.31
diff -u -r1.31 pkg-plist
--- pkg-plist   27 Feb 2006 15:12:01 -0000      1.31
+++ pkg-plist   30 Nov 2006 10:07:07 -0000
@@ -113,6 +113,7 @@
 %%SITE_PERL%%/%%PERL_ARCH%%/Apache2/CmdParms.pm
 %%SITE_PERL%%/%%PERL_ARCH%%/Apache2/Command.pm
 %%SITE_PERL%%/%%PERL_ARCH%%/Apache2/Connection.pm
+%%SITE_PERL%%/%%PERL_ARCH%%/Apache2/ConnectionUtil.pm
 %%SITE_PERL%%/%%PERL_ARCH%%/Apache2/Const.pm
 %%SITE_PERL%%/%%PERL_ARCH%%/Apache2/Directive.pm
 %%SITE_PERL%%/%%PERL_ARCH%%/Apache2/Filter.pm
@@ -226,6 +227,8 @@
 %%SITE_PERL%%/%%PERL_ARCH%%/auto/Apache2/Command/Command.so
 %%SITE_PERL%%/%%PERL_ARCH%%/auto/Apache2/Connection/Connection.bs
 %%SITE_PERL%%/%%PERL_ARCH%%/auto/Apache2/Connection/Connection.so
+%%SITE_PERL%%/%%PERL_ARCH%%/auto/Apache2/ConnectionUtil/ConnectionUtil.bs
+%%SITE_PERL%%/%%PERL_ARCH%%/auto/Apache2/ConnectionUtil/ConnectionUtil.so
 %%SITE_PERL%%/%%PERL_ARCH%%/auto/Apache2/Const/Const.bs
 %%SITE_PERL%%/%%PERL_ARCH%%/auto/Apache2/Const/Const.so
 %%SITE_PERL%%/%%PERL_ARCH%%/auto/Apache2/Directive/Directive.bs
@@ -298,6 +301,7 @@
 @dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Apache2/Filter
 @dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Apache2/Directive
 @dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Apache2/Const
+ at dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Apache2/ConnectionUtil
 @dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Apache2/Connection
 @dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Apache2/Command
 @dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Apache2/CmdParms
@@ -333,6 +337,7 @@
 @dirrm %%SITE_PERL%%/%%PERL_ARCH%%/Apache2
 @dirrm %%SITE_PERL%%/%%PERL_ARCH%%/Apache
 @dirrm %%SITE_PERL%%/%%PERL_ARCH%%/APR
+ at dirrm %%SITE_PERL%%/%%PERL_ARCH%%
 @dirrm %%APACHEINCLUDEDIR%%/modules/perl
 @dirrmtry %%APACHEINCLUDEDIR%%/modules
 @dirrmtry %%APACHEINCLUDEDIR%%

>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list