diff options
Diffstat (limited to 'net')
-rw-r--r-- | net/rsync/Makefile | 25 | ||||
-rw-r--r-- | net/rsync/distinfo | 3 |
2 files changed, 14 insertions, 14 deletions
diff --git a/net/rsync/Makefile b/net/rsync/Makefile index 35516c6f2b06..5a4e02802a05 100644 --- a/net/rsync/Makefile +++ b/net/rsync/Makefile @@ -1,23 +1,24 @@ # ex:ts=8 # Ports collection makefile for: rsync -# Version required: 2.3.1 +# Version required: 2.4.* # Date created: Sat Aug 3, 1996 # Whom: David O'Brien (obrien@cs.ucdavis.edu) # # $FreeBSD$ # -DISTNAME= rsync-2.3.2 -CATEGORIES= net ipv6 +DISTNAME= rsync-2.4.1 +CATEGORIES= net # ipv6 (disabled until upgraded) MASTER_SITES= ftp://samba.anu.edu.au/pub/rsync/ \ ftp://sunsite.auc.dk/pub/unix/rsync/ \ ftp://ftp.sunet.se/pub/unix/admin/rsync/ \ ftp://ftp.fu-berlin.de/pub/unix/network/rsync/ -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 +# 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 MAINTAINER= obrien@FreeBSD.org @@ -27,11 +28,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 diff --git a/net/rsync/distinfo b/net/rsync/distinfo index 6a463c254692..54b790337a67 100644 --- a/net/rsync/distinfo +++ b/net/rsync/distinfo @@ -1,2 +1 @@ -MD5 (rsync-2.3.2.tar.gz) = 7dbb513c0f37bbbab621a8625c10986b -MD5 (rsync-232-v6-20000127a.diff.gz) = 8bfaa8c4bc875f4de675ce765f090ae0 +MD5 (rsync-2.4.1.tar.gz) = c6da5f39e68334a5da0e2a083da3f998 |