ports/122395: [MAINTAINER] www/p5-Apache-Test: update to 1.30

Philip M. Gollucci pgollucci at p6m7g8.com
Thu Apr 3 01:00:08 UTC 2008


>Number:         122395
>Category:       ports
>Synopsis:       [MAINTAINER] www/p5-Apache-Test: update to 1.30
>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 Apr 03 01:00:06 UTC 2008
>Closed-Date:
>Last-Modified:
>Originator:     Philip M. Gollucci
>Release:        FreeBSD 8.0-CURRENT i386
>Organization:
Riderway Inc.
>Environment:
System: FreeBSD piccollo.p6m7g8.net 8.0-CURRENT FreeBSD 8.0-CURRENT #1: Sun Mar  2 09:48:59 EST
>Description:
- Update to 1.30
- CPAN macro
- File::Spec is part of lang/perl5.8
- Doesn't build or run depend on mod_perl, you can use it with vanilla www/apache*
  [see UPDATING addition]
- 500503 perl is not supported anymore
- pod2man --lax is obsolete
- 2.0.2 of mod_perl should fix the comment out on line 26 of Makefile 
  which is www/mod_perl2 
- line 11 of a comment in Test5005compat.pm and we don't support that perl anyway
- PERLRUN macro works in lan/perl5.8
- don't need bsd.port.(pre|post).mk anymore

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

--- p5-Apache-Test-1.30.patch begins here ---
Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/www/p5-Apache-Test/Makefile,v
retrieving revision 1.23
diff -u -u -r1.23 Makefile
--- Makefile	8 Sep 2007 01:10:28 -0000	1.23
+++ Makefile	2 Apr 2008 19:41:21 -0000
@@ -6,23 +6,23 @@
 #
 
 PORTNAME=	Apache-Test
-PORTVERSION=	1.29
+PORTVERSION=	1.30
 CATEGORIES=	www perl5
-MASTER_SITES=	${MASTER_SITE_PERL_CPAN}
-MASTER_SITE_SUBDIR=	Apache
+MASTER_SITES=	CPAN
 PKGNAMEPREFIX=	p5-
 
 MAINTAINER=	pgollucci at p6m7g8.com
 COMMENT=	Test.pm wrapper with helpers for testing Apache
 
+## XXX: Need to fix this, www/mod_perl2 currently @2.0.3 contains A-T 1.29,
+## XXX: but
+## XXX: A-T has released 1.30
 .if defined(WITH_MODPERL2)
 IGNORE=		is already included in mod_perl2
-.else
-RUN_DEPENDS=	${SITE_PERL}/${PERL_ARCH}/File/Spec.pm:${PORTSDIR}/devel/p5-PathTools \
-		${SITE_PERL}/${PERL_ARCH}/mod_perl.pm:${PORTSDIR}/www/mod_perl
-BUILD_DEPENDS=	${RUN_DEPENDS}
 .endif
 
+USE_APACHE=1.3+
+
 PERL_CONFIGURE=	yes
 
 MAN3=		Apache::Test.3 Apache::TestConfig.3 Apache::TestConfigData.3 \
@@ -31,20 +31,4 @@
 		Apache::TestRunPerl.3 Apache::TestSmoke.3 Apache::TestTrace.3 \
 		Apache::TestUtil.3 Bundle::ApacheTest.3
 
-.include <bsd.port.pre.mk>
-
-.if ${PERL_LEVEL} < 500800
-EXTRA_PATCHES=	${PATCHDIR}/500503-Makefile.PL
-.endif
-
-post-patch:
-	@${PERL} -pi.bak -e 's/^/#/ if $$.==26;' ${WRKSRC}/Makefile.PL
-	@${PERL} -pi -e '$$_="" if $$.==11;' ${WRKSRC}/lib/Apache/Test5005compat.pm
-.if ${PERL_LEVEL} < 500800
-	@${PERL} -pi.bak -e 's/PERLRUN/PERL/;' ${WRKSRC}/install-pl
-.endif
-
-post-configure:
-	@${PERL} -pi -e 's/^(POD2MAN_EXE.*)$$/\1 --lax/;' ${WRKSRC}/Makefile
-
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>
Index: distinfo
===================================================================
RCS file: /home/ncvs/ports/www/p5-Apache-Test/distinfo,v
retrieving revision 1.20
diff -u -u -r1.20 distinfo
--- distinfo	1 Dec 2006 01:43:54 -0000	1.20
+++ distinfo	1 Apr 2008 23:25:39 -0000
@@ -1,3 +1,3 @@
-MD5 (Apache-Test-1.29.tar.gz) = d99c88b856302420211cee2f891ad931
-SHA256 (Apache-Test-1.29.tar.gz) = c8780c633335e3349414c67b81b153719d40534d8c7092dbd30214ed27a72043
-SIZE (Apache-Test-1.29.tar.gz) = 151416
+MD5 (Apache-Test-1.30.tar.gz) = f4e34be218a25048def5a4f797ae7cb9
+SHA256 (Apache-Test-1.30.tar.gz) = e45d1ea651ae179bc9f30f321e364fff1285db477cc4735aa4a90031c5ba267a
+SIZE (Apache-Test-1.30.tar.gz) = 150711
Index: UPDATING
===================================================================
RCS file: /home/ncvs/ports/UPDATING,v
retrieving revision 1.610
diff -u -r1.610 UPDATING
--- UPDATING    30 Mar 2008 00:20:48 -0000      1.610
+++ UPDATING    2 Apr 2008 19:52:16 -0000
@@ -6,6 +6,17 @@
 time you update your ports collection, before attempting any port
 upgrades.
 
+20080402:
+  AFFECTS: users of www/p5-Apache-Test
+  AUTHOR: pgollucci at p6m7g8.com
+
+  www/p5-Apache-Test doesn't actually need www/mod_perl{1,2}.  If you 
+  would like to test a mod_perl enabled server, than please install 
+  www/mod_perl2 or www/mod_perl as well.  The ports infra structure
+  doesn't support this (yet) but you can use this to test both
+  www/apache13, www/apache20, and/or www/apache22 without 
+  chaning www/p5-Apache-Test.
+
 20080330:
   AFFECTS: users of www/mediawiki
   AUTHOR: miwi at FreeBSD.org
--- p5-Apache-Test-1.30.patch ends here ---

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



More information about the freebsd-ports-bugs mailing list