Date: Tue, 10 Aug 2004 12:46:29 +0800 (CST) From: Yen-Ming Lee <leeym@utopia.leeym.com> To: FreeBSD-gnats-submit@FreeBSD.org Cc: bradh@uunet.co.za Subject: ports/70240: [PATCH] devel/p5-Date-Calc: fix PLIST Message-ID: <20040810044629.28FB93EA7B4@utopia.leeym.com> Resent-Message-ID: <200408100450.i7A4oMbn012733@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 70240 >Category: ports >Synopsis: [PATCH] devel/p5-Date-Calc: fix PLIST >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Tue Aug 10 04:50:22 GMT 2004 >Closed-Date: >Last-Modified: >Originator: Yen-Ming Lee >Release: FreeBSD 5.2.1-RELEASE-p9 i386 >Organization: >Environment: System: FreeBSD utopia.leeym.com 5.2.1-RELEASE-p9 FreeBSD 5.2.1-RELEASE-p9 #167: Tue Jul 27 05:17:58 CST 2004 >Description: - add missing files - bump PORTREVISION Tested with perl 5.00503, 5.6.1, and 5.8.5 Port maintainer (bradh@uunet.co.za) is cc'd. Generated with FreeBSD Port Tools 0.63 >How-To-Repeat: >Fix: --- p5-Date-Calc-5.3_1.patch begins here --- Index: Makefile =================================================================== RCS file: /home/pcvs/ports/devel/p5-Date-Calc/Makefile,v retrieving revision 1.8 diff -u -u -r1.8 Makefile --- Makefile 24 Oct 2003 14:15:19 -0000 1.8 +++ Makefile 10 Aug 2004 04:45:01 -0000 @@ -7,6 +7,7 @@ PORTNAME= Date-Calc PORTVERSION= 5.3 +PORTREVISION= 1 CATEGORIES= devel perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= Date @@ -21,6 +22,6 @@ PERL_CONFIGURE= yes MAN3= Date::Calc.3 Date::Calc::Object.3 Date::Calendar.3 \ - Date::Calendar::Profiles.3 Date::Calendar::Year.3 + Date::Calendar::Profiles.3 Date::Calendar::Year.3 Carp::Clan.3 .include <bsd.port.mk> Index: pkg-plist =================================================================== RCS file: /home/pcvs/ports/devel/p5-Date-Calc/pkg-plist,v retrieving revision 1.4 diff -u -u -r1.4 pkg-plist --- pkg-plist 24 Oct 2003 12:01:42 -0000 1.4 +++ pkg-plist 10 Aug 2004 04:45:01 -0000 @@ -1,3 +1,5 @@ +%%SITE_PERL%%/%%PERL_ARCH%%/Carp/Clan.pm +%%SITE_PERL%%/%%PERL_ARCH%%/Carp/Clan.pod %%SITE_PERL%%/%%PERL_ARCH%%/Date/Calc.pm %%SITE_PERL%%/%%PERL_ARCH%%/Date/Calc.pod %%SITE_PERL%%/%%PERL_ARCH%%/Date/Calc/Object.pm --- p5-Date-Calc-5.3_1.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?20040810044629.28FB93EA7B4>