svn commit: r426469 - head/devel/p5-DateTime-Calendar-Christian

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sat Nov 19 17:09:30 UTC 2016


Author: sunpoet
Date: Sat Nov 19 17:08:42 2016
New Revision: 426469
URL: https://svnweb.freebsd.org/changeset/ports/426469

Log:
  - Update to 0.05
  - Add LICENSE
  - Add NO_ARCH
  - Sort PLIST
  
  Changes:	http://search.cpan.org/dist/DateTime-Calendar-Christian/Changes

Modified:
  head/devel/p5-DateTime-Calendar-Christian/Makefile
  head/devel/p5-DateTime-Calendar-Christian/distinfo
  head/devel/p5-DateTime-Calendar-Christian/pkg-plist

Modified: head/devel/p5-DateTime-Calendar-Christian/Makefile
==============================================================================
--- head/devel/p5-DateTime-Calendar-Christian/Makefile	Sat Nov 19 17:08:24 2016	(r426468)
+++ head/devel/p5-DateTime-Calendar-Christian/Makefile	Sat Nov 19 17:08:42 2016	(r426469)
@@ -2,8 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	DateTime-Calendar-Christian
-PORTVERSION=	0.04
-PORTREVISION=	1
+PORTVERSION=	0.05
 CATEGORIES=	devel perl5
 MASTER_SITES=	CPAN
 PKGNAMEPREFIX=	p5-
@@ -11,9 +10,14 @@ PKGNAMEPREFIX=	p5-
 MAINTAINER=	perl at FreeBSD.org
 COMMENT=	Dates in the Christian calendar
 
+LICENSE=	ART10 GPLv1
+LICENSE_COMB=	dual
+LICENSE_FILE=	${WRKSRC}/LICENSE
+
 BUILD_DEPENDS=	p5-DateTime-Calendar-Julian>=0:devel/p5-DateTime-Calendar-Julian
 RUN_DEPENDS:=	${BUILD_DEPENDS}
 
+NO_ARCH=	yes
 USES=		perl5
 USE_PERL5=	configure
 

Modified: head/devel/p5-DateTime-Calendar-Christian/distinfo
==============================================================================
--- head/devel/p5-DateTime-Calendar-Christian/distinfo	Sat Nov 19 17:08:24 2016	(r426468)
+++ head/devel/p5-DateTime-Calendar-Christian/distinfo	Sat Nov 19 17:08:42 2016	(r426469)
@@ -1,2 +1,3 @@
-SHA256 (DateTime-Calendar-Christian-0.04.tar.gz) = 11170ee8f3e8ef17b23b64310ef6ee89ef04363ef45017fa9b286a6980e5cf23
-SIZE (DateTime-Calendar-Christian-0.04.tar.gz) = 17549
+TIMESTAMP = 1479554039
+SHA256 (DateTime-Calendar-Christian-0.05.tar.gz) = 2bc8bfc20a6907955c9495ebfc9c70c9b90d02bef7f6cd3744d07ae95feede08
+SIZE (DateTime-Calendar-Christian-0.05.tar.gz) = 19210

Modified: head/devel/p5-DateTime-Calendar-Christian/pkg-plist
==============================================================================
--- head/devel/p5-DateTime-Calendar-Christian/pkg-plist	Sat Nov 19 17:08:24 2016	(r426468)
+++ head/devel/p5-DateTime-Calendar-Christian/pkg-plist	Sat Nov 19 17:08:42 2016	(r426469)
@@ -1,2 +1,2 @@
-%%PERL5_MAN3%%/DateTime::Calendar::Christian.3.gz
 %%SITE_PERL%%/DateTime/Calendar/Christian.pm
+%%PERL5_MAN3%%/DateTime::Calendar::Christian.3.gz


More information about the svn-ports-head mailing list