Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 31 Oct 2015 11:19:31 +0000 (UTC)
From:      Muhammad Moinur Rahman <bofh@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r400567 - head/devel/p5-DateTime-Format-Natural
Message-ID:  <201510311119.t9VBJVf4010773@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bofh
Date: Sat Oct 31 11:19:31 2015
New Revision: 400567
URL: https://svnweb.freebsd.org/changeset/ports/400567

Log:
  devel/p5-DateTime-Format-Natural: Update version 1.02=>1.03
  
  - Mark NO_ARCH as there is no ARCH dependent files
  - Modify test to match new TEST framework

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

Modified: head/devel/p5-DateTime-Format-Natural/Makefile
==============================================================================
--- head/devel/p5-DateTime-Format-Natural/Makefile	Sat Oct 31 10:52:39 2015	(r400566)
+++ head/devel/p5-DateTime-Format-Natural/Makefile	Sat Oct 31 11:19:31 2015	(r400567)
@@ -2,8 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	DateTime-Format-Natural
-PORTVERSION=	1.02
-PORTREVISION=	2
+PORTVERSION=	1.03
 CATEGORIES=	devel perl5
 MASTER_SITES=	CPAN
 PKGNAMEPREFIX=	p5-
@@ -26,8 +25,9 @@ TEST_DEPENDS=	p5-Test-MockTime>=0:${PORT
 
 USES=		perl5
 USE_PERL5=	modbuild
+NO_ARCH=	yes
 
-regression-test: build
-	@cd ${WRKSRC} && ./Build test
+do-test:
+	@cd ${WRKSRC} && ./${PL_BUILD} test
 
 .include <bsd.port.mk>

Modified: head/devel/p5-DateTime-Format-Natural/distinfo
==============================================================================
--- head/devel/p5-DateTime-Format-Natural/distinfo	Sat Oct 31 10:52:39 2015	(r400566)
+++ head/devel/p5-DateTime-Format-Natural/distinfo	Sat Oct 31 11:19:31 2015	(r400567)
@@ -1,2 +1,2 @@
-SHA256 (DateTime-Format-Natural-1.02.tar.gz) = 5479c48ade5eca9712784afee18c58308d56742a204d5ea9040d011f705303e3
-SIZE (DateTime-Format-Natural-1.02.tar.gz) = 77395
+SHA256 (DateTime-Format-Natural-1.03.tar.gz) = b1374ce66985f505ee4765ee47d9f0c8bff8b78ee5a8d648ee88f309d2ae6bd4
+SIZE (DateTime-Format-Natural-1.03.tar.gz) = 77800



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