summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--net/rsync/Makefile5
-rw-r--r--net/rsync/distinfo2
-rw-r--r--net/rsync/pkg-descr2
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)