From a7c62940b05f5fc75406ad8e0c61b335d50b8f01 Mon Sep 17 00:00:00 2001 From: Jun Kuriyama Date: Thu, 6 May 2004 00:30:56 +0000 Subject: Unbreak on perl-5.8.x. --- ftp/ftpmirror/Makefile | 2 +- ftp/ftpmirror/files/patch-FTP.pm | 6 +++--- ftp/ftpmirror/files/patch-TCP.pm | 6 +++--- 3 files changed, 7 insertions(+), 7 deletions(-) (limited to 'ftp') diff --git a/ftp/ftpmirror/Makefile b/ftp/ftpmirror/Makefile index cb6dcbbf646c..4ce0f668495f 100644 --- a/ftp/ftpmirror/Makefile +++ b/ftp/ftpmirror/Makefile @@ -7,7 +7,7 @@ PORTNAME= ftpmirror PORTVERSION= 1.96 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= ftp ipv6 MASTER_SITES= ftp://ftp.intec.co.jp/pub/utils/ftpmirror/beta/ diff --git a/ftp/ftpmirror/files/patch-FTP.pm b/ftp/ftpmirror/files/patch-FTP.pm index dd580e099080..fb8e8448105f 100644 --- a/ftp/ftpmirror/files/patch-FTP.pm +++ b/ftp/ftpmirror/files/patch-FTP.pm @@ -10,9 +10,9 @@ diff -u -r1.1.1.2 -r1.6 use Carp; use Socket; -+BEGIN { -+ eval 'use Socket6' unless (eval '&AF_INET6'); # IPv6 patched Perl -+} ++ ++use Socket6; ++ use Fan::TCP; use AutoLoader 'AUTOLOAD'; diff --git a/ftp/ftpmirror/files/patch-TCP.pm b/ftp/ftpmirror/files/patch-TCP.pm index 35eb097270da..d8ed2c572d39 100644 --- a/ftp/ftpmirror/files/patch-TCP.pm +++ b/ftp/ftpmirror/files/patch-TCP.pm @@ -16,9 +16,9 @@ diff -u -r1.1.1.1 -r1.12 use Carp; use Socket; -+BEGIN { -+ eval 'use Socket6' unless (eval '&AF_INET6'); # IPv6 patched Perl -+} ++ ++use Socket6; ++ use AutoLoader 'AUTOLOAD'; $VERSION = '0.03'; -- cgit v1.2.3