Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 11 Apr 2017 00:48:27 +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: r438240 - head/textproc/p5-String-ShowDiff
Message-ID:  <201704110048.v3B0mREI039405@repo.freebsd.org>

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



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