Date: Sat, 14 Sep 2013 08:51:26 +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: r327249 - head/net-mgmt/p5-Net-Abuse-Utils Message-ID: <201309140851.r8E8pQR6085376@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: sunpoet Date: Sat Sep 14 08:51:26 2013 New Revision: 327249 URL: http://svnweb.freebsd.org/changeset/ports/327249 Log: - Update to 0.20 - Fix *_DEPENDS: p5-Net-IP is required 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 Sat Sep 14 08:51:22 2013 (r327248) +++ head/net-mgmt/p5-Net-Abuse-Utils/Makefile Sat Sep 14 08:51:26 2013 (r327249) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= Net-Abuse-Utils -PORTVERSION= 0.19 +PORTVERSION= 0.20 CATEGORIES= net-mgmt perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -13,9 +13,10 @@ COMMENT= Routines useful for processing 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 +BUILD_DEPENDS= p5-Email-Address>=0:${PORTSDIR}/mail/p5-Email-Address \ + p5-Net-DNS>=0:${PORTSDIR}/dns/p5-Net-DNS \ + p5-Net-IP>=0:${PORTSDIR}/net-mgmt/p5-Net-IP \ + p5-Net-Whois-IP>=1.11:${PORTSDIR}/net/p5-Net-Whois-IP RUN_DEPENDS:= ${BUILD_DEPENDS} USES= perl5 Modified: head/net-mgmt/p5-Net-Abuse-Utils/distinfo ============================================================================== --- head/net-mgmt/p5-Net-Abuse-Utils/distinfo Sat Sep 14 08:51:22 2013 (r327248) +++ head/net-mgmt/p5-Net-Abuse-Utils/distinfo Sat Sep 14 08:51:26 2013 (r327249) @@ -1,2 +1,2 @@ -SHA256 (Net-Abuse-Utils-0.19.tar.gz) = f4445a92fbaa80202b9c0320a4fa98d3022a06d8cde56c32e1c100fbf1c08f15 -SIZE (Net-Abuse-Utils-0.19.tar.gz) = 22847 +SHA256 (Net-Abuse-Utils-0.20.tar.gz) = e4c02f80b59bcf881c2b608bf502698e164449c2b781b5cd5a9043b483aceb81 +SIZE (Net-Abuse-Utils-0.20.tar.gz) = 23298
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201309140851.r8E8pQR6085376>