Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 1 Jun 2004 11:20:23 +0200 (CEST)
From:      Lars Eggert <lars.eggert@gmx.net>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/67443: [MAINTAINER] www/mod_perl2: update to 1.99r14
Message-ID:  <200406010920.i519KNPa069240@kobe.netlab.nec.de>
Resent-Message-ID: <200406010930.i519URgk033910@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         67443
>Category:       ports
>Synopsis:       [MAINTAINER] www/mod_perl2: update to 1.99r14
>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:   Tue Jun 01 02:30:27 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.99r14

See http://perl.apache.org/dist/mod_perl-2.0-current/Changes for changes.

Generated with FreeBSD Port Tools 0.50
>How-To-Repeat:
>Fix:

--- mod_perl2-1.99r14.patch begins here ---
Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/www/mod_perl2/Makefile,v
retrieving revision 1.35
diff -u -r1.35 Makefile
--- Makefile	14 May 2004 16:14:12 -0000	1.35
+++ Makefile	1 Jun 2004 09:18:53 -0000
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	mod_perl
-PORTVERSION=	1.99r13
+PORTVERSION=	1.99r14
 CATEGORIES=	www perl5
 MASTER_SITES=	http://perl.apache.org/dist/ \
 		http://perl.apache.org/dist/old/
@@ -25,9 +25,10 @@
 
 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
+		Apache::TestRun.3 Apache::TestRunPerl.3 Apache::TestSmoke.3 \
+		Apache::TestTrace.3 Apache::TestUtil.3 Bundle::Apache2.3 \
+		Bundle::ApacheTest.3 ModPerl::CScan.3 ModPerl::Code.3 \
+		ModPerl::Config.3 mod_perl.3
 
 .include <bsd.port.pre.mk>
 
Index: distinfo
===================================================================
RCS file: /home/ncvs/ports/www/mod_perl2/distinfo,v
retrieving revision 1.13
diff -u -r1.13 distinfo
--- distinfo	14 May 2004 16:14:12 -0000	1.13
+++ distinfo	1 Jun 2004 09:18:53 -0000
@@ -1,2 +1,2 @@
-MD5 (mod_perl-1.99_13.tar.gz) = e8945611cae2fe797ae4bb198c0285b6
-SIZE (mod_perl-1.99_13.tar.gz) = 1197628
+MD5 (mod_perl-1.99_14.tar.gz) = 116dce5c909701b3812ae4ad6d91c6bd
+SIZE (mod_perl-1.99_14.tar.gz) = 1264246
Index: pkg-descr
===================================================================
RCS file: /home/ncvs/ports/www/mod_perl2/pkg-descr,v
retrieving revision 1.1.1.1
diff -u -r1.1.1.1 pkg-descr
--- pkg-descr	5 Nov 1999 14:50:26 -0000	1.1.1.1
+++ pkg-descr	1 Jun 2004 09:18:53 -0000
@@ -1,7 +1,15 @@
-The Apache/Perl integration project brings together the full power of
-the Perl programming language and the Apache HTTP server.  With mod_perl
-it is possible to write Apache modules entirely in Perl.  In addition,
-the persistent interpreter embedded in the server avoids the overhead of
-starting an external interpreter and the penalty of Perl start-up time.
+mod_perl brings together the full power of the Perl programming language
+and the Apache HTTP server. You can use Perl to manage Apache, respond to
+requests for web pages and much more.
+
+mod_perl gives you a persistent Perl interpreter embedded in your web
+server. This lets you avoid the overhead of starting an external interpreter
+and avoids the penalty of Perl start-up time, giving you super-fast
+dynamic content.
+
+As you'd expect from the Perl community, there are hundreds of modules
+written for mod_perl, everything from persistent database connections, to
+templating sytems, to complete XML content delivery systems. Web sites like
+Slashdot and Wired Magazine use mod_perl. 
 
 WWW: http://perl.apache.org/
Index: pkg-plist
===================================================================
RCS file: /home/ncvs/ports/www/mod_perl2/pkg-plist,v
retrieving revision 1.15
diff -u -r1.15 pkg-plist
--- pkg-plist	14 May 2004 16:14:12 -0000	1.15
+++ pkg-plist	1 Jun 2004 09:18:53 -0000
@@ -12,6 +12,7 @@
 include/apache2/modules/perl/modperl_constants.h
 include/apache2/modules/perl/modperl_directives.h
 include/apache2/modules/perl/modperl_env.h
+include/apache2/modules/perl/modperl_error.h
 include/apache2/modules/perl/modperl_filter.h
 include/apache2/modules/perl/modperl_flags.h
 include/apache2/modules/perl/modperl_global.h
@@ -72,6 +73,7 @@
 %%SITE_PERL%%/%%PERL_ARCH%%/Apache2/APR/Bucket.pm
 %%SITE_PERL%%/%%PERL_ARCH%%/Apache2/APR/Const.pm
 %%SITE_PERL%%/%%PERL_ARCH%%/Apache2/APR/Date.pm
+%%SITE_PERL%%/%%PERL_ARCH%%/Apache2/APR/Error.pm
 %%SITE_PERL%%/%%PERL_ARCH%%/Apache2/APR/Finfo.pm
 %%SITE_PERL%%/%%PERL_ARCH%%/Apache2/APR/NetLib.pm
 %%SITE_PERL%%/%%PERL_ARCH%%/Apache2/APR/OS.pm
@@ -121,6 +123,7 @@
 %%SITE_PERL%%/%%PERL_ARCH%%/Apache2/Apache/porting.pm
 %%SITE_PERL%%/%%PERL_ARCH%%/Apache2/ModPerl/BuildMM.pm
 %%SITE_PERL%%/%%PERL_ARCH%%/Apache2/ModPerl/BuildOptions.pm
+%%SITE_PERL%%/%%PERL_ARCH%%/Apache2/ModPerl/CScan.pm
 %%SITE_PERL%%/%%PERL_ARCH%%/Apache2/ModPerl/Code.pm
 %%SITE_PERL%%/%%PERL_ARCH%%/Apache2/ModPerl/Config.pm
 %%SITE_PERL%%/%%PERL_ARCH%%/Apache2/ModPerl/Const.pm
@@ -154,6 +157,8 @@
 %%SITE_PERL%%/%%PERL_ARCH%%/Apache2/auto/APR/Const/Const.so
 %%SITE_PERL%%/%%PERL_ARCH%%/Apache2/auto/APR/Date/Date.bs
 %%SITE_PERL%%/%%PERL_ARCH%%/Apache2/auto/APR/Date/Date.so
+%%SITE_PERL%%/%%PERL_ARCH%%/Apache2/auto/APR/Error/Error.bs
+%%SITE_PERL%%/%%PERL_ARCH%%/Apache2/auto/APR/Error/Error.so
 %%SITE_PERL%%/%%PERL_ARCH%%/Apache2/auto/APR/Finfo/Finfo.bs
 %%SITE_PERL%%/%%PERL_ARCH%%/Apache2/auto/APR/Finfo/Finfo.so
 %%SITE_PERL%%/%%PERL_ARCH%%/Apache2/auto/APR/NetLib/NetLib.bs
@@ -281,6 +286,7 @@
 @dirrm %%SITE_PERL%%/%%PERL_ARCH%%/Apache2/auto/APR/OS
 @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/Error
 @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
--- mod_perl2-1.99r14.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?200406010920.i519KNPa069240>