aboutsummaryrefslogtreecommitdiff
path: root/net/rsync/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'net/rsync/Makefile')
-rw-r--r--net/rsync/Makefile19
1 files changed, 9 insertions, 10 deletions
diff --git a/net/rsync/Makefile b/net/rsync/Makefile
index c87b5be02872..f2b34a52cba6 100644
--- a/net/rsync/Makefile
+++ b/net/rsync/Makefile
@@ -14,11 +14,10 @@ MASTER_SITES= ftp://samba.anu.edu.au/pub/rsync/ \
ftp://ftp.sunet.se/pub/unix/admin/rsync/ \
ftp://ftp.fu-berlin.de/pub/unix/network/rsync/
-# Disabled until upgraded to new rsync version
-#PATCH_SITES= ftp://ftp.kame.net/pub/kame/misc/ \
-# ftp://ftp.pasta.cs.uit.no/pub/IPv6/misc/
-#PATCHFILES= rsync-232-v6-20000127a.diff.gz
-#PATCH_DIST_STRIP= -p1
+PATCH_SITES= ftp://ftp.kame.net/pub/kame/misc/ \
+ ftp://ftp.pasta.cs.uit.no/pub/IPv6/misc/
+PATCHFILES= rsync-241-v6-20000217.diff.gz
+PATCH_DIST_STRIP= -p1
MAINTAINER= obrien@FreeBSD.org
@@ -28,11 +27,11 @@ GNU_CONFIGURE= yes
.include <bsd.port.pre.mk>
-#.if ${OSVERSION} >= 400014
-#CONFIGURE_ARGS= --enable-ipv6
-#.else
-#CONFIGURE_ARGS= --disable-ipv6
-#.endif
+.if ${OSVERSION} >= 400014
+CONFIGURE_ARGS= --enable-ipv6
+.else
+CONFIGURE_ARGS= --disable-ipv6
+.endif
MAN1= rsync.1
MAN5= rsyncd.conf.5