FreeBSD Bugzilla – Attachment 30825 Details for
Bug 51688
UPDATE textproc/p5-Text-Reform
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
p5-Text-Reform-1.10.diff
p5-Text-Reform-1.10.diff (text/plain), 2.69 KB, created by
Mathieu Arnold
on 2003-05-02 14:00:30 UTC
(
hide
)
Description:
p5-Text-Reform-1.10.diff
Filename:
MIME Type:
Creator:
Mathieu Arnold
Created:
2003-05-02 14:00:30 UTC
Size:
2.69 KB
patch
obsolete
>Index: Makefile >=================================================================== >RCS file: /home/ncvs/ports/textproc/p5-Text-Reform/Makefile,v >retrieving revision 1.1 >diff -u -d -b -w -r1.1 Makefile >--- Makefile 2003/04/18 07:06:37 1.1 >+++ Makefile 2003/05/02 12:50:07 >@@ -18,6 +18,5 @@ > PERL_CONFIGURE= yes > > MAN3= Text::Reform.3 >-MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} > > .include <bsd.port.mk> >Index: pkg-descr >=================================================================== >RCS file: /home/ncvs/ports/textproc/p5-Text-Reform/pkg-descr,v >retrieving revision 1.2 >diff -u -d -b -w -r1.2 pkg-descr >--- pkg-descr 2003/04/26 08:41:44 1.2 >+++ pkg-descr 2003/05/02 12:50:07 >@@ -1,3 +1,3 @@ > Manual text wrapping and reformatting > >-WWW: http://search.cpan.org/author/DCONWAY/Text-Reform/ >+WWW: http://search.cpan.org/dist/Text-Reform/ >Index: pkg-plist >=================================================================== >RCS file: /home/ncvs/ports/textproc/p5-Text-Reform/pkg-plist,v >retrieving revision 1.1 >diff -u -d -b -w -r1.1 pkg-plist >--- pkg-plist 2003/04/18 07:06:37 1.1 >+++ pkg-plist 2003/05/02 12:50:07 >@@ -1,8 +1,10 @@ >-lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Text/Reform/.packlist >-lib/perl5/site_perl/%%PERL_VER%%/Text/demo_ws.pl >-lib/perl5/site_perl/%%PERL_VER%%/Text/demo_table.pl >-lib/perl5/site_perl/%%PERL_VER%%/Text/demo_filler.pl >-lib/perl5/site_perl/%%PERL_VER%%/Text/demo_columns.pl >-lib/perl5/site_perl/%%PERL_VER%%/Text/demo.pl >-lib/perl5/site_perl/%%PERL_VER%%/Text/Reform.pm >-@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Text/Reform >+%%SITE_PERL%%/%%PERL_ARCH%%/auto/Text/Reform/.packlist >+%%SITE_PERL%%/Text/demo_ws.pl >+%%SITE_PERL%%/Text/demo_table.pl >+%%SITE_PERL%%/Text/demo_filler.pl >+%%SITE_PERL%%/Text/demo_columns.pl >+%%SITE_PERL%%/Text/demo.pl >+%%SITE_PERL%%/Text/Reform.pm >+@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Text/Reform >+@unexec rmdir %%SITE_PERL%%/%%PERL_ARCH%%/auto/Text 2>/dev/null || true >+@unexec rmdir %%SITE_PERL%%/Text 2>/dev/null || true >Index: files/patch-lib::Text::Reform.pm >=================================================================== >RCS file: patch-lib::Text::Reform.pm >diff -N patch-lib::Text::Reform.pm >--- /dev/null Fri May 2 03:20:00 2003 >+++ patch-lib::Text::Reform.pm Fri May 2 07:50:07 2003 >@@ -0,0 +1,21 @@ >+--- lib/Text/Reform.pm.orig Wed Apr 9 10:49:02 2003 >++++ lib/Text/Reform.pm Fri May 2 14:47:28 2003 >+@@ -44,7 +43,7 @@ >+ } >+ >+ sub carpfirst { >+- our %carped; >++ my %carped; >+ my ($msg) = @_; >+ return if $carped{$msg}++; >+ carp $msg; >+@@ -342,8 +341,7 @@ >+ >+ sub form >+ { >+- our %carped; >+- local %carped; >++ my %carped; >+ my $config = {%std_config}; >+ my $startidx = 0; >+ if (@_ && ref($_[0]) eq 'HASH') # RESETTING CONFIG
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 51688
: 30825 |
30826