svn commit: r530995 - head/misc/p5-Array-IntSpan

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Tue Apr 7 14:34:42 UTC 2020


Author: sunpoet
Date: Tue Apr  7 14:34:40 2020
New Revision: 530995
URL: https://svnweb.freebsd.org/changeset/ports/530995

Log:
  Update to 2.004
  
  - Update LICENSE
  - Add LICENSE_FILE
  - Add NO_ARCH
  
  Changes:	https://metacpan.org/changes/distribution/Array-IntSpan

Modified:
  head/misc/p5-Array-IntSpan/Makefile
  head/misc/p5-Array-IntSpan/distinfo

Modified: head/misc/p5-Array-IntSpan/Makefile
==============================================================================
--- head/misc/p5-Array-IntSpan/Makefile	Tue Apr  7 14:34:34 2020	(r530994)
+++ head/misc/p5-Array-IntSpan/Makefile	Tue Apr  7 14:34:40 2020	(r530995)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	Array-IntSpan
-PORTVERSION=	2.003
+PORTVERSION=	2.004
 CATEGORIES=	misc perl5
 MASTER_SITES=	CPAN
 PKGNAMEPREFIX=	p5-
@@ -10,9 +10,12 @@ PKGNAMEPREFIX=	p5-
 MAINTAINER=	perl at FreeBSD.org
 COMMENT=	Module for handling arrays using IntSpan techniques
 
-LICENSE=	ART10
+LICENSE=	ART20
+LICENSE_FILE=	${WRKSRC}/LICENSE
 
 USES=		perl5
 USE_PERL5=	configure
+
+NO_ARCH=	yes
 
 .include <bsd.port.mk>

Modified: head/misc/p5-Array-IntSpan/distinfo
==============================================================================
--- head/misc/p5-Array-IntSpan/distinfo	Tue Apr  7 14:34:34 2020	(r530994)
+++ head/misc/p5-Array-IntSpan/distinfo	Tue Apr  7 14:34:40 2020	(r530995)
@@ -1,2 +1,3 @@
-SHA256 (Array-IntSpan-2.003.tar.gz) = fb6a6a8972874f84aa3e57c43f693edd9b0170075fb3e06d43c0f748ae53e681
-SIZE (Array-IntSpan-2.003.tar.gz) = 18216
+TIMESTAMP = 1586191148
+SHA256 (Array-IntSpan-2.004.tar.gz) = 4dcd17afce0955ee6b2a9bdd6e06669b9fa1daca161e11b4808f0e33a0ce0c99
+SIZE (Array-IntSpan-2.004.tar.gz) = 20038


More information about the svn-ports-head mailing list