diff options
author | petef <petef@FreeBSD.org> | 2004-11-08 11:48:40 +0800 |
---|---|---|
committer | petef <petef@FreeBSD.org> | 2004-11-08 11:48:40 +0800 |
commit | b7b2b5d86981f051d254e432718d11953aa97f92 (patch) | |
tree | 275eb82e13eac977f54fac6f159cf3c408c5a085 /net | |
parent | 69d6e9616a52afbc2da13b4df03917887ec9fdb4 (diff) | |
download | freebsd-ports-gnome-b7b2b5d86981f051d254e432718d11953aa97f92.tar.gz freebsd-ports-gnome-b7b2b5d86981f051d254e432718d11953aa97f92.tar.zst freebsd-ports-gnome-b7b2b5d86981f051d254e432718d11953aa97f92.zip |
* update to 0.34
Diffstat (limited to 'net')
-rw-r--r-- | net/p5-File-Rsync/Makefile | 5 | ||||
-rw-r--r-- | net/p5-File-Rsync/distinfo | 4 | ||||
-rw-r--r-- | net/p5-File-Rsync/files/patch-makepm.PL | 2 |
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"; |