aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPete Fritchman <petef@FreeBSD.org>2004-11-08 03:48:40 +0000
committerPete Fritchman <petef@FreeBSD.org>2004-11-08 03:48:40 +0000
commitffa392e695e8b97dd65c245c7f4e67f990679e54 (patch)
treeb8c29e53dfb17a845eee71e535c6469f2b6e3322
parentf454a06bbfb4da0cd106cc73b093222840464e65 (diff)
downloadports-ffa392e695e8b97dd65c245c7f4e67f990679e54.tar.gz
ports-ffa392e695e8b97dd65c245c7f4e67f990679e54.zip
Notes
-rw-r--r--net/p5-File-Rsync/Makefile5
-rw-r--r--net/p5-File-Rsync/distinfo4
-rw-r--r--net/p5-File-Rsync/files/patch-makepm.PL2
3 files changed, 6 insertions, 5 deletions
diff --git a/net/p5-File-Rsync/Makefile b/net/p5-File-Rsync/Makefile
index 52370bc9f15b..df85811e0e0b 100644
--- a/net/p5-File-Rsync/Makefile
+++ b/net/p5-File-Rsync/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= File-Rsync
-PORTVERSION= 0.33
+PORTVERSION= 0.34
CATEGORIES= net perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= File
@@ -15,7 +15,8 @@ PKGNAMEPREFIX= p5-
MAINTAINER= petef@FreeBSD.org
COMMENT= Perl convenience wrapper for the rsync(1) program
-RUN_DEPENDS= rsync:${PORTSDIR}/net/rsync
+BUILD_DEPENDS= rsync:${PORTSDIR}/net/rsync
+RUN_DEPENDS= ${BUILD_DEPENDS}
PERL_CONFIGURE= yes
diff --git a/net/p5-File-Rsync/distinfo b/net/p5-File-Rsync/distinfo
index fe625d0c0f50..cdfcff78ab20 100644
--- a/net/p5-File-Rsync/distinfo
+++ b/net/p5-File-Rsync/distinfo
@@ -1,2 +1,2 @@
-MD5 (File-Rsync-0.33.tar.gz) = a7dd8d50fd42910333917280f39f670e
-SIZE (File-Rsync-0.33.tar.gz) = 17520
+MD5 (File-Rsync-0.34.tar.gz) = 06b2f134c4d3aa134d3813b7c1c538f1
+SIZE (File-Rsync-0.34.tar.gz) = 17620
diff --git a/net/p5-File-Rsync/files/patch-makepm.PL b/net/p5-File-Rsync/files/patch-makepm.PL
index d08ec52455be..d7f78af10c3a 100644
--- a/net/p5-File-Rsync/files/patch-makepm.PL
+++ b/net/p5-File-Rsync/files/patch-makepm.PL
@@ -31,7 +31,7 @@
-$RSYNC=~s/\\/\\\\/g;
-$RSYNC=~s/\'/\\\'/g;
+$PREFIX=@ARGV[0];
-+$RSYNC=$PREFIX . "/rsync";
++$RSYNC=$PREFIX . "/bin/rsync";
+print "Path to rsync [$RSYNC]";
open IN,'Config.in' or die "Cannot read Config.in: $!\n";
open OUT,'>Config.pm' or die "Cannot write Config.pm: $!\n";