Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 21 Oct 2009 14:49:28 -0700 (PDT)
From:      Yen-Ming Lee <leeym@FreeBSD.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        hideo@lastamericanempire.com
Subject:   ports/139829: [PATCH] devel/p5-Date-Calc: update to 6.2
Message-ID:  <200910212149.n9LLnSPl008268@cn1.leeym.com>
Resent-Message-ID: <200910212150.n9LLo1nP002461@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         139829
>Category:       ports
>Synopsis:       [PATCH] devel/p5-Date-Calc: update to 6.2
>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:   Wed Oct 21 21:50:01 UTC 2009
>Closed-Date:
>Last-Modified:
>Originator:     Yen-Ming Lee
>Release:        FreeBSD 7.2-RELEASE-p2 i386
>Organization:
>Environment:
System: FreeBSD cn1.leeym.com 7.2-RELEASE-p2 FreeBSD 7.2-RELEASE-p2 #0: Wed Jun 24 00:57:44 UTC 2009
>Description:
- Update to 6.2

Port maintainer (hideo@lastamericanempire.com) is cc'd.

Generated with FreeBSD Port Tools 0.99
>How-To-Repeat:
>Fix:

--- p5-Date-Calc-6.2.patch begins here ---
Index: Makefile
===================================================================
RCS file: /home/pcvs/ports/devel/p5-Date-Calc/Makefile,v
retrieving revision 1.17
diff -u -d -b -w -u -r1.17 Makefile
--- Makefile	11 Oct 2009 12:56:00 -0000	1.17
+++ Makefile	21 Oct 2009 21:49:23 -0000
@@ -6,21 +6,21 @@
 #
 
 PORTNAME=	Date-Calc
-PORTVERSION=	6.0
+PORTVERSION=	6.2
 CATEGORIES=	devel perl5
 MASTER_SITES=	CPAN
-MASTER_SITE_SUBDIR=	../../authors/id/S/ST/STBEY
 PKGNAMEPREFIX=	p5-
 
 MAINTAINER=	hideo@lastamericanempire.com
 COMMENT=	Gregorian calendar date calculations
 
-BUILD_DEPENDS=	p5-Bit-Vector>=7.0:${PORTSDIR}/math/p5-Bit-Vector
-RUN_DEPENDS=	${BUILD_DEPENDS}
+RUN_DEPENDS=	p5-Bit-Vector>=7.1:${PORTSDIR}/math/p5-Bit-Vector \
+		p5-Carp-Clan>=5.3:${PORTSDIR}/devel/p5-Carp-Clan
+BUILD_DEPENDS=	${RUN_DEPENDS}
 
 PERL_CONFIGURE=	yes
 
-MAN3=		Date::Calc.3 Date::Calc::Object.3 Date::Calendar.3 \
+MAN3=		Date::Calc.3 Date::Calc::PP.3 Date::Calc::Object.3 Date::Calendar.3 \
 		Date::Calendar::Profiles.3 Date::Calendar::Year.3
 
 .include <bsd.port.mk>
Index: distinfo
===================================================================
RCS file: /home/pcvs/ports/devel/p5-Date-Calc/distinfo,v
retrieving revision 1.10
diff -u -d -b -w -u -r1.10 distinfo
--- distinfo	11 Oct 2009 12:56:00 -0000	1.10
+++ distinfo	21 Oct 2009 21:49:23 -0000
@@ -1,3 +1,3 @@
-MD5 (Date-Calc-6.0.tar.gz) = f1ed6a6800f74cb7f3dab9f91d160ca8
-SHA256 (Date-Calc-6.0.tar.gz) = c598709e672355f3952cfb06b6154db6c1752351fe4221f6e6b5dbc73a6f82ee
-SIZE (Date-Calc-6.0.tar.gz) = 219533
+MD5 (Date-Calc-6.2.tar.gz) = 30dcf4c06c5d35466ee2b9956d2c4b4c
+SHA256 (Date-Calc-6.2.tar.gz) = 09759b6cae48adbb9f4c665b5fab70e21cf5974d4f73cf3dc5594e38372badf5
+SIZE (Date-Calc-6.2.tar.gz) = 169426
Index: pkg-plist
===================================================================
RCS file: /home/pcvs/ports/devel/p5-Date-Calc/pkg-plist,v
retrieving revision 1.5
diff -u -d -b -w -u -r1.5 pkg-plist
--- pkg-plist	22 Jan 2006 01:47:18 -0000	1.5
+++ pkg-plist	21 Oct 2009 21:49:23 -0000
@@ -1,19 +1,18 @@
-%%SITE_PERL%%/%%PERL_ARCH%%/Date/Calc.pm
-%%SITE_PERL%%/%%PERL_ARCH%%/Date/Calc.pod
-%%SITE_PERL%%/%%PERL_ARCH%%/Date/Calc/Object.pm
-%%SITE_PERL%%/%%PERL_ARCH%%/Date/Calc/Object.pod
-%%SITE_PERL%%/%%PERL_ARCH%%/Date/Calendar.pm
-%%SITE_PERL%%/%%PERL_ARCH%%/Date/Calendar.pod
-%%SITE_PERL%%/%%PERL_ARCH%%/Date/Calendar/Profiles.pm
-%%SITE_PERL%%/%%PERL_ARCH%%/Date/Calendar/Profiles.pod
-%%SITE_PERL%%/%%PERL_ARCH%%/Date/Calendar/Year.pm
-%%SITE_PERL%%/%%PERL_ARCH%%/Date/Calendar/Year.pod
+%%SITE_PERL%%/Date/Calc.pm
+%%SITE_PERL%%/Date/Calc.pod
+%%SITE_PERL%%/Date/Calc/Object.pm
+%%SITE_PERL%%/Date/Calc/Object.pod
+%%SITE_PERL%%/Date/Calc/PP.pm
+%%SITE_PERL%%/Date/Calc/PP.pod
+%%SITE_PERL%%/Date/Calendar.pm
+%%SITE_PERL%%/Date/Calendar.pod
+%%SITE_PERL%%/Date/Calendar/Profiles.pm
+%%SITE_PERL%%/Date/Calendar/Profiles.pod
+%%SITE_PERL%%/Date/Calendar/Year.pm
+%%SITE_PERL%%/Date/Calendar/Year.pod
 %%SITE_PERL%%/%%PERL_ARCH%%/auto/Date/Calc/.packlist
-%%SITE_PERL%%/%%PERL_ARCH%%/auto/Date/Calc/Calc.so
-%%SITE_PERL%%/%%PERL_ARCH%%/auto/Date/Calc/Calc.bs
-@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Date/Calc
+@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Date/Calc
 @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Date
-@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/Date/Calendar
-@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/Date/Calc
-@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/Date
+@dirrmtry %%SITE_PERL%%/Date/Calendar
+@dirrmtry %%SITE_PERL%%/Date/Calc
 @dirrmtry %%SITE_PERL%%/Date
--- p5-Date-Calc-6.2.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?200910212149.n9LLnSPl008268>