diff options
author | ache <ache@FreeBSD.org> | 2000-02-17 07:37:16 +0800 |
---|---|---|
committer | ache <ache@FreeBSD.org> | 2000-02-17 07:37:16 +0800 |
commit | b6d1c9bc82bf7b064cb16922bd78c6036731013e (patch) | |
tree | bf88dba7087b96632c0b2026a602f878b8992529 /net | |
parent | bf740394794cdbcd6c745c93252eac3c0ca17f9f (diff) | |
download | freebsd-ports-gnome-b6d1c9bc82bf7b064cb16922bd78c6036731013e.tar.gz freebsd-ports-gnome-b6d1c9bc82bf7b064cb16922bd78c6036731013e.tar.zst freebsd-ports-gnome-b6d1c9bc82bf7b064cb16922bd78c6036731013e.zip |
upgrade to 2.4.1 synce old distfile disapearse from master sites
Temp. disable ipv6 support until ipv6 patch will reflect new version
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 |