Date: Fri, 16 Jun 2006 15:26:32 -0600 (MDT) From: "Aaron Dalton" <aaron@FreeBSD.org> To: FreeBSD-gnats-submit@FreeBSD.org Cc: kuriyama@FreeBSD.org Subject: ports/99061: [PATCH] ftp/p5-Net-FTP-Common: update to 5.31 Message-ID: <200606162126.k5GLQWqJ075610@moondance.itsy-bitsy.net> Resent-Message-ID: <200606162130.k5GLUUxs030915@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 99061 >Category: ports >Synopsis: [PATCH] ftp/p5-Net-FTP-Common: update to 5.31 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Fri Jun 16 21:30:30 GMT 2006 >Closed-Date: >Last-Modified: >Originator: Aaron Dalton >Release: FreeBSD 5.4-RELEASE i386 >Organization: >Environment: System: FreeBSD moondance.itsy-bitsy.net 5.4-RELEASE FreeBSD 5.4-RELEASE #0: Sun May 8 10:21:06 UTC >Description: - Update to 5.31 Removed file(s): - files/patch-Common.pm Port maintainer (kuriyama@FreeBSD.org) is cc'd. Generated with FreeBSD Port Tools 0.77 >How-To-Repeat: >Fix: --- p5-Net-FTP-Common-5.31.patch begins here --- 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; --- p5-Net-FTP-Common-5.31.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200606162126.k5GLQWqJ075610>