Date: Sun, 18 Jun 2006 20:42:01 -0600 (MDT) From: "Aaron Dalton" <aaron@FreeBSD.org> To: FreeBSD-gnats-submit@FreeBSD.org Cc: skv@FreeBSD.org Subject: ports/99138: [PATCH] www/p5-Apache-Test: update to 1.28 Message-ID: <200606190242.k5J2g1DO054072@moondance.itsy-bitsy.net> Resent-Message-ID: <200606190250.k5J2oLI4026544@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 99138 >Category: ports >Synopsis: [PATCH] www/p5-Apache-Test: update to 1.28 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Mon Jun 19 02:50:21 GMT 2006 >Closed-Date: >Last-Modified: >Originator: Aaron Dalton >Release: FreeBSD 5.4-RELEASE i386 >Organization: >Environment: System: FreeBSD moondance.itsy-bitsy.net 5.4-RELEASE FreeBSD 5.4-RELEASE #0: Sun May 8 10:21:06 UTC >Description: - Update to 1.28 Port maintainer (skv@FreeBSD.org) is cc'd. Generated with FreeBSD Port Tools 0.77 >How-To-Repeat: >Fix: --- p5-Apache-Test-1.28.patch begins here --- Index: Makefile =================================================================== RCS file: /home/pcvs/ports/www/p5-Apache-Test/Makefile,v retrieving revision 1.20 diff -u -u -r1.20 Makefile --- Makefile 25 Oct 2005 09:39:51 -0000 1.20 +++ Makefile 19 Jun 2006 02:42:43 -0000 @@ -6,7 +6,7 @@ # PORTNAME= Apache-Test -PORTVERSION= 1.27 +PORTVERSION= 1.28 CATEGORIES= www perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= Apache @@ -16,7 +16,7 @@ COMMENT= Test.pm wrapper with helpers for testing Apache .if defined(WITH_MODPERL2) -IGNORE= This port is already included in mod_perl2 +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 @@ -33,7 +33,9 @@ .include <bsd.port.pre.mk> -.if ${PERL_LEVEL} < 500800 +.if ${PERL_LEVEL} < 500600 # inherited from www/p5-libwww +IGNORE= requires at least Perl 5.6. Please install lang/perl5.8 and try again +.elif ${PERL_LEVEL} < 500800 EXTRA_PATCHES= ${PATCHDIR}/500503-Makefile.PL .endif Index: distinfo =================================================================== RCS file: /home/pcvs/ports/www/p5-Apache-Test/distinfo,v retrieving revision 1.18 diff -u -u -r1.18 distinfo --- distinfo 24 Jan 2006 03:13:41 -0000 1.18 +++ distinfo 19 Jun 2006 02:42:43 -0000 @@ -1,3 +1,3 @@ -MD5 (Apache-Test-1.27.tar.gz) = 4a87aa4e388fe9dd3d19c71d3e414caf -SHA256 (Apache-Test-1.27.tar.gz) = c46ea511f8b0058311154b471929ab12ad8b01de8c81daf89deb90a579cd4287 -SIZE (Apache-Test-1.27.tar.gz) = 147015 +MD5 (Apache-Test-1.28.tar.gz) = 76ca771bb9d36b6215e7f418a7fd5e9a +SHA256 (Apache-Test-1.28.tar.gz) = 42b7edcddc47e9a231740a7949cea8462f8042f32d79db02a24c24786ea08e37 +SIZE (Apache-Test-1.28.tar.gz) = 149856 --- p5-Apache-Test-1.28.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?200606190242.k5J2g1DO054072>