ports/48563: [new port] : net/p5-DNS-Zone Perl modules to manipulate DNS stuff

Giorgos Keramidas keramida at freebsd.org
Mon May 19 22:40:12 UTC 2003


The following reply was made to PR ports/48563; it has been noted by GNATS.

From: Giorgos Keramidas <keramida at freebsd.org>
To: bug-followup at freebsd.org
Cc:  
Subject: Re: ports/48563: [new port] : net/p5-DNS-Zone Perl modules to manipulate DNS stuff
Date: Tue, 20 May 2003 01:39:31 +0300

 Adding to audit trail:
 
 ------------------------------------------------------------------------
 
 : Message-Id: <20030516141412.E909286C5 at aragorn.reaumur.absolight.net>
 : Date: Fri, 16 May 2003 16:14:12 +0200 (CEST)
 : From: Mathieu Arnold <m at absolight.net>
 :
 : Yet another perl which thinks it needs perl 5.6.1, but does not.
 :
 : --- p5-DNS-Zone-0.85.diff begins here ---
 : Index: Makefile
 : ===================================================================
 : RCS file: /home/ncvs/ports/net/p5-DNS-Zone/Makefile,v
 : retrieving revision 1.2
 : diff -u -b -w -r1.2 Makefile
 : --- Makefile	2003/05/08 23:28:50	1.2
 : +++ Makefile	2003/05/16 14:11:46
 : @@ -18,7 +18,10 @@
 :
 :  PERL_CONFIGURE=	yes
 :
 : -DOCSDIR=	${PREFIX}/share/doc/p5-DNS-Zone
 : +post-patch:
 : +	${FIND} ${WRKSRC} -name '*.pm' -o -name '*.t' -o -name '*.PL' | \
 : +	${XARGS} ${PERL} -pi -e '$$_="" if /^use 5/;' \
 : +			     -e '$$_="" if /(use|no) warnings/;'
 :
 :  post-install:
 :  .if !defined(NOPORTDOCS)
 : @@ -26,10 +29,4 @@
 :  	${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR}
 :  .endif
 :
 : -.include <bsd.port.pre.mk>
 : -
 : -.if ${PERL_LEVEL} < 500600
 : -IGNORE= "Perl 5.6 or newer required. Install lang/perl5 or lang/perl5.8 and try again."
 : -.endif
 : -
 : -.include <bsd.port.post.mk>
 : +.include <bsd.port.mk>
 : Index: pkg-descr
 : ===================================================================
 : RCS file: /home/ncvs/ports/net/p5-DNS-Zone/pkg-descr,v
 : retrieving revision 1.1
 : diff -u -b -w -r1.1 pkg-descr
 : --- pkg-descr	2003/04/29 07:29:44	1.1
 : +++ pkg-descr	2003/05/16 14:11:46
 : @@ -5,5 +5,6 @@
 :  use of the module for comprehensive zone file management. Go to
 :  http://www.zonemaster.org for further information.
 :
 : -WWW: http://search.cpan.org/author/WOLF/
 : +WWW: http://search.cpan.org/dist/DNS-Zone/
 : +
 :  Author: Andy Wolf <zonemaster at users.sourceforge.net>
 : Index: pkg-plist
 : ===================================================================
 : RCS file: /home/ncvs/ports/net/p5-DNS-Zone/pkg-plist,v
 : retrieving revision 1.1
 : diff -u -b -w -r1.1 pkg-plist
 : --- pkg-plist	2003/04/29 07:29:44	1.1
 : +++ pkg-plist	2003/05/16 14:11:46
 : @@ -1,12 +1,12 @@
 : -lib/perl5/site_perl/%%PERL_VER%%/mach/auto/DNS-Zone/.packlist
 : -lib/perl5/site_perl/%%PERL_VER%%/DNS/Zone.pm
 : -lib/perl5/site_perl/%%PERL_VER%%/DNS/Zone/File.pm
 : -lib/perl5/site_perl/%%PERL_VER%%/DNS/Zone/Label.pm
 : -lib/perl5/site_perl/%%PERL_VER%%/DNS/Zone/Record.pm
 : -lib/perl5/site_perl/%%PERL_VER%%/DNS/Zone/File/Default.pm
 : -%%PORTDOCS%%share/doc/p5-DNS-Zone/README
 : - at dirrm lib/perl5/site_perl/%%PERL_VER%%/mach/auto/DNS-Zone
 : - at dirrm lib/perl5/site_perl/%%PERL_VER%%/DNS/Zone/File
 : - at dirrm lib/perl5/site_perl/%%PERL_VER%%/DNS/Zone
 : - at unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/DNS 2>/dev/null || true
 : -%%PORTDOCS%%@dirrm share/doc/p5-DNS-Zone
 : +%%SITE_PERL%%/DNS/Zone.pm
 : +%%SITE_PERL%%/DNS/Zone/File.pm
 : +%%SITE_PERL%%/DNS/Zone/File/Default.pm
 : +%%SITE_PERL%%/DNS/Zone/Label.pm
 : +%%SITE_PERL%%/DNS/Zone/Record.pm
 : +%%SITE_PERL%%/%%PERL_ARCH%%/auto/DNS-Zone/.packlist
 : +%%PORTDOCS%%%%DOCSDIR%%/README
 : +%%PORTDOCS%%@dirrm %%DOCSDIR%%
 : + at dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/DNS-Zone
 : + at dirrm %%SITE_PERL%%/DNS/Zone/File
 : + at dirrm %%SITE_PERL%%/DNS/Zone
 : + at unexec rmdir %D/%%SITE_PERL%%/DNS 2>/dev/null || true
 : --- p5-DNS-Zone-0.85.diff ends here ---
 
 ------------------------------------------------------------------------
 
 : Message-Id: <20030516171814.705ebf43.sheepkiller at cultdeadsheep.org>
 : Date: Fri, 16 May 2003 17:18:14 +0200
 : From: Clement Laforet <sheepkiller at cultdeadsheep.org>
 :
 : On Fri, 16 May 2003 16:14:12 +0200 (CEST)
 : Mathieu Arnold <m at absolight.net> wrote:
 :
 : > >Description:
 : > Yet another perl which thinks it needs perl 5.6.1, but does not.
 : > Fix WWW Site
 :
 : Hi,
 :
 : Thanks for your work, Mathieu :)
 : (tested and it works)
 : If someone cares, as I'm the maintainer, I approve :)
 :
 : clem



More information about the freebsd-ports-bugs mailing list