diff options
author | eik <eik@FreeBSD.org> | 2004-04-30 08:53:34 +0000 |
---|---|---|
committer | eik <eik@FreeBSD.org> | 2004-04-30 08:53:34 +0000 |
commit | 8899a8c368b795b8964a386af6f95677e7f30cad (patch) | |
tree | 9ed2b236056bc66790fc5de664597a5752679239 /net/rsync/Makefile | |
parent | f8b2c97d8fffbf0937b9080fb2656fb96b66d614 (diff) | |
download | FreeBSD-ports-8899a8c368b795b8964a386af6f95677e7f30cad.zip FreeBSD-ports-8899a8c368b795b8964a386af6f95677e7f30cad.tar.gz |
Fix sorting bug when --relative is used
<http://lists.samba.org/archive/rsync-announce/2004/000015.html>
Diffstat (limited to 'net/rsync/Makefile')
-rw-r--r-- | net/rsync/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/rsync/Makefile b/net/rsync/Makefile index eedb340..180d079 100644 --- a/net/rsync/Makefile +++ b/net/rsync/Makefile @@ -8,7 +8,7 @@ PORTNAME= rsync PORTVERSION= 2.6.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= net ipv6 MASTER_SITES= http://rsync.samba.org/ftp/%SUBDIR%/ \ ftp://rsync.samba.org/pub/%SUBDIR%/ \ |