diff options
author | frueauf <frueauf@pkgsrc.org> | 1998-09-28 10:53:29 +0000 |
---|---|---|
committer | frueauf <frueauf@pkgsrc.org> | 1998-09-28 10:53:29 +0000 |
commit | ad89c10c06ae21d1b860beee05881b53907caefe (patch) | |
tree | e43a5d4fd185f5852925d4b7fe28fea3ae33353c /net/rsync/Makefile | |
parent | eff22af95f38bf46bd93625329298acc293a12c0 (diff) | |
download | pkgsrc-ad89c10c06ae21d1b860beee05881b53907caefe.tar.gz |
Update rsync to 2.1.1.
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 4b228a511ee..15f1ead31ab 100644 --- a/net/rsync/Makefile +++ b/net/rsync/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.11 1998/08/20 15:17:18 tsarna Exp $ +# $NetBSD: Makefile,v 1.12 1998/09/28 10:53:29 frueauf Exp $ # -DISTNAME= rsync-2.1.0 +DISTNAME= rsync-2.1.1 CATEGORIES= net MASTER_SITES= ftp://samba.anu.edu.au/pub/rsync/ \ ftp://sunsite.auc.dk/pub/unix/rsync/ \ @@ -11,7 +11,7 @@ MASTER_SITES= ftp://samba.anu.edu.au/pub/rsync/ \ MAINTAINER= mycroft@netbsd.org HOMEPAGE= http://samba.anu.edu.au/rsync/ -CONFLICTS= rsync-1.6.9 rsync-2.0.18 +CONFLICTS= rsync-1.6.9 rsync-2.0.18 rsync-2.1.0 GNU_CONFIGURE= yes |