diff options
author | David E. O'Brien <obrien@FreeBSD.org> | 2001-04-09 17:33:59 +0000 |
---|---|---|
committer | David E. O'Brien <obrien@FreeBSD.org> | 2001-04-09 17:33:59 +0000 |
commit | e9505c086545711a7c452425638ea47b1b64c4d4 (patch) | |
tree | 9c62264787950a6263e9161a3459fc86b5ca91db /net/rsync | |
parent | upgrade to 1.0.2 (diff) |
Numerically note the rsync w/ssh as rsh problem was fixed.
Notes
Notes:
svn path=/head/; revision=41141
Diffstat (limited to 'net/rsync')
-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 3feb0d11b7ce..cfb07066a1cb 100644 --- a/net/rsync/Makefile +++ b/net/rsync/Makefile @@ -8,7 +8,7 @@ PORTNAME= rsync PORTVERSION= 2.4.6 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= net ipv6 MASTER_SITES= ftp://samba.anu.edu.au/pub/rsync/ \ ftp://sunsite.auc.dk/pub/unix/rsync/ \ |