Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 7 Apr 2020 14:34:40 +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: r530995 - head/misc/p5-Array-IntSpan
Message-ID:  <202004071434.037EYeXN071389@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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



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