Date: Mon, 22 Oct 2007 05:09:49 -0700 (PDT) From: Yen-Ming Lee <leeym@leeym.com> To: FreeBSD-gnats-submit@FreeBSD.org Cc: gmc@sonologic.nl Subject: ports/117398: [PATCH] dns/p5-Net-DNS-Resolver-Programmable: update to 0.003 Message-ID: <200710221209.l9MC9n7S074538@db1.leeym.com> Resent-Message-ID: <200710221210.l9MCA16l086032@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 117398 >Category: ports >Synopsis: [PATCH] dns/p5-Net-DNS-Resolver-Programmable: update to 0.003 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Mon Oct 22 12:10:01 UTC 2007 >Closed-Date: >Last-Modified: >Originator: Yen-Ming Lee >Release: FreeBSD 6.2-RELEASE i386 >Organization: >Environment: System: FreeBSD db1.leeym.com 6.2-RELEASE FreeBSD 6.2-RELEASE #0: Fri Jan 12 10:40:27 UTC 2007 >Description: - Update to 0.003 Port maintainer (gmc@sonologic.nl) is cc'd. Generated with FreeBSD Port Tools 0.77 >How-To-Repeat: >Fix: --- p5-Net-DNS-Resolver-Programmable-0.003.patch begins here --- Index: Makefile =================================================================== RCS file: /home/pcvs/ports/dns/p5-Net-DNS-Resolver-Programmable/Makefile,v retrieving revision 1.1 diff -u -u -r1.1 Makefile --- Makefile 10 Feb 2007 16:13:31 -0000 1.1 +++ Makefile 22 Oct 2007 12:06:39 -0000 @@ -6,11 +6,12 @@ # PORTNAME= Net-DNS-Resolver-Programmable -PORTVERSION= 0.002.2 +PORTVERSION= 0.003 CATEGORIES= dns net perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= Net PKGNAMEPREFIX= p5- +DISTNAME= ${PORTNAME}-v${PORTVERSION} MAINTAINER= gmc@sonologic.nl COMMENT= Programmable DNS resolver for off-line testing @@ -26,12 +27,13 @@ .include <bsd.port.pre.mk> +PORTDOCS= CHANGES README TODO DOCSDIR= ${PREFIX}/share/doc/p5-Net-DNS-Resolver-Programmable post-install: .if !defined(NOPORTDOCS) @${MKDIR} ${DOCSDIR} -.for doc in CHANGES README TODO +.for doc in ${PORTDOCS} ${INSTALL_DATA} ${WRKSRC}/${doc} ${DOCSDIR} .endfor .endif Index: distinfo =================================================================== RCS file: /home/pcvs/ports/dns/p5-Net-DNS-Resolver-Programmable/distinfo,v retrieving revision 1.1 diff -u -u -r1.1 distinfo --- distinfo 10 Feb 2007 16:13:31 -0000 1.1 +++ distinfo 22 Oct 2007 12:06:39 -0000 @@ -1,3 +1,3 @@ -MD5 (Net-DNS-Resolver-Programmable-0.002.2.tar.gz) = 8f3e5481e069c1657b8b4aefbfeb3549 -SHA256 (Net-DNS-Resolver-Programmable-0.002.2.tar.gz) = 18e9355485663290c5a01aaf7bdfd73dc11209d1efe6b2103faf9d97b80bc06e -SIZE (Net-DNS-Resolver-Programmable-0.002.2.tar.gz) = 6893 +MD5 (Net-DNS-Resolver-Programmable-v0.003.tar.gz) = 8d44bf331d6115e7fb4ea21f6cf4b96b +SHA256 (Net-DNS-Resolver-Programmable-v0.003.tar.gz) = 8d402260941f259c83bf1b2564408e75288df028f604136c29da11a9a6a076ec +SIZE (Net-DNS-Resolver-Programmable-v0.003.tar.gz) = 15974 Index: pkg-plist =================================================================== RCS file: /home/pcvs/ports/dns/p5-Net-DNS-Resolver-Programmable/pkg-plist,v retrieving revision 1.1 diff -u -u -r1.1 pkg-plist --- pkg-plist 10 Feb 2007 16:13:31 -0000 1.1 +++ pkg-plist 22 Oct 2007 12:06:39 -0000 @@ -1,7 +1,3 @@ %%SITE_PERL%%/Net/DNS/Resolver/Programmable.pm -%%PORTDOCS%%%%DOCSDIR%%/CHANGES -%%PORTDOCS%%%%DOCSDIR%%/README -%%PORTDOCS%%%%DOCSDIR%%/TODO -%%PORTDOCS%%@dirrm %%DOCSDIR%%/ @dirrm %%SITE_PERL%%/Net/DNS/Resolver/ @dirrm %%SITE_PERL%%/Net/DNS/ --- p5-Net-DNS-Resolver-Programmable-0.003.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200710221209.l9MC9n7S074538>