From aaron@moondance.itsy-bitsy.net  Mon Jun 19 02:42:50 2006
Return-Path: <aaron@moondance.itsy-bitsy.net>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id CF74216A47A;
	Mon, 19 Jun 2006 02:42:50 +0000 (UTC)
	(envelope-from aaron@moondance.itsy-bitsy.net)
Received: from mpls-qmqp-02.inet.qwest.net (mpls-qmqp-02.inet.qwest.net [63.231.195.113])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 7450343D45;
	Mon, 19 Jun 2006 02:42:50 +0000 (GMT)
	(envelope-from aaron@moondance.itsy-bitsy.net)
Received: from mpls-pop-02.inet.qwest.net (mpls-pop-02.inet.qwest.net [63.231.195.2])
	by mpls-qmqp-02.inet.qwest.net (Postfix) with QMQP
	id F19384614BE; Mon, 19 Jun 2006 02:42:49 +0000 (UTC)
Received: from unknown (HELO mail.itsy-bitsy.net) (63.231.83.246)
  by mpls-pop-02.inet.qwest.net with SMTP; 19 Jun 2006 02:42:49 -0000
Received: from [127.0.0.1] (helo=moondance.itsy-bitsy.net)
	by mail.itsy-bitsy.net with esmtp (Exim 4.62 (FreeBSD))
	(envelope-from <aaron@moondance.itsy-bitsy.net>)
	id 1Fs9iD-000E49-QH; Sun, 18 Jun 2006 20:42:01 -0600
Received: (from aaron@localhost)
	by moondance.itsy-bitsy.net (8.13.3/8.13.3/Submit) id k5J2g1DO054072;
	Sun, 18 Jun 2006 20:42:01 -0600 (MDT)
	(envelope-from aaron)
Message-Id: <200606190242.k5J2g1DO054072@moondance.itsy-bitsy.net>
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: [PATCH] www/p5-Apache-Test: update to 1.28
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         99138
>Category:       ports
>Synopsis:       [PATCH] www/p5-Apache-Test: update to 1.28
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    skv
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Mon Jun 19 02:50:21 GMT 2006
>Closed-Date:    Thu Aug 10 11:04:21 GMT 2006
>Last-Modified:  Thu Aug 10 11:04:21 GMT 2006
>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:
Responsible-Changed-From-To: freebsd-ports-bugs->skv 
Responsible-Changed-By: edwin 
Responsible-Changed-When: Mon Jun 19 02:52:11 UTC 2006 
Responsible-Changed-Why:  
Over to maintainer 

http://www.freebsd.org/cgi/query-pr.cgi?pr=99138 

From: "Philip M. Gollucci" <pgollucci@p6m7g8.com>
To: bug-followup@FreeBSD.org, aaron@FreeBSD.org
Cc:  
Subject: Re: ports/99138: [PATCH] www/p5-Apache-Test: update to 1.28
Date: Tue, 08 Aug 2006 01:43:59 -0700

 If it helps any, I agree with this patch.
 
 -- 
 ------------------------------------------------------------------------
 Philip M. Gollucci (pgollucci@p6m7g8.com) 323.219.4708
 Consultant / http://p6m7g8.net/Resume/resume.shtml
 Senior Software Engineer - TicketMaster - http://ticketmaster.com
 1024D/A79997FA F357 0FDD 2301 6296 690F  6A47 D55A 7172 A799 97F
 
 "In all that I've done wrong I know I must have done something right to
 deserve a hug every morning and butterfly kisses at night."
State-Changed-From-To: open->closed 
State-Changed-By: skv 
State-Changed-When: Thu Aug 10 11:04:11 UTC 2006 
State-Changed-Why:  
Committed, thanks. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=99138 
>Unformatted:
