diff options
author | grant <grant> | 2002-05-16 02:23:00 +0000 |
---|---|---|
committer | grant <grant> | 2002-05-16 02:23:00 +0000 |
commit | c191b1ae7003c6c9d6ec57f6cd29f89d41cc8eee (patch) | |
tree | 358e94799e45af4ee65f4e69e55d8126c2c7f3e8 /net/rsync/Makefile | |
parent | c8093a112139eed802637e3c71bc084e350d1edc (diff) | |
download | pkgsrc-c191b1ae7003c6c9d6ec57f6cd29f89d41cc8eee.tar.gz |
update to 2.5.5
Diffstat (limited to 'net/rsync/Makefile')
-rw-r--r-- | net/rsync/Makefile | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/net/rsync/Makefile b/net/rsync/Makefile index 0c4265c8d14..8ecab2e96a3 100644 --- a/net/rsync/Makefile +++ b/net/rsync/Makefile @@ -1,8 +1,10 @@ -# $NetBSD: Makefile,v 1.42 2002/05/16 02:10:47 grant Exp $ +# $NetBSD: Makefile,v 1.43 2002/05/16 02:23:00 grant Exp $ -DISTNAME= rsync-2.5.4 +DISTNAME= rsync-2.5.5 CATEGORIES= net -MASTER_SITES= ftp://rsync.samba.org/pub/rsync/ \ +MASTER_SITES= http://rsync.samba.org/ftp/rsync/ \ + ftp://rsync.samba.org/pub/rsync/ \ + http://rsync.samba.org/pub/rsync/old-versions/ \ ftp://rsync.samba.org/pub/rsync/old-versions/ \ ftp://sunsite.auc.dk/pub/unix/rsync/ \ ftp://ftp0.sunet.se/pub/unix/admin/rsync/ \ |