Date: Sat, 15 Jul 2017 17:25:03 +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: r445919 - head/dns/p5-Net-DNS-Resolver-Programmable Message-ID: <201707151725.v6FHP31I065214@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: sunpoet Date: Sat Jul 15 17:25:03 2017 New Revision: 445919 URL: https://svnweb.freebsd.org/changeset/ports/445919 Log: Update to 0.005 - Add LICENSE - Remove no-op MAN3 - While I'm here: - Fix LICENSE - Add NO_ARCH - Convert to options target helper Changes: http://search.cpan.org/dist/Net-DNS-Resolver-Programmable/CHANGES PR: 220740 Submitted by: Koen Martens <gmc@sonologic.nl> (maintainer) Modified: head/dns/p5-Net-DNS-Resolver-Programmable/Makefile head/dns/p5-Net-DNS-Resolver-Programmable/distinfo Modified: head/dns/p5-Net-DNS-Resolver-Programmable/Makefile ============================================================================== --- head/dns/p5-Net-DNS-Resolver-Programmable/Makefile Sat Jul 15 17:24:58 2017 (r445918) +++ head/dns/p5-Net-DNS-Resolver-Programmable/Makefile Sat Jul 15 17:25:03 2017 (r445919) @@ -2,31 +2,31 @@ # $FreeBSD$ PORTNAME= Net-DNS-Resolver-Programmable -PORTVERSION= 0.003 -PORTREVISION= 2 +PORTVERSION= 0.005 CATEGORIES= dns net perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- -DISTNAME= ${PORTNAME}-v${PORTVERSION} MAINTAINER= gmc@sonologic.nl COMMENT= Programmable DNS resolver for off-line testing +LICENSE= ART10 GPLv2+ +LICENSE_COMB= dual +LICENSE_FILE= ${WRKSRC}/LICENSE + BUILD_DEPENDS= p5-Net-DNS>=0:dns/p5-Net-DNS RUN_DEPENDS:= ${BUILD_DEPENDS} +NO_ARCH= yes USES= perl5 -USE_PERL5= modbuild +USE_PERL5= configure -MAN3= Net::DNS::Resolver::Programmable.3 PORTDOCS= CHANGES README TODO DOCSDIR= ${PREFIX}/share/doc/p5-Net-DNS-Resolver-Programmable OPTIONS_DEFINE= DOCS -.include <bsd.port.options.mk> - -post-install: +post-install-DOCS-on: ${MKDIR} ${STAGEDIR}${DOCSDIR} .for f in ${PORTDOCS} ${INSTALL_DATA} ${WRKSRC}/${f} ${STAGEDIR}${DOCSDIR} Modified: head/dns/p5-Net-DNS-Resolver-Programmable/distinfo ============================================================================== --- head/dns/p5-Net-DNS-Resolver-Programmable/distinfo Sat Jul 15 17:24:58 2017 (r445918) +++ head/dns/p5-Net-DNS-Resolver-Programmable/distinfo Sat Jul 15 17:25:03 2017 (r445919) @@ -1,2 +1,3 @@ -SHA256 (Net-DNS-Resolver-Programmable-v0.003.tar.gz) = 8d402260941f259c83bf1b2564408e75288df028f604136c29da11a9a6a076ec -SIZE (Net-DNS-Resolver-Programmable-v0.003.tar.gz) = 15974 +TIMESTAMP = 1500126686 +SHA256 (Net-DNS-Resolver-Programmable-0.005.tar.gz) = 8a242d4d3e4ea04454ff87acd3f948341043d48f19304ed261b82b1424c175c0 +SIZE (Net-DNS-Resolver-Programmable-0.005.tar.gz) = 14884
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201707151725.v6FHP31I065214>