Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 9 Nov 2013 18:48:36 +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: r333317 - head/dns/p5-Tie-DNS
Message-ID:  <201311091848.rA9ImaJI091293@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Sat Nov  9 18:48:36 2013
New Revision: 333317
URL: http://svnweb.freebsd.org/changeset/ports/333317

Log:
  - Update to 1.132260
  - Update COMMENT
  - Add LICENSE
  - Sort *_DEPENDS
  - Add TEST_DEPENDS
  - Convert to new options framework
  - Use USES=shebangfix
  - Take maintainership
  
  Changes:	http://search.cpan.org/dist/Tie-DNS/Changes

Modified:
  head/dns/p5-Tie-DNS/Makefile
  head/dns/p5-Tie-DNS/distinfo   (contents, props changed)

Modified: head/dns/p5-Tie-DNS/Makefile
==============================================================================
--- head/dns/p5-Tie-DNS/Makefile	Sat Nov  9 18:48:32 2013	(r333316)
+++ head/dns/p5-Tie-DNS/Makefile	Sat Nov  9 18:48:36 2013	(r333317)
@@ -2,31 +2,37 @@
 # $FreeBSD$
 
 PORTNAME=	Tie-DNS
-PORTVERSION=	0.6.2
+PORTVERSION=	1.132.260
 PORTEPOCH=	1
 CATEGORIES=	dns perl5
 MASTER_SITES=	CPAN
 PKGNAMEPREFIX=	p5-
 DISTNAME=	${PORTNAME}-${PORTVERSION:R}${PORTVERSION:E}
 
-MAINTAINER=	ports@FreeBSD.org
-COMMENT=	Tie interface to p5-Net-DNS
+MAINTAINER=	sunpoet@FreeBSD.org
+COMMENT=	Tie interface to Net::DNS
 
-RUN_DEPENDS=	p5-Net-DNS>=0.12:${PORTSDIR}/dns/p5-Net-DNS \
-		p5-Tie-Cache>=0.01:${PORTSDIR}/devel/p5-Tie-Cache
-BUILD_DEPENDS:=	${RUN_DEPENDS}
+LICENSE=	ART10 GPLv1
+LICENSE_COMB=	dual
 
-USES=		perl5
-USE_PERL5=	configure
+BUILD_DEPENDS=	p5-Net-DNS>=0:${PORTSDIR}/dns/p5-Net-DNS \
+		p5-Tie-Cache>=0:${PORTSDIR}/devel/p5-Tie-Cache
+RUN_DEPENDS:=	${BUILD_DEPENDS}
+TEST_DEPENDS=	p5-Test-CheckManifest>=0:${PORTSDIR}/devel/p5-Test-CheckManifest \
+		p5-Test-Perl-Critic>=0:${PORTSDIR}/textproc/p5-Test-Perl-Critic \
+		p5-Test-PerlTidy>=0:${PORTSDIR}/devel/p5-Test-PerlTidy
+
+OPTIONS_DEFINE=	EXAMPLES
 
-.if !defined(NOPORTEXAMPLES)
+USE_PERL5=	configure
+USES=		perl5 shebangfix
 
 PORTEXAMPLES=	*
 
-post-install:
-	@${MKDIR} ${STAGEDIR}${EXAMPLESDIR}
-	@${INSTALL_DATA} ${WRKSRC}/eg/* ${STAGEDIR}${EXAMPLESDIR}
+SHEBANG_FILES=	eg/*.pl
 
-.endif
+post-install:
+	${MKDIR} ${STAGEDIR}${EXAMPLESDIR}/
+	${INSTALL_DATA} ${WRKSRC}/eg/*.pl ${STAGEDIR}${EXAMPLESDIR}/
 
 .include <bsd.port.mk>

Modified: head/dns/p5-Tie-DNS/distinfo
==============================================================================
--- head/dns/p5-Tie-DNS/distinfo	Sat Nov  9 18:48:32 2013	(r333316)
+++ head/dns/p5-Tie-DNS/distinfo	Sat Nov  9 18:48:36 2013	(r333317)
@@ -1,2 +1,2 @@
-SHA256 (Tie-DNS-0.62.tar.gz) = d29c1e95478e1770ac1d67a32d7e8660a0526e1d1423d4fe3d1f7ccc40e18ee6
-SIZE (Tie-DNS-0.62.tar.gz) = 9120
+SHA256 (Tie-DNS-1.132260.tar.gz) = 5bcdd3dca58a39781ce6e1d2702eccf7287274ad6aeea4fab6e253ddcc6c2154
+SIZE (Tie-DNS-1.132260.tar.gz) = 15095



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