From owner-freebsd-perl@FreeBSD.ORG Mon Jun 20 05:42:46 2011 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 22B9C1065670; Mon, 20 Jun 2011 05:42:46 +0000 (UTC) (envelope-from root@deep.tw) Received: from deep.tw (deep.tw [122.116.130.101]) by mx1.freebsd.org (Postfix) with ESMTP id E61D88FC0A; Mon, 20 Jun 2011 05:42:45 +0000 (UTC) Received: by deep.tw (Postfix, from userid 0) id D719A5C2D; Mon, 20 Jun 2011 13:42:44 +0800 (CST) To: FreeBSD-gnats-submit@freebsd.org From: Jin-Sih Lin X-send-pr-version: 3.113 X-GNATS-Notify: Message-Id: <20110620054244.D719A5C2D@deep.tw> Date: Mon, 20 Jun 2011 13:42:44 +0800 (CST) Cc: perl@FreeBSD.org Subject: [PATCH] www/p5-CGI-Application-Plugin-Apache: update to 1.02 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: Mon, 20 Jun 2011 05:42:46 -0000 >Submitter-Id: current-users >Originator: Jin-Sih Lin >Organization: FreeBSD @ Taiwan >Confidential: no >Synopsis: [PATCH] www/p5-CGI-Application-Plugin-Apache: update to 1.02 >Severity: non-critical >Priority: low >Category: ports >Class: update >Release: FreeBSD 8.2-STABLE i386 >Environment: System: FreeBSD deep.tw 8.2-STABLE FreeBSD 8.2-STABLE #0: Fri Feb 25 14:49:48 CST 2011 >Description: - Update to 1.02 Removed file(s): - files/patch-Build.PL Port maintainer (perl@FreeBSD.org) is cc'd. Generated with FreeBSD Port Tools 0.99 >How-To-Repeat: >Fix: --- p5-CGI-Application-Plugin-Apache-1.02.patch begins here --- diff -ruN --exclude=CVS /usr/ports/www/p5-CGI-Application-Plugin-Apache.orig/Makefile /usr/ports/www/p5-CGI-Application-Plugin-Apache/Makefile --- /usr/ports/www/p5-CGI-Application-Plugin-Apache.orig/Makefile 2010-11-21 06:22:58.000000000 +0800 +++ /usr/ports/www/p5-CGI-Application-Plugin-Apache/Makefile 2011-06-20 13:31:39.000000000 +0800 @@ -6,7 +6,7 @@ # PORTNAME= CGI-Application-Plugin-Apache -PORTVERSION= 1.01 +PORTVERSION= 1.02 CATEGORIES= www perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- diff -ruN --exclude=CVS /usr/ports/www/p5-CGI-Application-Plugin-Apache.orig/distinfo /usr/ports/www/p5-CGI-Application-Plugin-Apache/distinfo --- /usr/ports/www/p5-CGI-Application-Plugin-Apache.orig/distinfo 2010-11-21 06:22:58.000000000 +0800 +++ /usr/ports/www/p5-CGI-Application-Plugin-Apache/distinfo 2011-06-20 13:31:40.000000000 +0800 @@ -1,2 +1,2 @@ -SHA256 (CGI-Application-Plugin-Apache-1.01.tar.gz) = bb88362c978a23be29ccd22b8981b4f887220972613fd3dce11dcab77d7bc906 -SIZE (CGI-Application-Plugin-Apache-1.01.tar.gz) = 13689 +SHA256 (CGI-Application-Plugin-Apache-1.02.tar.gz) = 50cde6627965010886aa9e82c9a6268f3c55d309e65504cf4dffd0141f903ebd +SIZE (CGI-Application-Plugin-Apache-1.02.tar.gz) = 18757 diff -ruN --exclude=CVS /usr/ports/www/p5-CGI-Application-Plugin-Apache.orig/files/patch-Build.PL /usr/ports/www/p5-CGI-Application-Plugin-Apache/files/patch-Build.PL --- /usr/ports/www/p5-CGI-Application-Plugin-Apache.orig/files/patch-Build.PL 2010-11-21 06:22:58.000000000 +0800 +++ /usr/ports/www/p5-CGI-Application-Plugin-Apache/files/patch-Build.PL 1970-01-01 08:00:00.000000000 +0800 @@ -1,11 +0,0 @@ ---- Build.PL.orig Thu Jul 22 13:31:04 2010 -+++ Build.PL Thu Jul 22 13:31:21 2010 -@@ -29,7 +29,7 @@ - 'HTML::GenerateUtil'=> 0, - }, - build_requires => { -- 'Apache::Test', -+ 'Apache::Test' => 1, - }, - create_makefile_pl => 'passthrough', - create_readme => 1, --- p5-CGI-Application-Plugin-Apache-1.02.patch ends here ---