Index: Makefile =================================================================== --- Makefile +++ Makefile @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= File-Rsync -PORTVERSION= 0.43 -PORTREVISION= 1 +PORTVERSION= 0.45 CATEGORIES= net perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- Index: distinfo =================================================================== --- distinfo +++ distinfo @@ -1,2 +1,2 @@ -SHA256 (File-Rsync-0.43.tar.gz) = 83c5981df51342f86575346aeaaad23f1bc6b529ea5404401c4ef52e54000cfc -SIZE (File-Rsync-0.43.tar.gz) = 20009 +SHA256 (File-Rsync-0.45.tar.gz) = 9d69348ca889b745d4bd3b972ac536de671ff118542612772ed70917bc213b8f +SIZE (File-Rsync-0.45.tar.gz) = 19829 Index: files/patch-Makefile.PL =================================================================== --- files/patch-Makefile.PL +++ files/patch-Makefile.PL @@ -1,10 +1,10 @@ --- Makefile.PL.orig Sat Jun 25 06:02:32 2005 +++ Makefile.PL Sun Apr 23 11:54:39 2006 -@@ -20,6 +20,7 @@ - PL_FILES => { 'makepm.PL' => 'config.pm' }, - PM => { 'Rsync.pm' => '$(INST_LIB)/File/Rsync.pm', - 'config.pm' => '$(INST_ARCHLIB)/File/Rsync/Config.pm' }, +@@ -18,6 +18,7 @@ + ABSTRACT => $ABSTRACT, + PREREQ_PM => { 'Scalar::Util' => 0 }, + PM => { 'Rsync.pm' => '$(INST_LIB)/File/Rsync.pm' }, + MAN3PODS => { 'Rsync.pm' => '$(INST_MAN3DIR)/File::Rsync.$(MAN3EXT)' }, dist => { COMPRESS => 'gzip', SUFFIX => 'gz' }, - realclean => { FILES => 'config.pm' }, ); + Index: files/patch-makepm.PL =================================================================== --- files/patch-makepm.PL +++ files/patch-makepm.PL @@ -1,26 +0,0 @@ ---- makepm.PL.orig 2009-08-22 22:55:32.000000000 -0700 -+++ makepm.PL 2009-08-22 22:55:47.000000000 -0700 -@@ -10,23 +10,6 @@ - } - $|=1; - $RSYNC=&find_rsync; --print <<'EOT'; -- --File::Rsync needs to know the path to the rsync binary. This path is encoded --in the installed module as the default path to rsync (it can be overridden --at runtime). Please enter the full path to the rsync program or just hit --Enter if the guess is correct. (If you always want the module to depend on --the $PATH environment variable at runtime, just set the path to 'rsync' --(this is not recommended)). -- --EOT --$RSYNC||='/usr/local/bin/rsync'; --print "Path to rsync [$RSYNC]: "; --my $ans=; --chomp $ans; --$RSYNC=$ans || $RSYNC; --$RSYNC=~s/\\/\\\\/g; --$RSYNC=~s/\'/\\\'/g; - open IN,'config.in' or die "Cannot read config.in: $!\n"; - open OUT,'>config.pm' or die "Cannot write config.pm: $!\n"; - while () { Index: pkg-plist =================================================================== --- pkg-plist +++ pkg-plist @@ -1,3 +1,2 @@ %%PERL5_MAN3%%/File::Rsync.3.gz -%%SITE_ARCH%%/File/Rsync.pm -%%SITE_ARCH%%/File/Rsync/Config.pm +%%SITE_PERL%%/File/Rsync.pm