FreeBSD Bugzilla – Attachment 30827 Details for
Bug 51689
Cleanup textproc/p5-Text-Reflow
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
p5-Text-Reflow-1.04.diff
p5-Text-Reflow-1.04.diff (text/plain), 2.48 KB, created by
Mathieu Arnold
on 2003-05-02 14:10:13 UTC
(
hide
)
Description:
p5-Text-Reflow-1.04.diff
Filename:
MIME Type:
Creator:
Mathieu Arnold
Created:
2003-05-02 14:10:13 UTC
Size:
2.48 KB
patch
obsolete
>Index: Makefile >=================================================================== >RCS file: /home/ncvs/ports/textproc/p5-Text-Reflow/Makefile,v >retrieving revision 1.3 >diff -u -d -b -w -r1.3 Makefile >--- Makefile 2003/02/28 22:53:01 1.3 >+++ Makefile 2003/05/02 13:08:22 >@@ -18,11 +18,11 @@ > PERL_CONFIGURE= yes > > MAN3= Text::Reflow.3 >-MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} > >-pre-everything:: >- @${PERL} -M5.006 -e1 2>/dev/null || \ >- ( ${ECHO_MSG} "===> Requires perl 5.6 or above (available from the port collection)"; \ >- ${FALSE} ) >+.include <bsd.port.pre.mk> > >-.include <bsd.port.mk> >+.if ${PERL_LEVEL} < 500601 >+IGNORE= "Requires perl 5.6.1" >+.endif >+ >+.include <bsd.port.post.mk> >Index: pkg-descr >=================================================================== >RCS file: /home/ncvs/ports/textproc/p5-Text-Reflow/pkg-descr,v >retrieving revision 1.2 >diff -u -d -b -w -r1.2 pkg-descr >--- pkg-descr 2003/04/26 08:40:29 1.2 >+++ pkg-descr 2003/05/02 13:08:22 >@@ -2,4 +2,4 @@ > string or array using Knuth's paragraphing algorithm (as used in TeX) to > pick "good" places to break the lines. > >-WWW: http://search.cpan.org/author/MWARD/Text-Reflow/ >+WWW: http://search.cpan.org/dist/Text-Reflow/ >Index: pkg-plist >=================================================================== >RCS file: /home/ncvs/ports/textproc/p5-Text-Reflow/pkg-plist,v >retrieving revision 1.1 >diff -u -d -b -w -r1.1 pkg-plist >--- pkg-plist 2002/11/22 20:50:49 1.1 >+++ pkg-plist 2003/05/02 13:08:22 >@@ -1,7 +1,8 @@ >-lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Text/Reflow/Reflow.so >-lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Text/Reflow/Reflow.bs >-lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Text/Reflow/.packlist >-lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/Text/Reflow.pm >-@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Text/Reflow >-@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Text > /dev/null || true >-@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/Text > /dev/null || true >+%%SITE_PERL%%/%%PERL_ARCH%%/auto/Text/Reflow/Reflow.so >+%%SITE_PERL%%/%%PERL_ARCH%%/auto/Text/Reflow/Reflow.bs >+%%SITE_PERL%%/%%PERL_ARCH%%/auto/Text/Reflow/.packlist >+%%SITE_PERL%%/%%PERL_ARCH%%/Text/Reflow.pm >+@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Text/Reflow >+@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/Text > /dev/null || true >+@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/Text > /dev/null || true >+@unexec rmdir %D/%%SITE_PERL%%/Text > /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 51689
: 30827