svn commit: r316881 - head/dns/p5-Net-DNS-ToolKit

Frederic Culot culot at FreeBSD.org
Tue Apr 30 06:23:17 UTC 2013


Author: culot
Date: Tue Apr 30 06:23:15 2013
New Revision: 316881
URL: http://svnweb.freebsd.org/changeset/ports/316881

Log:
  - Update to 0.47
  - Trim Makefile's header
  - Pet portlint(1) by replacing tab by space in WWW link
  
  Changes:	http://search.cpan.org/dist/Net-DNS-ToolKit/Changes

Modified:
  head/dns/p5-Net-DNS-ToolKit/Makefile   (contents, props changed)
  head/dns/p5-Net-DNS-ToolKit/distinfo   (contents, props changed)
  head/dns/p5-Net-DNS-ToolKit/pkg-descr   (contents, props changed)
  head/dns/p5-Net-DNS-ToolKit/pkg-plist   (contents, props changed)

Modified: head/dns/p5-Net-DNS-ToolKit/Makefile
==============================================================================
--- head/dns/p5-Net-DNS-ToolKit/Makefile	Tue Apr 30 05:59:40 2013	(r316880)
+++ head/dns/p5-Net-DNS-ToolKit/Makefile	Tue Apr 30 06:23:15 2013	(r316881)
@@ -1,12 +1,8 @@
-# New ports collection makefile for:	p5-Net-DNS-ToolKit
-# Date created:		2006-09-11
-# Whom:			Gea-Suan Lin <gslin at gslin.org>
-#
+# Created by: Gea-Suan Lin <gslin at gslin.org>
 # $FreeBSD$
-#
 
 PORTNAME=	Net-DNS-ToolKit
-PORTVERSION=	0.45
+PORTVERSION=	0.47
 CATEGORIES=	dns perl5
 MASTER_SITES=	CPAN
 PKGNAMEPREFIX=	p5-
@@ -14,8 +10,8 @@ PKGNAMEPREFIX=	p5-
 MAINTAINER=	perl at FreeBSD.org
 COMMENT=	Tools for working with DNS packets
 
-BUILD_DEPENDS=	p5-Net-DNS-Codes>=0:${PORTSDIR}/dns/p5-Net-DNS-Codes \
-		p5-NetAddr-IP>=0:${PORTSDIR}/net-mgmt/p5-NetAddr-IP
+BUILD_DEPENDS=	p5-Net-DNS-Codes>=0.09:${PORTSDIR}/dns/p5-Net-DNS-Codes \
+		p5-NetAddr-IP>=1.30:${PORTSDIR}/net-mgmt/p5-NetAddr-IP
 RUN_DEPENDS:=	${BUILD_DEPENDS}
 
 MAKE_JOBS_UNSAFE=	yes
@@ -45,6 +41,7 @@ MAN3=		Net::DNS::ToolKit.3 \
 		Net::DNS::ToolKit::RR::RP.3 \
 		Net::DNS::ToolKit::RR::RT.3 \
 		Net::DNS::ToolKit::RR::SOA.3 \
+		Net::DNS::ToolKit::RR::SRV.3 \
 		Net::DNS::ToolKit::RR::TXT.3 \
 		Net::DNS::ToolKit::RR::TYPE.3 \
 		Net::DNS::ToolKit::RR::Template.3 \

Modified: head/dns/p5-Net-DNS-ToolKit/distinfo
==============================================================================
--- head/dns/p5-Net-DNS-ToolKit/distinfo	Tue Apr 30 05:59:40 2013	(r316880)
+++ head/dns/p5-Net-DNS-ToolKit/distinfo	Tue Apr 30 06:23:15 2013	(r316881)
@@ -1,2 +1,2 @@
-SHA256 (Net-DNS-ToolKit-0.45.tar.gz) = 9b47dc931ab4814c65d6c80e1908e837d905b9a0d8ad501ae40a58db0e248ea6
-SIZE (Net-DNS-ToolKit-0.45.tar.gz) = 233737
+SHA256 (Net-DNS-ToolKit-0.47.tar.gz) = 2ca01b0d76599e64c19ab120abb57d5f887d9932108744591891da2b067dfac2
+SIZE (Net-DNS-ToolKit-0.47.tar.gz) = 244245

Modified: head/dns/p5-Net-DNS-ToolKit/pkg-descr
==============================================================================
--- head/dns/p5-Net-DNS-ToolKit/pkg-descr	Tue Apr 30 05:59:40 2013	(r316880)
+++ head/dns/p5-Net-DNS-ToolKit/pkg-descr	Tue Apr 30 06:23:15 2013	(r316881)
@@ -3,4 +3,4 @@ be used for diagnostic purposes or as bu
 applications such as DNS servers and clients or to allow user
 applications to interact directly with remote DNS servers.
 
-WWW:	http://search.cpan.org/dist/Net-DNS-ToolKit/
+WWW: http://search.cpan.org/dist/Net-DNS-ToolKit/

Modified: head/dns/p5-Net-DNS-ToolKit/pkg-plist
==============================================================================
--- head/dns/p5-Net-DNS-ToolKit/pkg-plist	Tue Apr 30 05:59:40 2013	(r316880)
+++ head/dns/p5-Net-DNS-ToolKit/pkg-plist	Tue Apr 30 06:23:15 2013	(r316881)
@@ -21,6 +21,7 @@
 %%SITE_PERL%%/%%PERL_ARCH%%/Net/DNS/ToolKit/RR/RP.pm
 %%SITE_PERL%%/%%PERL_ARCH%%/Net/DNS/ToolKit/RR/RT.pm
 %%SITE_PERL%%/%%PERL_ARCH%%/Net/DNS/ToolKit/RR/SOA.pm
+%%SITE_PERL%%/%%PERL_ARCH%%/Net/DNS/ToolKit/RR/SRV.pm
 %%SITE_PERL%%/%%PERL_ARCH%%/Net/DNS/ToolKit/RR/TXT.pm
 %%SITE_PERL%%/%%PERL_ARCH%%/Net/DNS/ToolKit/RR/TYPE.pm
 %%SITE_PERL%%/%%PERL_ARCH%%/Net/DNS/ToolKit/RR/Template.pm


More information about the svn-ports-head mailing list