Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 19 Apr 2015 16:21:21 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r384303 - head/devel/p5-DateTime-Format-Epoch
Message-ID:  <201504191621.t3JGLLHf024001@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Sun Apr 19 16:21:20 2015
New Revision: 384303
URL: https://svnweb.freebsd.org/changeset/ports/384303

Log:
  - Update to 0.16
  - Add LICENSE
  
  Changes:	http://search.cpan.org/dist/DateTime-Format-Epoch/Changes

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

Modified: head/devel/p5-DateTime-Format-Epoch/Makefile
==============================================================================
--- head/devel/p5-DateTime-Format-Epoch/Makefile	Sun Apr 19 16:21:15 2015	(r384302)
+++ head/devel/p5-DateTime-Format-Epoch/Makefile	Sun Apr 19 16:21:20 2015	(r384303)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	DateTime-Format-Epoch
-PORTVERSION=	0.15
+PORTVERSION=	0.16
 CATEGORIES=	devel perl5
 MASTER_SITES=	CPAN
 PKGNAMEPREFIX=	p5-
@@ -10,9 +10,12 @@ PKGNAMEPREFIX=	p5-
 MAINTAINER=	perl@FreeBSD.org
 COMMENT=	Convert DateTimes to/from epoch seconds
 
-RUN_DEPENDS=	p5-DateTime>=0.31:${PORTSDIR}/devel/p5-DateTime \
+LICENSE=	ART10 GPLv1
+LICENSE_COMB=	dual
+
+BUILD_DEPENDS=	p5-DateTime>=0.31:${PORTSDIR}/devel/p5-DateTime \
 		p5-Params-Validate>=0:${PORTSDIR}/devel/p5-Params-Validate
-BUILD_DEPENDS:=	${RUN_DEPENDS}
+RUN_DEPENDS:=	${BUILD_DEPENDS}
 
 PORTSCOUT=	skipv:0.801
 

Modified: head/devel/p5-DateTime-Format-Epoch/distinfo
==============================================================================
--- head/devel/p5-DateTime-Format-Epoch/distinfo	Sun Apr 19 16:21:15 2015	(r384302)
+++ head/devel/p5-DateTime-Format-Epoch/distinfo	Sun Apr 19 16:21:20 2015	(r384303)
@@ -1,2 +1,2 @@
-SHA256 (DateTime-Format-Epoch-0.15.tar.gz) = 275b859690da8b2bf47c037f1b8a24bc687176fc2a92826a7ba2ea50addc1727
-SIZE (DateTime-Format-Epoch-0.15.tar.gz) = 23966
+SHA256 (DateTime-Format-Epoch-0.16.tar.gz) = 2eeb0ce072b538c3e85ad354ee95c582e92fcf987f67b520e231539622d1dd2e
+SIZE (DateTime-Format-Epoch-0.16.tar.gz) = 23979



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201504191621.t3JGLLHf024001>