svn commit: r505165 - head/devel/p5-Test-Refcount
Sunpoet Po-Chuan Hsieh
sunpoet at FreeBSD.org
Wed Jun 26 17:26:44 UTC 2019
Author: sunpoet
Date: Wed Jun 26 17:26:40 2019
New Revision: 505165
URL: https://svnweb.freebsd.org/changeset/ports/505165
Log:
Update to 0.09
- Add LICENSE_FILE
- Add NO_ARCH
Changes: https://metacpan.org/changes/distribution/Test-Refcount
Modified:
head/devel/p5-Test-Refcount/Makefile
head/devel/p5-Test-Refcount/distinfo
Modified: head/devel/p5-Test-Refcount/Makefile
==============================================================================
--- head/devel/p5-Test-Refcount/Makefile Wed Jun 26 17:26:34 2019 (r505164)
+++ head/devel/p5-Test-Refcount/Makefile Wed Jun 26 17:26:40 2019 (r505165)
@@ -2,8 +2,7 @@
# $FreeBSD$
PORTNAME= Test-Refcount
-PORTVERSION= 0.08
-PORTREVISION= 1
+PORTVERSION= 0.09
CATEGORIES= devel perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
@@ -13,12 +12,15 @@ COMMENT= Assert reference counts on objects
LICENSE= ART10 GPLv1+
LICENSE_COMB= dual
+LICENSE_FILE= ${WRKSRC}/LICENSE
BUILD_DEPENDS= ${RUN_DEPENDS}
RUN_DEPENDS= p5-Devel-MAT>=0:devel/p5-Devel-MAT
TEST_DEPENDS= p5-Test-Pod>=1:devel/p5-Test-Pod
-USE_PERL5= configure
USES= perl5
+USE_PERL5= modbuild
+
+NO_ARCH= yes
.include <bsd.port.mk>
Modified: head/devel/p5-Test-Refcount/distinfo
==============================================================================
--- head/devel/p5-Test-Refcount/distinfo Wed Jun 26 17:26:34 2019 (r505164)
+++ head/devel/p5-Test-Refcount/distinfo Wed Jun 26 17:26:40 2019 (r505165)
@@ -1,2 +1,3 @@
-SHA256 (Test-Refcount-0.08.tar.gz) = 90adbb5c8676953575d95e867b7aae763120de146268b7f4c00543e2c748cad7
-SIZE (Test-Refcount-0.08.tar.gz) = 17567
+TIMESTAMP = 1561568188
+SHA256 (Test-Refcount-0.09.tar.gz) = e60d5005871332b66a197f283e35cac1e5247126057ad1ae56c0399e031c1e14
+SIZE (Test-Refcount-0.09.tar.gz) = 17169
More information about the svn-ports-head
mailing list