Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 5 Sep 2012 10:41:28 +0000 (UTC)
From:      Frederic Culot <culot@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r303699 - head/net-mgmt/p5-Net-Abuse-Utils
Message-ID:  <201209051041.q85AfSgP019917@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: culot
Date: Wed Sep  5 10:41:28 2012
New Revision: 303699
URL: http://svn.freebsd.org/changeset/ports/303699

Log:
  - Update to 0.12
  - Add LICENSE (Artistic 1 & GPL 1)
  - Add BUILD_DEPENDS to silence build warnings
  
  Changes:	http://search.cpan.org/dist/Net-Abuse-Utils/Changes

Modified:
  head/net-mgmt/p5-Net-Abuse-Utils/Makefile
  head/net-mgmt/p5-Net-Abuse-Utils/distinfo

Modified: head/net-mgmt/p5-Net-Abuse-Utils/Makefile
==============================================================================
--- head/net-mgmt/p5-Net-Abuse-Utils/Makefile	Wed Sep  5 10:31:11 2012	(r303698)
+++ head/net-mgmt/p5-Net-Abuse-Utils/Makefile	Wed Sep  5 10:41:28 2012	(r303699)
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	Net-Abuse-Utils
-PORTVERSION=	0.11
+PORTVERSION=	0.12
 CATEGORIES=	net-mgmt perl5
 MASTER_SITES=	CPAN
 MASTER_SITE_SUBDIR=	Net
@@ -15,9 +15,13 @@ PKGNAMEPREFIX=	p5-
 MAINTAINER=	perl@FreeBSD.org
 COMMENT=	Routines useful for processing network abuse
 
-RUN_DEPENDS=	p5-Email-Address>0:${PORTSDIR}/mail/p5-Email-Address \
+LICENSE=	ART10 GPLv1
+LICENSE_COMB=	dual
+
+BUILD_DEPENDS=	p5-Email-Address>0:${PORTSDIR}/mail/p5-Email-Address \
 		p5-Net-DNS>0:${PORTSDIR}/dns/p5-Net-DNS \
 		p5-Net-Whois-IP>0:${PORTSDIR}/net/p5-Net-Whois-IP
+RUN_DEPENDS:=	${BUILD_DEPENDS}
 
 PERL_CONFIGURE=	yes
 

Modified: head/net-mgmt/p5-Net-Abuse-Utils/distinfo
==============================================================================
--- head/net-mgmt/p5-Net-Abuse-Utils/distinfo	Wed Sep  5 10:31:11 2012	(r303698)
+++ head/net-mgmt/p5-Net-Abuse-Utils/distinfo	Wed Sep  5 10:41:28 2012	(r303699)
@@ -1,2 +1,2 @@
-SHA256 (Net-Abuse-Utils-0.11.tar.gz) = 985079f7573dd57e8ee4a0db788783d8d86a8f114266f2f24977d84dcaee78b2
-SIZE (Net-Abuse-Utils-0.11.tar.gz) = 16923
+SHA256 (Net-Abuse-Utils-0.12.tar.gz) = dd5dc25d907e22d62e24991b2fdef73144c785281a34e7561d0d006461805a44
+SIZE (Net-Abuse-Utils-0.12.tar.gz) = 17933



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