Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 21 Sep 2015 01:35:31 +0000 (UTC)
From:      Wen Heping <wen@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r397475 - head/devel/p5-DateTime-Format-Duration
Message-ID:  <201509210135.t8L1ZVkB016758@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: wen
Date: Mon Sep 21 01:35:30 2015
New Revision: 397475
URL: https://svnweb.freebsd.org/changeset/ports/397475

Log:
  - Update to 1.04
  Changes: http://cpansearch.perl.org/src/ETHER/DateTime-Format-Duration-1.04/Changes
  - Add LICENSE
  - Add NO_ARCH

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

Modified: head/devel/p5-DateTime-Format-Duration/Makefile
==============================================================================
--- head/devel/p5-DateTime-Format-Duration/Makefile	Mon Sep 21 00:55:51 2015	(r397474)
+++ head/devel/p5-DateTime-Format-Duration/Makefile	Mon Sep 21 01:35:30 2015	(r397475)
@@ -2,8 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	DateTime-Format-Duration
-PORTVERSION=	1.03a
-PORTREVISION=	1
+PORTVERSION=	1.04
 CATEGORIES=	devel perl5
 MASTER_SITES=	CPAN
 PKGNAMEPREFIX=	p5-
@@ -11,12 +10,16 @@ PKGNAMEPREFIX=	p5-
 MAINTAINER=	perl@FreeBSD.org
 COMMENT=	Format and parse DateTime::Durations
 
+LICENSE=	ART10 GPLv1
+LICENSE_COMB=	dual
+
 BUILD_DEPENDS=	p5-DateTime>=0:${PORTSDIR}/devel/p5-DateTime
 RUN_DEPENDS:=	${BUILD_DEPENDS}
 
 WRKSRC=		${WRKDIR}/${DISTNAME:C/a$//}
 
-USES=		perl5 tar:tgz
+USES=		perl5
 USE_PERL5=	configure
+NO_ARCH=	yes
 
 .include <bsd.port.mk>

Modified: head/devel/p5-DateTime-Format-Duration/distinfo
==============================================================================
--- head/devel/p5-DateTime-Format-Duration/distinfo	Mon Sep 21 00:55:51 2015	(r397474)
+++ head/devel/p5-DateTime-Format-Duration/distinfo	Mon Sep 21 01:35:30 2015	(r397475)
@@ -1,2 +1,2 @@
-SHA256 (DateTime-Format-Duration-1.03a.tgz) = b3e04c18bd1ba4da4332c14d9010a79101b4419ca8a46a5354e837282280e359
-SIZE (DateTime-Format-Duration-1.03a.tgz) = 86358
+SHA256 (DateTime-Format-Duration-1.04.tar.gz) = c86b8095de3fe36dc53edda8b146318420a4425572863f8704e8529fc8ff6492
+SIZE (DateTime-Format-Duration-1.04.tar.gz) = 100641



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