aboutsummaryrefslogtreecommitdiff
path: root/net/p5-File-Rsync
diff options
context:
space:
mode:
authorMuhammad Moinur Rahman <bofh@FreeBSD.org>2015-01-28 18:08:41 +0000
committerMuhammad Moinur Rahman <bofh@FreeBSD.org>2015-01-28 18:08:41 +0000
commit83a761f08d7d6522354b9fe30c61106c2d328ed3 (patch)
treedd1f540c3250f2f0e60f6b4ba6e6cecd1e23494d /net/p5-File-Rsync
parentfe1497331016236c1d1260ec98cb3b88cfedcc36 (diff)
downloadports-83a761f08d7d6522354b9fe30c61106c2d328ed3.tar.gz
ports-83a761f08d7d6522354b9fe30c61106c2d328ed3.zip
net/p5-File-Rsync: Update version 0.43=>0.45
Differential Revision: https://reviews.freebsd.org/D1709 Approved by: bapt(mentor)
Notes
Notes: svn path=/head/; revision=378077
Diffstat (limited to 'net/p5-File-Rsync')
-rw-r--r--net/p5-File-Rsync/Makefile3
-rw-r--r--net/p5-File-Rsync/distinfo4
-rw-r--r--net/p5-File-Rsync/files/patch-Makefile.PL10
-rw-r--r--net/p5-File-Rsync/files/patch-makepm.PL26
-rw-r--r--net/p5-File-Rsync/pkg-plist3
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