svn commit: r316893 - head/devel/p5-DateTime-TimeZone

Philippe Audeoud jadawin at FreeBSD.org
Tue Apr 30 08:03:15 UTC 2013


Author: jadawin
Date: Tue Apr 30 08:03:14 2013
New Revision: 316893
URL: http://svnweb.freebsd.org/changeset/ports/316893

Log:
  - Update to 1.59
  - Changelog: http://cpansearch.perl.org/src/DROLSKY/DateTime-TimeZone-1.59/Changes

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

Modified: head/devel/p5-DateTime-TimeZone/Makefile
==============================================================================
--- head/devel/p5-DateTime-TimeZone/Makefile	Tue Apr 30 07:48:42 2013	(r316892)
+++ head/devel/p5-DateTime-TimeZone/Makefile	Tue Apr 30 08:03:14 2013	(r316893)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	DateTime-TimeZone
-PORTVERSION=	1.58
+PORTVERSION=	1.59
 CATEGORIES=	devel perl5
 MASTER_SITES=	CPAN
 PKGNAMEPREFIX=	p5-
@@ -23,9 +23,12 @@ MAN3=		DateTime::TimeZone.3 DateTime::Ti
 	  	DateTime::TimeZone::OffsetOnly.3 DateTime::TimeZone::OlsonDB.3 \
 		DateTime::TimeZone::UTC.3 DateTime::TimeZone::Catalog.3
 
-.if !defined(NOPORTDOCS)
 PORTDOCS=	Changes README
 
+.include <bsd.port.options.mk>
+
+.if ${PORT_OPTIONS:MDOCS}
+
 post-install:
 	@${MKDIR} ${DOCSDIR}
 	@${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${DOCSDIR}

Modified: head/devel/p5-DateTime-TimeZone/distinfo
==============================================================================
--- head/devel/p5-DateTime-TimeZone/distinfo	Tue Apr 30 07:48:42 2013	(r316892)
+++ head/devel/p5-DateTime-TimeZone/distinfo	Tue Apr 30 08:03:14 2013	(r316893)
@@ -1,2 +1,2 @@
-SHA256 (DateTime-TimeZone-1.58.tar.gz) = 82c3e94140908af96aca2f46c0334631b1739f8a444b64260814a6974bc44367
-SIZE (DateTime-TimeZone-1.58.tar.gz) = 852884
+SHA256 (DateTime-TimeZone-1.59.tar.gz) = b1d50f6abde68671da1db883168ef8d6793a11ba75de02174f42e1dfd16b2522
+SIZE (DateTime-TimeZone-1.59.tar.gz) = 856454


More information about the svn-ports-head mailing list