FreeBSD Bugzilla – Attachment 67178 Details for
Bug 99061
[PATCH] ftp/p5-Net-FTP-Common: update to 5.31
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
p5-Net-FTP-Common-5.31.patch
p5-Net-FTP-Common-5.31.patch (text/plain), 2.92 KB, created by
Aaron Dalton
on 2006-06-16 22:30:30 UTC
(
hide
)
Description:
p5-Net-FTP-Common-5.31.patch
Filename:
MIME Type:
Creator:
Aaron Dalton
Created:
2006-06-16 22:30:30 UTC
Size:
2.92 KB
patch
obsolete
>Index: Makefile >=================================================================== >RCS file: /home/pcvs/ports/ftp/p5-Net-FTP-Common/Makefile,v >retrieving revision 1.5 >diff -u -u -r1.5 Makefile >--- Makefile 18 Nov 2003 03:33:02 -0000 1.5 >+++ Makefile 16 Jun 2006 21:27:00 -0000 >@@ -6,7 +6,7 @@ > # > > PORTNAME= Net-FTP-Common >-PORTVERSION= 4.0 >+PORTVERSION= 5.31 > CATEGORIES= ftp perl5 > MASTER_SITES= ${MASTER_SITE_PERL_CPAN} > MASTER_SITE_SUBDIR= ../../authors/id/T/TB/TBONE >@@ -21,9 +21,11 @@ > PERL_CONFIGURE= yes > > MAN3= Net::FTP::Common.3 >-MAN3PREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} > >-post-patch: >- ${RM} ${WRKSRC}/lib/Net/FTP/Common.pm.orig >+.include <bsd.port.pre.mk> > >-.include <bsd.port.mk> >+.if ${PERL_LEVEL} < 500600 # inherited from security/p5-Authen-SASL >+IGNORE= requires at least Perl 5.6. Please install lang/perl5.8 and try again >+.endif >+ >+.include <bsd.port.post.mk> >Index: distinfo >=================================================================== >RCS file: /home/pcvs/ports/ftp/p5-Net-FTP-Common/distinfo,v >retrieving revision 1.5 >diff -u -u -r1.5 distinfo >--- distinfo 22 Jan 2006 09:48:56 -0000 1.5 >+++ distinfo 16 Jun 2006 21:27:00 -0000 >@@ -1,3 +1,3 @@ >-MD5 (Net-FTP-Common-4.0.tar.gz) = b119ca7184915d6410c4ab9f2dc9afd2 >-SHA256 (Net-FTP-Common-4.0.tar.gz) = 7b223631f18209446e880edb89f4792fa6668c8ad2346219d07c30e5d943eb6e >-SIZE (Net-FTP-Common-4.0.tar.gz) = 18351 >+MD5 (Net-FTP-Common-5.31.tar.gz) = a60f821a0b6971433e60fe88773b3e22 >+SHA256 (Net-FTP-Common-5.31.tar.gz) = b4d39fa9b5f18c40b2449e4607b7a25786166a8276f1a5e897661e7ed7449fbc >+SIZE (Net-FTP-Common-5.31.tar.gz) = 17619 >Index: files/patch-Common.pm >=================================================================== >RCS file: files/patch-Common.pm >diff -N files/patch-Common.pm >--- files/patch-Common.pm 14 Oct 2003 07:34:03 -0000 1.3 >+++ /dev/null 1 Jan 1970 00:00:00 -0000 >@@ -1,21 +0,0 @@ >---- lib/Net/FTP/Common.pm.orig Fri Oct 10 13:30:42 2003 >-+++ lib/Net/FTP/Common.pm Tue Oct 14 16:31:23 2003 >-@@ -167,7 +167,8 @@ >- foreach (@{$dir}) >- { >- # $_ =~ m#([a-z-]*)\s*([0-9]*)\s*([0-9a-zA-Z]*)\s*([0-9a-zA-Z]*)\s*([0-9]*)\s*([A-Za-z]*)\s*([0-9]*)\s*([0-9A-Za-z:]*)\s*([A-Za-z0-9.-]*)#; >-- $_ = m#([a-z-]*)\s*([0-9]*)\s*([0-9a-zA-Z]*)\s*([0-9a-zA-Z]*)\s*([0-9]*)\s*([A-Za-z]*)\s*([0-9]*)\s*([0-9A-Za-z:]*)\s*([\w*\W*\s*\S*]*)#; >-+ # $_ = m#([a-z-]*)\s*([0-9]*)\s*([0-9a-zA-Z]*)\s*([0-9a-zA-Z]*)\s*([0-9]*)\s*([A-Za-z]*)\s*([0-9]*)\s*([0-9A-Za-z:]*)\s*([\w*\W*\s*\S*]*)#; >-+ $_ =~ m#([a-z-]*)\s*([0-9]*)\s*([0-9a-zA-Z-]*)\s*([0-9a-zA-Z-]*)\s*([0-9]*)\s*([A-Za-z]*)\s*([0-9]*)\s*([0-9A-Za-z:]*)\s*(\S+)#; >- >- my $perm = $1; >- my $inode = $2; >-@@ -180,7 +181,7 @@ >- my $name = $9; >- my $linkTarget; >- >-- if ( $' =~ m#\s*->\s*([A-Za-z0-9.-/]*)# ) # it's a symlink >-+ if ( $' =~ m#\s*->\s*([A-Za-z0-9.\-/]*)# ) # it's a symlink >- { $linkTarget = $1; } >- >- $HoH{$name}{perm} = $perm;
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 99061
: 67178