diff options
author | obrien <obrien@FreeBSD.org> | 2002-03-15 07:58:44 +0000 |
---|---|---|
committer | obrien <obrien@FreeBSD.org> | 2002-03-15 07:58:44 +0000 |
commit | 5d72fc419d7eb88533d0cf657640c27defb9bc43 (patch) | |
tree | 6fe890ceb452825456d6c3532c9859fe33f15c51 /net/rsync/Makefile | |
parent | 57890f0b8ef5bf410919aee9fae2d306d2a438b8 (diff) | |
download | FreeBSD-ports-5d72fc419d7eb88533d0cf657640c27defb9bc43.zip FreeBSD-ports-5d72fc419d7eb88533d0cf657640c27defb9bc43.tar.gz |
Upgrade to version 2.5.4.
Diffstat (limited to 'net/rsync/Makefile')
-rw-r--r-- | net/rsync/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/net/rsync/Makefile b/net/rsync/Makefile index 4e069da..1e6d99e 100644 --- a/net/rsync/Makefile +++ b/net/rsync/Makefile @@ -7,15 +7,15 @@ # PORTNAME= rsync -PORTVERSION= 2.5.2 -PORTREVISION= 1 +PORTVERSION= 2.5.4 +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/ -MAINTAINER= obrien@FreeBSD.org +MAINTAINER= ports@FreeBSD.org GNU_CONFIGURE= yes |