Date: Mon, 3 Jul 2006 21:44:29 +0800 (CST) From: Cheng-Lung Sung <clsung@FreeBSD.org> To: FreeBSD-gnats-submit@FreeBSD.org Cc: snowfly@yuntech.edu.tw Subject: ports/99746: [PATCH] devel/p5-Module-Compile: update to 0.17 Message-ID: <20060703134429.E1E857E9B5@FreeBSD.csie.nctu.edu.tw> Resent-Message-ID: <200607031350.k63DoC8i083164@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 99746 >Category: ports >Synopsis: [PATCH] devel/p5-Module-Compile: update to 0.17 >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 Jul 03 13:50:11 GMT 2006 >Closed-Date: >Last-Modified: >Originator: Cheng-Lung Sung >Release: FreeBSD 6.1-STABLE i386 >Organization: FreeBSD @ Taiwan >Environment: System: FreeBSD FreeBSD.csie.nctu.edu.tw 6.1-STABLE FreeBSD 6.1-STABLE #9: Thu May 11 14:31:45 CST 2006 >Description: - Update to 0.17 Port maintainer (snowfly@yuntech.edu.tw) is cc'd. Generated with FreeBSD Port Tools 0.77 >How-To-Repeat: >Fix: --- p5-Module-Compile-0.17.patch begins here --- Index: Makefile =================================================================== RCS file: /home/pcvs/ports/devel/p5-Module-Compile/Makefile,v retrieving revision 1.5 diff -u -u -r1.5 Makefile --- Makefile 27 Jun 2006 14:36:23 -0000 1.5 +++ Makefile 3 Jul 2006 13:42:35 -0000 @@ -6,7 +6,7 @@ # PORTNAME= Module-Compile -PORTVERSION= 0.16 +PORTVERSION= 0.17 CATEGORIES= devel perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= Module @@ -22,7 +22,8 @@ MAN3= Module::Compile.3 \ Module::Install::Admin::PMC.3 \ - Module::Install::PMC.3 + Module::Install::PMC.3\ + Module::Optimize.3 .include <bsd.port.pre.mk> Index: distinfo =================================================================== RCS file: /home/pcvs/ports/devel/p5-Module-Compile/distinfo,v retrieving revision 1.2 diff -u -u -r1.2 distinfo --- distinfo 27 Jun 2006 14:36:23 -0000 1.2 +++ distinfo 3 Jul 2006 13:42:35 -0000 @@ -1,3 +1,3 @@ -MD5 (Module-Compile-0.16.tar.gz) = 39301d7fe77954609fb506c24d718c0b -SHA256 (Module-Compile-0.16.tar.gz) = 1e22afef4dc0f18101828e8b56b51b2f4b452853a551698d6f5c628e3fd06e73 -SIZE (Module-Compile-0.16.tar.gz) = 43561 +MD5 (Module-Compile-0.17.tar.gz) = 0cae6275b35ebb8514b25a8b4961e6ed +SHA256 (Module-Compile-0.17.tar.gz) = 5678f58f68cb282bb4d650cbb88671afdc7af262313ad509ae3b3d5caa12ddc9 +SIZE (Module-Compile-0.17.tar.gz) = 44144 Index: pkg-plist =================================================================== RCS file: /home/pcvs/ports/devel/p5-Module-Compile/pkg-plist,v retrieving revision 1.3 diff -u -u -r1.3 pkg-plist --- pkg-plist 25 Jun 2006 11:08:05 -0000 1.3 +++ pkg-plist 3 Jul 2006 13:42:35 -0000 @@ -2,6 +2,7 @@ %%SITE_PERL%%/Module/Compile.pm %%SITE_PERL%%/Module/Install/Admin/PMC.pm %%SITE_PERL%%/Module/Install/PMC.pm +%%SITE_PERL%%/Module/Optimize.pm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Module/Compile/.packlist @dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Module/Compile @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Module --- p5-Module-Compile-0.17.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?20060703134429.E1E857E9B5>