From owner-freebsd-perl@FreeBSD.ORG Mon Aug 14 03:14:55 2006 Return-Path: X-Original-To: perl@FreeBSD.org Delivered-To: freebsd-perl@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4A51A16A4DD; Mon, 14 Aug 2006 03:14:55 +0000 (UTC) (envelope-from gslin@netnews.NCTU.edu.tw) Received: from netnews.NCTU.edu.tw (ccreader.nctu.edu.tw [140.113.54.119]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0142C43D46; Mon, 14 Aug 2006 03:14:54 +0000 (GMT) (envelope-from gslin@netnews.NCTU.edu.tw) Received: by netnews.NCTU.edu.tw (Postfix, from userid 1000) id B8A5D1F9; Mon, 14 Aug 2006 11:14:52 +0800 (CST) To: FreeBSD-gnats-submit@freebsd.org From: Gea-Suan Lin X-send-pr-version: 3.113 X-GNATS-Notify: Message-Id: <20060814031452.B8A5D1F9@netnews.NCTU.edu.tw> Date: Mon, 14 Aug 2006 11:14:52 +0800 (CST) Cc: perl@FreeBSD.org, gslin@gslin.org Subject: [PATCH] devel/p5-Module-Load-Conditional: update to 0.12 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, 14 Aug 2006 03:14:55 -0000 >Submitter-Id: current-users >Originator: Gea-Suan Lin >Organization: >Confidential: no >Synopsis: [PATCH] devel/p5-Module-Load-Conditional: update to 0.12 >Severity: non-critical >Priority: low >Category: ports >Class: update >Release: FreeBSD 6.1-RELEASE i386 >Environment: System: FreeBSD netnews.NCTU.edu.tw 6.1-RELEASE FreeBSD 6.1-RELEASE #0: Sat May 13 03:43:48 CST 2006 >Description: - Update to 0.12 Port maintainer (perl@FreeBSD.org) is cc'd. Generated with FreeBSD Port Tools 0.77 >How-To-Repeat: >Fix: --- p5-Module-Load-Conditional-0.12.patch begins here --- diff -ruN --exclude=CVS /usr/ports/devel/p5-Module-Load-Conditional/Makefile /home/staff/gslin/work/p5-Module-Load-Conditional/Makefile --- /usr/ports/devel/p5-Module-Load-Conditional/Makefile Thu Aug 3 03:09:12 2006 +++ /home/staff/gslin/work/p5-Module-Load-Conditional/Makefile Mon Aug 14 11:14:20 2006 @@ -6,7 +6,7 @@ # PORTNAME= Module-Load-Conditional -PORTVERSION= 0.10 +PORTVERSION= 0.12 CATEGORIES= devel perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= Module @@ -16,14 +16,14 @@ COMMENT= Looking up Perl modules information/loading at runtime RUN_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/File/Spec.pm:${PORTSDIR}/devel/p5-PathTools \ - ${SITE_PERL}/Module/Load.pm:${PORTSDIR}/devel/p5-Module-Load \ ${SITE_PERL}/Locale/Maketext/Simple.pm:${PORTSDIR}/devel/p5-Locale-Maketext-Simple \ + ${SITE_PERL}/Module/Load.pm:${PORTSDIR}/devel/p5-Module-Load \ ${SITE_PERL}/Params/Check.pm:${PORTSDIR}/devel/p5-Params-Check BUILD_DEPENDS= ${RUN_DEPENDS} PERL_CONFIGURE= yes -MAN3= Module::Load::Conditional.3 +MAN3= Module::Load::Conditional.3 .if !defined(NOPORTDOCS) PORTDOCS= README diff -ruN --exclude=CVS /usr/ports/devel/p5-Module-Load-Conditional/distinfo /home/staff/gslin/work/p5-Module-Load-Conditional/distinfo --- /usr/ports/devel/p5-Module-Load-Conditional/distinfo Thu Aug 3 03:09:12 2006 +++ /home/staff/gslin/work/p5-Module-Load-Conditional/distinfo Mon Aug 14 11:13:58 2006 @@ -1,3 +1,3 @@ -MD5 (Module-Load-Conditional-0.10.tar.gz) = 7f9d3dc493429163ec0cd87fd0bd80e4 -SHA256 (Module-Load-Conditional-0.10.tar.gz) = b7da9e23437fc3b6539880a6c1f7e4bb0678acfd2f6e1c564502d5b428055f58 -SIZE (Module-Load-Conditional-0.10.tar.gz) = 7779 +MD5 (Module-Load-Conditional-0.12.tar.gz) = 280dff17d332a24437f8b15192ae0c86 +SHA256 (Module-Load-Conditional-0.12.tar.gz) = bdc48df70bd296dcb2ac2fac2ad5fe654b082a8807e677cbeaa46f91f5c0eecf +SIZE (Module-Load-Conditional-0.12.tar.gz) = 7945 --- p5-Module-Load-Conditional-0.12.patch ends here ---