svn commit: r381802 - head/devel/p5-Eval-Context

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sat Mar 21 17:17:30 UTC 2015


Author: sunpoet
Date: Sat Mar 21 17:17:29 2015
New Revision: 381802
URL: https://svnweb.freebsd.org/changeset/ports/381802
QAT: https://qat.redports.org/buildarchive/r381802/

Log:
  - Fix *_DEPENDS: version 0.50+ is already in all supported Perl releases
  - Add LICENSE [1]
  - Bump PORTREVISION for dependency change
  
  Approved by:	portmgr (blanket) [1]
  With hat:	perl

Modified:
  head/devel/p5-Eval-Context/Makefile

Modified: head/devel/p5-Eval-Context/Makefile
==============================================================================
--- head/devel/p5-Eval-Context/Makefile	Sat Mar 21 17:17:24 2015	(r381801)
+++ head/devel/p5-Eval-Context/Makefile	Sat Mar 21 17:17:29 2015	(r381802)
@@ -3,7 +3,7 @@
 
 PORTNAME=	Eval-Context
 PORTVERSION=	0.09.11
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	devel perl5
 MASTER_SITES=	CPAN
 MASTER_SITE_SUBDIR=	CPAN:NKH
@@ -12,6 +12,9 @@ PKGNAMEPREFIX=	p5-
 MAINTAINER=	ehaupt at FreeBSD.org
 COMMENT=	Evaluate Perl code in context wrapper
 
+LICENSE=	ART10 GPLv1
+LICENSE_COMB=	dual
+
 BUILD_DEPENDS=	p5-Test-Output>=0:${PORTSDIR}/devel/p5-Test-Output \
 		p5-Package-Generator>=0:${PORTSDIR}/devel/p5-Package-Generator \
 		p5-Test-Spelling>=0:${PORTSDIR}/devel/p5-Test-Spelling \
@@ -21,7 +24,6 @@ BUILD_DEPENDS=	p5-Test-Output>=0:${PORTS
 		p5-Test-Warn>=0:${PORTSDIR}/devel/p5-Test-Warn \
 		p5-Test-Pod>=0:${PORTSDIR}/devel/p5-Test-Pod \
 		p5-Test-Dependencies>=0:${PORTSDIR}/devel/p5-Test-Dependencies \
-		p5-version>=0:${PORTSDIR}/devel/p5-version \
 		p5-Test-Strict>=0:${PORTSDIR}/devel/p5-Test-Strict \
 		p5-Directory-Scratch-Structured>=0:${PORTSDIR}/devel/p5-Directory-Scratch-Structured \
 		p5-Data-TreeDumper>=0:${PORTSDIR}/devel/p5-Data-TreeDumper \


More information about the svn-ports-head mailing list