svn commit: r438240 - head/textproc/p5-String-ShowDiff

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Tue Apr 11 00:48:28 UTC 2017


Author: sunpoet
Date: Tue Apr 11 00:48:27 2017
New Revision: 438240
URL: https://svnweb.freebsd.org/changeset/ports/438240

Log:
  Remove Perl core module
  
  - Add LICENSE
  - Add NO_ARCH
  - Bump PORTREVISION for dependency change

Modified:
  head/textproc/p5-String-ShowDiff/Makefile

Modified: head/textproc/p5-String-ShowDiff/Makefile
==============================================================================
--- head/textproc/p5-String-ShowDiff/Makefile	Tue Apr 11 00:48:22 2017	(r438239)
+++ head/textproc/p5-String-ShowDiff/Makefile	Tue Apr 11 00:48:27 2017	(r438240)
@@ -3,7 +3,7 @@
 
 PORTNAME=	String-ShowDiff
 PORTVERSION=	0.03
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	textproc perl5
 MASTER_SITES=	CPAN
 PKGNAMEPREFIX=	p5-
@@ -11,10 +11,13 @@ PKGNAMEPREFIX=	p5-
 MAINTAINER=	perl at FreeBSD.org
 COMMENT=	Perl extension to help visualize differences between strings
 
-BUILD_DEPENDS=	p5-Algorithm-Diff>=0:devel/p5-Algorithm-Diff \
-		p5-Term-ANSIColor>=0:devel/p5-Term-ANSIColor
+LICENSE=	ART10 GPLv1
+LICENSE_COMB=	dual
+
+BUILD_DEPENDS=	p5-Algorithm-Diff>=0:devel/p5-Algorithm-Diff
 RUN_DEPENDS:=	${BUILD_DEPENDS}
 
+NO_ARCH=	yes
 USES=		perl5
 USE_PERL5=	configure
 


More information about the svn-ports-head mailing list