From owner-freebsd-perl@FreeBSD.ORG Wed Nov 17 13:22:01 2010 Return-Path: Delivered-To: perl@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 9CCBA1065694; Wed, 17 Nov 2010 13:22:01 +0000 (UTC) (envelope-from gslin@colo-p.gslin.org) Received: from colo-p.gslin.org (97.135.ip.mwsrv.com [210.242.135.97]) by mx1.freebsd.org (Postfix) with ESMTP id 6B48F8FC20; Wed, 17 Nov 2010 13:22:01 +0000 (UTC) Received: by colo-p.gslin.org (Postfix, from userid 1000) id D195E7E822; Wed, 17 Nov 2010 21:22:00 +0800 (CST) To: FreeBSD-gnats-submit@freebsd.org From: Gea-Suan Lin X-send-pr-version: 3.113 X-GNATS-Notify: Message-Id: <20101117132200.D195E7E822@colo-p.gslin.org> Date: Wed, 17 Nov 2010 21:22:00 +0800 (CST) Cc: perl@FreeBSD.org, gslin@gslin.org Subject: [PATCH] www/p5-Apache-Test: update to 1.33 X-BeenThere: freebsd-perl@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: maintainer of a number of perl-related ports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 17 Nov 2010 13:22:01 -0000 >Submitter-Id: current-users >Originator: Gea-Suan Lin >Organization: >Confidential: no >Synopsis: [PATCH] www/p5-Apache-Test: update to 1.33 >Severity: non-critical >Priority: low >Category: ports >Class: update >Release: FreeBSD 7.3-RELEASE-p2 i386 >Environment: System: FreeBSD colo-p.gslin.org 7.3-RELEASE-p2 FreeBSD 7.3-RELEASE-p2 #0: Mon Jul 12 19:04:04 UTC 2010 >Description: - Update to 1.33 Port maintainer (perl@FreeBSD.org) is cc'd. Generated with FreeBSD Port Tools 0.99 >How-To-Repeat: >Fix: --- p5-Apache-Test-1.33.patch begins here --- diff -ruN --exclude=CVS /usr/ports/www/p5-Apache-Test/Makefile /home/staff/gslin/work/ports/p5-Apache-Test/Makefile --- /usr/ports/www/p5-Apache-Test/Makefile 2010-04-30 01:32:08.000000000 +0800 +++ /home/staff/gslin/work/ports/p5-Apache-Test/Makefile 2010-11-17 21:21:33.000000000 +0800 @@ -6,7 +6,7 @@ # PORTNAME= Apache-Test -PORTVERSION= 1.32 +PORTVERSION= 1.33 CATEGORIES= www perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -14,8 +14,6 @@ MAINTAINER= perl@FreeBSD.org COMMENT= Test.pm wrapper with helpers for testing Apache -MAKE_JOBS_SAFE= yes - ## XXX: Need to fix this, www/mod_perl2 currently @2.0.4 contains A-T 1.29, ## XXX: but ## XXX: A-T has released 1.32 @@ -23,15 +21,23 @@ IGNORE= is already included in mod_perl2 .endif -USE_APACHE=1.3+ - PERL_CONFIGURE= yes +USE_APACHE= 1.3+ -MAN3= Apache::Test.3 Apache::TestConfig.3 Apache::TestConfigData.3 \ - Apache::TestMB.3 Apache::TestMM.3 Apache::TestReport.3 \ - Apache::TestRequest.3 Apache::TestRun.3 Apache::TestRunPHP.3 \ - Apache::TestRunPerl.3 Apache::TestServer.3 \ - Apache::TestSmoke.3 Apache::TestTrace.3 \ - Apache::TestUtil.3 Bundle::ApacheTest.3 +MAN3= Apache::Test.3 \ + Apache::TestConfig.3 \ + Apache::TestConfigData.3 \ + Apache::TestMB.3 \ + Apache::TestMM.3 \ + Apache::TestReport.3 \ + Apache::TestRequest.3 \ + Apache::TestRun.3 \ + Apache::TestRunPHP.3 \ + Apache::TestRunPerl.3 \ + Apache::TestServer.3 \ + Apache::TestSmoke.3 \ + Apache::TestTrace.3 \ + Apache::TestUtil.3 \ + Bundle::ApacheTest.3 .include diff -ruN --exclude=CVS /usr/ports/www/p5-Apache-Test/distinfo /home/staff/gslin/work/ports/p5-Apache-Test/distinfo --- /usr/ports/www/p5-Apache-Test/distinfo 2010-04-27 09:32:53.000000000 +0800 +++ /home/staff/gslin/work/ports/p5-Apache-Test/distinfo 2010-11-17 21:19:23.000000000 +0800 @@ -1,3 +1,2 @@ -MD5 (Apache-Test-1.32.tar.gz) = e9249af12e427d58802f1715116aeba7 -SHA256 (Apache-Test-1.32.tar.gz) = b5067c9633a4acf8901ad5d74ca747020f0505c7f68348bf3af0c0e523457b81 -SIZE (Apache-Test-1.32.tar.gz) = 152894 +SHA256 (Apache-Test-1.33.tar.gz) = 37d17f2379ef86a7f1074922af57caa0d5f810ad1498c7a0d94a20bedc584d7d +SIZE (Apache-Test-1.33.tar.gz) = 153749 --- p5-Apache-Test-1.33.patch ends here ---