Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 15 Oct 2015 20:18:09 +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: r399386 - head/devel/p5-DateTime-Calendar-Pataphysical
Message-ID:  <201510152018.t9FKI9o7025860@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Thu Oct 15 20:18:08 2015
New Revision: 399386
URL: https://svnweb.freebsd.org/changeset/ports/399386

Log:
  - Update to 0.06
  - Add LICENSE
  - Fix *_DEPENDS
  - Add TEST_DEPENDS
  - Remove DOCS option
  - Sort PLIST
  
  Changes:	http://search.cpan.org/dist/DateTime-Calendar-Pataphysical/Changes

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

Modified: head/devel/p5-DateTime-Calendar-Pataphysical/Makefile
==============================================================================
--- head/devel/p5-DateTime-Calendar-Pataphysical/Makefile	Thu Oct 15 20:18:01 2015	(r399385)
+++ head/devel/p5-DateTime-Calendar-Pataphysical/Makefile	Thu Oct 15 20:18:08 2015	(r399386)
@@ -2,8 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	DateTime-Calendar-Pataphysical
-PORTVERSION=	0.05
-PORTREVISION=	1
+PORTVERSION=	0.06
 CATEGORIES=	devel perl5
 MASTER_SITES=	CPAN
 PKGNAMEPREFIX=	p5-
@@ -11,18 +10,15 @@ PKGNAMEPREFIX=	p5-
 MAINTAINER=	perl@FreeBSD.org
 COMMENT=	Dates in the pataphysical calendar
 
-BUILD_DEPENDS=	p5-DateTime>=0:${PORTSDIR}/devel/p5-DateTime
+LICENSE=	ART10 GPLv1
+LICENSE_COMB=	dual
+
+BUILD_DEPENDS=	p5-DateTime>=0:${PORTSDIR}/devel/p5-DateTime \
+		p5-DateTime-Locale>=0:${PORTSDIR}/devel/p5-DateTime-Locale
 RUN_DEPENDS:=	${BUILD_DEPENDS}
+TEST_DEPENDS=	p5-Test-MockTime>=0:${PORTSDIR}/devel/p5-Test-MockTime
 
 USES=		perl5
 USE_PERL5=	configure
 
-OPTIONS_DEFINE= DOCS
-
-PORTDOCS=	Changes README
-
-post-install:
-	@${MKDIR} ${STAGEDIR}${DOCSDIR}
-	${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${STAGEDIR}${DOCSDIR}
-
 .include <bsd.port.mk>

Modified: head/devel/p5-DateTime-Calendar-Pataphysical/distinfo
==============================================================================
--- head/devel/p5-DateTime-Calendar-Pataphysical/distinfo	Thu Oct 15 20:18:01 2015	(r399385)
+++ head/devel/p5-DateTime-Calendar-Pataphysical/distinfo	Thu Oct 15 20:18:08 2015	(r399386)
@@ -1,2 +1,2 @@
-SHA256 (DateTime-Calendar-Pataphysical-0.05.tar.gz) = 5ccf79448d73e77117ef7994476fd030c3ffa9d8fecc590bfb0be7ee56cda2d1
-SIZE (DateTime-Calendar-Pataphysical-0.05.tar.gz) = 25570
+SHA256 (DateTime-Calendar-Pataphysical-0.06.tar.gz) = e02593adcd50da06a578fe03743da7a973ea171d3d2af4001864b7f3fec8dd7b
+SIZE (DateTime-Calendar-Pataphysical-0.06.tar.gz) = 27068

Modified: head/devel/p5-DateTime-Calendar-Pataphysical/pkg-plist
==============================================================================
--- head/devel/p5-DateTime-Calendar-Pataphysical/pkg-plist	Thu Oct 15 20:18:01 2015	(r399385)
+++ head/devel/p5-DateTime-Calendar-Pataphysical/pkg-plist	Thu Oct 15 20:18:08 2015	(r399386)
@@ -1,2 +1,2 @@
-%%PERL5_MAN3%%/DateTime::Calendar::Pataphysical.3.gz
 %%SITE_PERL%%/DateTime/Calendar/Pataphysical.pm
+%%PERL5_MAN3%%/DateTime::Calendar::Pataphysical.3.gz



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