Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 30 Jan 2019 19:22:24 +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: r491649 - head/devel/p5-DateTime-Format-Roman
Message-ID:  <201901301922.x0UJMOnZ020288@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Wed Jan 30 19:22:23 2019
New Revision: 491649
URL: https://svnweb.freebsd.org/changeset/ports/491649

Log:
  Update to 0.04
  
  - Add LICENSE
  - Add NO_ARCH
  - Sort PLIST
  
  Changes:	https://metacpan.org/changes/distribution/DateTime-Format-Roman

Modified:
  head/devel/p5-DateTime-Format-Roman/Makefile
  head/devel/p5-DateTime-Format-Roman/distinfo
  head/devel/p5-DateTime-Format-Roman/pkg-plist

Modified: head/devel/p5-DateTime-Format-Roman/Makefile
==============================================================================
--- head/devel/p5-DateTime-Format-Roman/Makefile	Wed Jan 30 19:22:18 2019	(r491648)
+++ head/devel/p5-DateTime-Format-Roman/Makefile	Wed Jan 30 19:22:23 2019	(r491649)
@@ -2,8 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	DateTime-Format-Roman
-PORTVERSION=	0.03
-PORTREVISION=	1
+PORTVERSION=	0.04
 CATEGORIES=	devel perl5
 MASTER_SITES=	CPAN
 PKGNAMEPREFIX=	p5-
@@ -11,11 +10,18 @@ PKGNAMEPREFIX=	p5-
 MAINTAINER=	perl@FreeBSD.org
 COMMENT=	Roman day numbering for DateTime objects
 
+LICENSE=	ART10 GPLv1+
+LICENSE_COMB=	dual
+LICENSE_FILE_ART10=	${WRKSRC}/LICENSE
+
 BUILD_DEPENDS=	${RUN_DEPENDS}
-RUN_DEPENDS=	p5-DateTime>=0:devel/p5-DateTime \
+RUN_DEPENDS=	p5-DateTime>=0.22:devel/p5-DateTime \
+		p5-Params-Validate>=0:devel/p5-Params-Validate \
 		p5-Roman>=0:math/p5-Roman
 
 USES=		perl5
 USE_PERL5=	configure
+
+NO_ARCH=	yes
 
 .include <bsd.port.mk>

Modified: head/devel/p5-DateTime-Format-Roman/distinfo
==============================================================================
--- head/devel/p5-DateTime-Format-Roman/distinfo	Wed Jan 30 19:22:18 2019	(r491648)
+++ head/devel/p5-DateTime-Format-Roman/distinfo	Wed Jan 30 19:22:23 2019	(r491649)
@@ -1,2 +1,3 @@
-SHA256 (DateTime-Format-Roman-0.03.tar.gz) = 15e981504a39c88ec2504520c5e083d14fb60ba3663aee3033b936af88f2040b
-SIZE (DateTime-Format-Roman-0.03.tar.gz) = 11525
+TIMESTAMP = 1548843540
+SHA256 (DateTime-Format-Roman-0.04.tar.gz) = f85cae40d987ff03b861839f54ba6974bb62130e4e20cf14fa524a2015da9fbe
+SIZE (DateTime-Format-Roman-0.04.tar.gz) = 13385

Modified: head/devel/p5-DateTime-Format-Roman/pkg-plist
==============================================================================
--- head/devel/p5-DateTime-Format-Roman/pkg-plist	Wed Jan 30 19:22:18 2019	(r491648)
+++ head/devel/p5-DateTime-Format-Roman/pkg-plist	Wed Jan 30 19:22:23 2019	(r491649)
@@ -1,2 +1,2 @@
-%%PERL5_MAN3%%/DateTime::Format::Roman.3.gz
 %%SITE_PERL%%/DateTime/Format/Roman.pm
+%%PERL5_MAN3%%/DateTime::Format::Roman.3.gz



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