FreeBSD Bugzilla – Attachment 31402 Details for
Bug 52330
(update) net/p5-DNS-Zone to work with all perls
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
p5-DNS-Zone-0.85.diff
p5-DNS-Zone-0.85.diff (text/plain), 2.72 KB, created by
Mathieu Arnold
on 2003-05-16 15:20:07 UTC
(
hide
)
Description:
p5-DNS-Zone-0.85.diff
Filename:
MIME Type:
Creator:
Mathieu Arnold
Created:
2003-05-16 15:20:07 UTC
Size:
2.72 KB
patch
obsolete
>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
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 52330
: 31402