From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Apr 3 01:00:07 2008 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 9091B1065674 for ; Thu, 3 Apr 2008 01:00:07 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 6C9788FC15 for ; Thu, 3 Apr 2008 01:00:07 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.2/8.14.2) with ESMTP id m33107Rn021439 for ; Thu, 3 Apr 2008 01:00:07 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.2/8.14.1/Submit) id m33107LL021438; Thu, 3 Apr 2008 01:00:07 GMT (envelope-from gnats) Resent-Date: Thu, 3 Apr 2008 01:00:07 GMT Resent-Message-Id: <200804030100.m33107LL021438@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, "Philip M. Gollucci" Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id ECB61106566B for ; Thu, 3 Apr 2008 00:57:01 +0000 (UTC) (envelope-from pgollucci@piccollo.p6m7g8.net) Received: from piccollo.p6m7g8.net (piccollo.p6m7g8.net [70.88.236.19]) by mx1.freebsd.org (Postfix) with ESMTP id 9D1568FC21 for ; Thu, 3 Apr 2008 00:57:01 +0000 (UTC) (envelope-from pgollucci@piccollo.p6m7g8.net) Received: from piccollo.p6m7g8.net (localhost.p6m7g8.net [127.0.0.1]) by piccollo.p6m7g8.net (8.14.2/8.14.2) with ESMTP id m330ukGX011997 (version=TLSv1/SSLv3 cipher=DHE-DSS-AES256-SHA bits=256 verify=NO) for ; Wed, 2 Apr 2008 20:56:46 -0400 (EDT) (envelope-from pgollucci@piccollo.p6m7g8.net) Received: (from root@localhost) by piccollo.p6m7g8.net (8.14.2/8.14.2/Submit) id m330ukVl011996; Wed, 2 Apr 2008 20:56:46 -0400 (EDT) (envelope-from pgollucci) Message-Id: <200804030056.m330ukVl011996@piccollo.p6m7g8.net> Date: Wed, 2 Apr 2008 20:56:46 -0400 (EDT) From: "Philip M. Gollucci" To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/122395: [MAINTAINER] www/p5-Apache-Test: update to 1.30 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 03 Apr 2008 01:00:08 -0000 >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@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 - -.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 +.include 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@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@FreeBSD.org --- p5-Apache-Test-1.30.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: