diff options
author | obrien <obrien@FreeBSD.org> | 2001-12-04 01:13:37 +0000 |
---|---|---|
committer | obrien <obrien@FreeBSD.org> | 2001-12-04 01:13:37 +0000 |
commit | 47cf1086ad8c45803fba15094ff73ab14c652d64 (patch) | |
tree | f778f7fb114ec21fc6e4fb27b854382521f0edbc /net/rsync/Makefile | |
parent | bbb7d31f3504cf05920ebd557fb704a44b84cb42 (diff) | |
download | FreeBSD-ports-47cf1086ad8c45803fba15094ff73ab14c652d64.zip FreeBSD-ports-47cf1086ad8c45803fba15094ff73ab14c652d64.tar.gz |
Upgrade to 2.5.0.
The main change is the integration of the KAME IPv6 patch.
Also one minor nit was fixed about the rsyncd PID file.
Submitted by: naddy
Diffstat (limited to 'net/rsync/Makefile')
-rw-r--r-- | net/rsync/Makefile | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/net/rsync/Makefile b/net/rsync/Makefile index 7b4e809..10f0fdc 100644 --- a/net/rsync/Makefile +++ b/net/rsync/Makefile @@ -7,19 +7,14 @@ # PORTNAME= rsync -PORTVERSION= 2.4.6 -PORTREVISION= 3 +PORTVERSION= 2.5.0 +PORTREVISION= 0 CATEGORIES= net ipv6 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-246-v6-20000907.diff.gz -PATCH_DIST_STRIP= -p1 - MAINTAINER= obrien@FreeBSD.org GNU_CONFIGURE= yes |