Date: Mon, 19 May 2003 15:40:10 -0700 (PDT) From: Giorgos Keramidas <keramida@freebsd.org> To: freebsd-ports-bugs@FreeBSD.org Subject: Re: ports/48563: [new port] : net/p5-DNS-Zone Perl modules to manipulate DNS stuff Message-ID: <200305192240.h4JMeAL4094518@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/48563; it has been noted by GNATS. From: Giorgos Keramidas <keramida@freebsd.org> To: bug-followup@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@aragorn.reaumur.absolight.net> : Date: Fri, 16 May 2003 16:14:12 +0200 (CEST) : From: Mathieu Arnold <m@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@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 : -@dirrm lib/perl5/site_perl/%%PERL_VER%%/mach/auto/DNS-Zone : -@dirrm lib/perl5/site_perl/%%PERL_VER%%/DNS/Zone/File : -@dirrm lib/perl5/site_perl/%%PERL_VER%%/DNS/Zone : -@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%% : +@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/DNS-Zone : +@dirrm %%SITE_PERL%%/DNS/Zone/File : +@dirrm %%SITE_PERL%%/DNS/Zone : +@unexec rmdir %D/%%SITE_PERL%%/DNS 2>/dev/null || true : --- p5-DNS-Zone-0.85.diff ends here --- ------------------------------------------------------------------------ : Message-Id: <20030516171814.705ebf43.sheepkiller@cultdeadsheep.org> : Date: Fri, 16 May 2003 17:18:14 +0200 : From: Clement Laforet <sheepkiller@cultdeadsheep.org> : : On Fri, 16 May 2003 16:14:12 +0200 (CEST) : Mathieu Arnold <m@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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200305192240.h4JMeAL4094518>