svn commit: r498125 - head/devel/p5-Set-Array

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sat Apr 6 14:44:57 UTC 2019


Author: sunpoet
Date: Sat Apr  6 14:44:52 2019
New Revision: 498125
URL: https://svnweb.freebsd.org/changeset/ports/498125

Log:
  Fix LICENSE
  
  - Add NO_ARCH
  - Sort PLIST

Modified:
  head/devel/p5-Set-Array/Makefile
  head/devel/p5-Set-Array/pkg-plist

Modified: head/devel/p5-Set-Array/Makefile
==============================================================================
--- head/devel/p5-Set-Array/Makefile	Sat Apr  6 14:44:46 2019	(r498124)
+++ head/devel/p5-Set-Array/Makefile	Sat Apr  6 14:44:52 2019	(r498125)
@@ -12,7 +12,7 @@ PKGNAMEPREFIX=	p5-
 MAINTAINER=	perl at FreeBSD.org
 COMMENT=	Arrays as objects with set operations
 
-LICENSE=	ART10
+LICENSE=	ART20
 
 BUILD_DEPENDS=	${RUN_DEPENDS}
 RUN_DEPENDS=	p5-Try-Tiny>=0.11:lang/p5-Try-Tiny \
@@ -22,5 +22,7 @@ TEST_DEPENDS=	p5-Test-Deep>=0:devel/p5-Test-Deep \
 
 USES=		perl5 tar:tgz
 USE_PERL5=	configure
+
+NO_ARCH=	yes
 
 .include <bsd.port.mk>

Modified: head/devel/p5-Set-Array/pkg-plist
==============================================================================
--- head/devel/p5-Set-Array/pkg-plist	Sat Apr  6 14:44:46 2019	(r498124)
+++ head/devel/p5-Set-Array/pkg-plist	Sat Apr  6 14:44:52 2019	(r498125)
@@ -1,2 +1,2 @@
-%%PERL5_MAN3%%/Set::Array.3.gz
 %%SITE_PERL%%/Set/Array.pm
+%%PERL5_MAN3%%/Set::Array.3.gz


More information about the svn-ports-head mailing list