diff options
author | bofh <bofh@FreeBSD.org> | 2015-01-29 02:08:41 +0800 |
---|---|---|
committer | bofh <bofh@FreeBSD.org> | 2015-01-29 02:08:41 +0800 |
commit | 25f0c237ab35be1d549593a8a262809f6b82a7da (patch) | |
tree | dd1f540c3250f2f0e60f6b4ba6e6cecd1e23494d /net | |
parent | a4bd7fb551795f8972c27261f9427a4886793f20 (diff) | |
download | freebsd-ports-gnome-25f0c237ab35be1d549593a8a262809f6b82a7da.tar.gz freebsd-ports-gnome-25f0c237ab35be1d549593a8a262809f6b82a7da.tar.zst freebsd-ports-gnome-25f0c237ab35be1d549593a8a262809f6b82a7da.zip |
net/p5-File-Rsync: Update version 0.43=>0.45
Differential Revision: https://reviews.freebsd.org/D1709
Approved by: bapt(mentor)
Diffstat (limited to 'net')
-rw-r--r-- | net/p5-File-Rsync/Makefile | 3 | ||||
-rw-r--r-- | net/p5-File-Rsync/distinfo | 4 | ||||
-rw-r--r-- | net/p5-File-Rsync/files/patch-Makefile.PL | 10 | ||||
-rw-r--r-- | net/p5-File-Rsync/files/patch-makepm.PL | 26 | ||||
-rw-r--r-- | net/p5-File-Rsync/pkg-plist | 3 |
5 files changed, 9 insertions, 37 deletions
diff --git a/net/p5-File-Rsync/Makefile b/net/p5-File-Rsync/Makefile index c76a16f1faa8..52a0df462ea4 100644 --- a/net/p5-File-Rsync/Makefile +++ b/net/p5-File-Rsync/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- diff --git a/net/p5-File-Rsync/distinfo b/net/p5-File-Rsync/distinfo index 329b40fa25ce..7c93c9e94b02 100644 --- a/net/p5-File-Rsync/distinfo +++ b/net/p5-File-Rsync/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 diff --git a/net/p5-File-Rsync/files/patch-Makefile.PL b/net/p5-File-Rsync/files/patch-Makefile.PL index a9ab06eb6e75..b2a87ed11e88 100644 --- a/net/p5-File-Rsync/files/patch-Makefile.PL +++ b/net/p5-File-Rsync/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' }, ); + diff --git a/net/p5-File-Rsync/files/patch-makepm.PL b/net/p5-File-Rsync/files/patch-makepm.PL deleted file mode 100644 index f188670ff64d..000000000000 --- a/net/p5-File-Rsync/files/patch-makepm.PL +++ /dev/null @@ -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=<STDIN>; --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 (<IN>) { diff --git a/net/p5-File-Rsync/pkg-plist b/net/p5-File-Rsync/pkg-plist index a76c47d154a5..00027e7bbe42 100644 --- a/net/p5-File-Rsync/pkg-plist +++ b/net/p5-File-Rsync/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 |