diff options
author | ache <ache@FreeBSD.org> | 2000-02-16 23:37:16 +0000 |
---|---|---|
committer | ache <ache@FreeBSD.org> | 2000-02-16 23:37:16 +0000 |
commit | b6d1c9bc82bf7b064cb16922bd78c6036731013e (patch) | |
tree | bf88dba7087b96632c0b2026a602f878b8992529 /net/rsync/Makefile | |
parent | bf740394794cdbcd6c745c93252eac3c0ca17f9f (diff) | |
download | FreeBSD-ports-b6d1c9bc82bf7b064cb16922bd78c6036731013e.zip FreeBSD-ports-b6d1c9bc82bf7b064cb16922bd78c6036731013e.tar.gz |
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/rsync/Makefile')
-rw-r--r-- | net/rsync/Makefile | 25 |
1 files changed, 13 insertions, 12 deletions
diff --git a/net/rsync/Makefile b/net/rsync/Makefile index 35516c6..5a4e028 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 |