summaryrefslogtreecommitdiff
path: root/net/p5-File-Rsync
diff options
context:
space:
mode:
authorMuhammad Moinur Rahman <bofh@FreeBSD.org>2015-11-22 04:50:46 +0000
committerMuhammad Moinur Rahman <bofh@FreeBSD.org>2015-11-22 04:50:46 +0000
commit4f6f6be6f615d8b9d199b21c7b1786263f8b01f3 (patch)
tree5fe9524420a113d2f1434a0706d40d064e39ea8f /net/p5-File-Rsync
parentUse the PyPi version instead. Add dependency for six missed in the (diff)
net/p5-File-Rsync: Update version 0.45=>0.48
- Mark NO_ARCH - Add new BUILD_DEPENDS - Make patch files 'make makepatch' compatible
Diffstat (limited to 'net/p5-File-Rsync')
-rw-r--r--net/p5-File-Rsync/Makefile6
-rw-r--r--net/p5-File-Rsync/distinfo4
-rw-r--r--net/p5-File-Rsync/files/patch-Makefile.PL10
3 files changed, 11 insertions, 9 deletions
diff --git a/net/p5-File-Rsync/Makefile b/net/p5-File-Rsync/Makefile
index 52a0df462ea4..4410690604fb 100644
--- a/net/p5-File-Rsync/Makefile
+++ b/net/p5-File-Rsync/Makefile
@@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= File-Rsync
-PORTVERSION= 0.45
+PORTVERSION= 0.48
CATEGORIES= net perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
@@ -13,10 +13,12 @@ COMMENT= Perl convenience wrapper for the rsync(1) program
LICENSE= ART10 GPLv1
LICENSE_COMB= dual
-BUILD_DEPENDS= rsync:${PORTSDIR}/net/rsync
+BUILD_DEPENDS= rsync:${PORTSDIR}/net/rsync \
+ p5-IPC-Run3>=0.042:${PORTSDIR}/devel/p5-IPC-Run3
RUN_DEPENDS:= ${BUILD_DEPENDS}
USES= perl5
USE_PERL5= configure
+NO_ARCH= yes
.include <bsd.port.mk>
diff --git a/net/p5-File-Rsync/distinfo b/net/p5-File-Rsync/distinfo
index 7c93c9e94b02..e58b70499670 100644
--- a/net/p5-File-Rsync/distinfo
+++ b/net/p5-File-Rsync/distinfo
@@ -1,2 +1,2 @@
-SHA256 (File-Rsync-0.45.tar.gz) = 9d69348ca889b745d4bd3b972ac536de671ff118542612772ed70917bc213b8f
-SIZE (File-Rsync-0.45.tar.gz) = 19829
+SHA256 (File-Rsync-0.48.tar.gz) = 89f222c296ebe884c579a7cfbc4e406a13aac8970551c59274a5805544f1d032
+SIZE (File-Rsync-0.48.tar.gz) = 21634
diff --git a/net/p5-File-Rsync/files/patch-Makefile.PL b/net/p5-File-Rsync/files/patch-Makefile.PL
index b2a87ed11e88..06949fb035a7 100644
--- a/net/p5-File-Rsync/files/patch-Makefile.PL
+++ b/net/p5-File-Rsync/files/patch-Makefile.PL
@@ -1,8 +1,8 @@
---- Makefile.PL.orig Sat Jun 25 06:02:32 2005
-+++ Makefile.PL Sun Apr 23 11:54:39 2006
-@@ -18,6 +18,7 @@
- ABSTRACT => $ABSTRACT,
- PREREQ_PM => { 'Scalar::Util' => 0 },
+--- Makefile.PL.orig 2015-07-21 19:39:43 UTC
++++ Makefile.PL
+@@ -23,6 +23,7 @@ WriteMakefile(
+ 'IPC::Run3' => 0,
+ },
PM => { 'Rsync.pm' => '$(INST_LIB)/File/Rsync.pm' },
+ MAN3PODS => { 'Rsync.pm' => '$(INST_MAN3DIR)/File::Rsync.$(MAN3EXT)' },
dist => { COMPRESS => 'gzip', SUFFIX => 'gz' },