diff options
author | David E. O'Brien <obrien@FreeBSD.org> | 2000-01-13 23:06:48 +0000 |
---|---|---|
committer | David E. O'Brien <obrien@FreeBSD.org> | 2000-01-13 23:06:48 +0000 |
commit | 5359c1509c646b9a0b19ccb382a71eb8c356b65f (patch) | |
tree | 2b03fc28bf13e95ca27b26bcd5b759f3e015c890 /net/rsync | |
parent | Update to version 0.7.1. (diff) |
Update to version 2.3.2.
Also use our zlib rather than the one in the distfile.
Unfortunately the KAME IPv6 diff will not apply to the 2.3.2 code, and
has thus be turned off. :-(
PR: 15880
Submitted by: Maxim Sobolev <sobomax@altavista.net> [zlib changes]
Notes
Notes:
svn path=/head/; revision=24703
Diffstat (limited to 'net/rsync')
-rw-r--r-- | net/rsync/Makefile | 5 | ||||
-rw-r--r-- | net/rsync/distinfo | 2 | ||||
-rw-r--r-- | net/rsync/pkg-descr | 2 |
3 files changed, 6 insertions, 3 deletions
diff --git a/net/rsync/Makefile b/net/rsync/Makefile index adab159f2ea8..d426e4dd8ab9 100644 --- a/net/rsync/Makefile +++ b/net/rsync/Makefile @@ -7,7 +7,7 @@ # $FreeBSD$ # -DISTNAME= rsync-2.3.1 +DISTNAME= rsync-2.3.2 CATEGORIES= net MASTER_SITES= ftp://samba.anu.edu.au/pub/rsync/ \ ftp://sunsite.auc.dk/pub/unix/rsync/ \ @@ -16,7 +16,7 @@ MASTER_SITES= ftp://samba.anu.edu.au/pub/rsync/ \ PATCH_SITES= ftp://ftp.kame.net/pub/kame/misc/ \ ftp://ftp.pasta.cs.uit.no/pub/IPv6/misc/ -PATCHFILES= rsync-231-v6-19990723.diff.gz +#PATCHFILES= rsync-231-v6-19990723.diff.gz PATCH_DIST_STRIP= -p1 MAINTAINER= obrien@FreeBSD.org @@ -33,6 +33,7 @@ MAN1= rsync.1 MAN5= rsyncd.conf.5 pre-configure: + @${PERL} -pi.orig -e 's:/etc/:${PREFIX}/etc/:g' ${WRKSRC}/rsync.h @${PERL} -pi.orig -e 's:/etc/:${PREFIX}/etc/:g' ${WRKSRC}/rsync.1 @${PERL} -pi.orig -e 's:/etc/:${PREFIX}/etc/:g' ${WRKSRC}/rsyncd.conf.5 diff --git a/net/rsync/distinfo b/net/rsync/distinfo index f32ac166a776..43989c64abfb 100644 --- a/net/rsync/distinfo +++ b/net/rsync/distinfo @@ -1,2 +1,2 @@ -MD5 (rsync-2.3.1.tar.gz) = 907a0ae01417d54e53cb84b069ba1620 +MD5 (rsync-2.3.2.tar.gz) = 7dbb513c0f37bbbab621a8625c10986b MD5 (rsync-231-v6-19990723.diff.gz) = 0b7e7e108bc747549384eab1feee254a diff --git a/net/rsync/pkg-descr b/net/rsync/pkg-descr index 8e00a901140c..5cfb65d4a784 100644 --- a/net/rsync/pkg-descr +++ b/net/rsync/pkg-descr @@ -13,4 +13,6 @@ There is a Computer Science Technical Report on the rsync algorithm is included in the distribution, and is available as ftp://samba.anu.edu.au/pub/rsync/tech_report.ps +WWW: http://rsync.samba.org/ + -- David (obrien@cs.ucdavis.edu) |