svn commit: r305030 - head/devel/p5-DateTime

Frederic Culot culot at FreeBSD.org
Sat Sep 29 07:46:01 UTC 2012


Author: culot
Date: Sat Sep 29 07:46:00 2012
New Revision: 305030
URL: http://svn.freebsd.org/changeset/ports/305030

Log:
  - Update to 0.77
  - Add LICENSE (Artistic 2)
  
  Changes:	http://search.cpan.org/dist/DateTime/Changes

Modified:
  head/devel/p5-DateTime/Makefile
  head/devel/p5-DateTime/distinfo

Modified: head/devel/p5-DateTime/Makefile
==============================================================================
--- head/devel/p5-DateTime/Makefile	Sat Sep 29 06:35:42 2012	(r305029)
+++ head/devel/p5-DateTime/Makefile	Sat Sep 29 07:46:00 2012	(r305030)
@@ -1,12 +1,8 @@
-# New ports collection makefile for:	p5-DateTime
-# Date created:	   4 mai 2003
-# Whom:		   Mathieu Arnold <m at absolight.net>
-#
+# Created by: Mathieu Arnold <m at absolight.net>
 # $FreeBSD$
-#
 
 PORTNAME=	DateTime
-PORTVERSION=	0.76
+PORTVERSION=	0.77
 CATEGORIES=	devel perl5
 MASTER_SITES=	CPAN
 MASTER_SITE_SUBDIR=	CPAN:DROLSKY
@@ -15,6 +11,8 @@ PKGNAMEPREFIX=	p5-
 MAINTAINER=	perl at FreeBSD.org
 COMMENT=	A date and time object
 
+LICENSE=	ART20
+
 # Do not add p5-DateTime-Format-Strptime>=1.20.00 to TEST_DEPENDS to avoid cyclic dependency in tinderbox
 BUILD_DEPENDS=	p5-DateTime-Locale>=0.41:${PORTSDIR}/devel/p5-DateTime-Locale \
 		p5-DateTime-TimeZone>=1.09:${PORTSDIR}/devel/p5-DateTime-TimeZone \

Modified: head/devel/p5-DateTime/distinfo
==============================================================================
--- head/devel/p5-DateTime/distinfo	Sat Sep 29 06:35:42 2012	(r305029)
+++ head/devel/p5-DateTime/distinfo	Sat Sep 29 07:46:00 2012	(r305030)
@@ -1,2 +1,2 @@
-SHA256 (DateTime-0.76.tar.gz) = 9ca0ab3c5b09d421cc260f83566a0c71f6cf683d57ff64c5a70e6cf4eb1773f0
-SIZE (DateTime-0.76.tar.gz) = 171511
+SHA256 (DateTime-0.77.tar.gz) = 516591bdd7f7f4a6e5d51cac16c1d8c8c54f30b8a5fdfc208d5ba6a7368a7503
+SIZE (DateTime-0.77.tar.gz) = 171659



More information about the svn-ports-all mailing list