svn commit: r381843 - head/net/p5-Net-IPTrie

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sat Mar 21 19:55:31 UTC 2015


Author: sunpoet
Date: Sat Mar 21 19:55:30 2015
New Revision: 381843
URL: https://svnweb.freebsd.org/changeset/ports/381843
QAT: https://qat.redports.org/buildarchive/r381843/

Log:
  - Fix *_DEPENDS: version is not required by this port
  - Add LICENSE [1]
  - Bump PORTREVISION for dependency change
  
  Approved by:	portmgr (blanket) [1]
  With hat:	perl

Modified:
  head/net/p5-Net-IPTrie/Makefile

Modified: head/net/p5-Net-IPTrie/Makefile
==============================================================================
--- head/net/p5-Net-IPTrie/Makefile	Sat Mar 21 19:55:25 2015	(r381842)
+++ head/net/p5-Net-IPTrie/Makefile	Sat Mar 21 19:55:30 2015	(r381843)
@@ -3,7 +3,7 @@
 
 PORTNAME=	Net-IPTrie
 PORTVERSION=	0.7
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	net perl5
 MASTER_SITES=	CPAN
 PKGNAMEPREFIX=	p5-
@@ -11,8 +11,10 @@ PKGNAMEPREFIX=	p5-
 MAINTAINER=	mjl at luckie.org.nz
 COMMENT=	Module for building IPv4 and IPv6 address space hierarchies
 
-BUILD_DEPENDS=	p5-NetAddr-IP>=4.00.7:${PORTSDIR}/net-mgmt/p5-NetAddr-IP \
-		p5-version>=0:${PORTSDIR}/devel/p5-version
+LICENSE=	ART10 GPLv1
+LICENSE_COMB=	dual
+
+BUILD_DEPENDS=	p5-NetAddr-IP>=4.00.7:${PORTSDIR}/net-mgmt/p5-NetAddr-IP
 RUN_DEPENDS:=	${BUILD_DEPENDS}
 
 USES=		perl5


More information about the svn-ports-head mailing list