aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid E. O'Brien <obrien@FreeBSD.org>1998-01-03 10:14:32 +0000
committerDavid E. O'Brien <obrien@FreeBSD.org>1998-01-03 10:14:32 +0000
commit853d238a0373a6a43be1c802fcfe70da66e4cc3d (patch)
tree56ea8cec2bc055fec2f8749a5bddb4e6affe994f
parentc53593b83e6c28937478e9dac45d150894635943 (diff)
downloadports-853d238a0373a6a43be1c802fcfe70da66e4cc3d.tar.gz
ports-853d238a0373a6a43be1c802fcfe70da66e4cc3d.zip
Upgrade to 1.6.8. Includes more sane deletion processing.
Changes include rsyncd_trees lives in /var/db rather than /etc. Also rsyncd is installed in PREFIX/libexec, not PREFIX/bin.
Notes
Notes: svn path=/head/; revision=9256
-rw-r--r--net/rsync/Makefile11
-rw-r--r--net/rsync/distinfo2
-rw-r--r--net/rsync/pkg-plist4
3 files changed, 10 insertions, 7 deletions
diff --git a/net/rsync/Makefile b/net/rsync/Makefile
index 660b4e9e84ce..572a54122d9b 100644
--- a/net/rsync/Makefile
+++ b/net/rsync/Makefile
@@ -1,15 +1,18 @@
+# ex:ts=8
# New ports collection makefile for: rsync
# Version required: 1.6.2
# Date created: Sat Aug 3, 1996
# Whom: David O'Brien (obrien@cs.ucdavis.edu)
#
-# $Id: Makefile,v 1.8 1997/10/06 03:46:50 obrien Exp $
+# $Id: Makefile,v 1.9 1997/10/10 06:53:34 obrien Exp $
#
-DISTNAME= rsync-1.6.3
+DISTNAME= rsync-1.6.8
CATEGORIES= net
MASTER_SITES= ftp://samba.anu.edu.au/pub/rsync/ \
- ftp://sunsite.auc.dk/pub/unix/rsync/
+ ftp://sunsite.auc.dk/pub/unix/rsync/ \
+ ftp://ftp.sunet.se/pub/unix/admin/rsync \
+ ftp://ftp.fu-berlin.de/pub/unix/network/rsync/
MAINTAINER= obrien@FreeBSD.org
@@ -25,7 +28,7 @@ post-install:
@strip ${PREFIX}/bin/rsync
.if !defined(NOPORTDOCS)
@${MKDIR} ${PREFIX}/share/doc/rsync
- ${INSTALL_DATA} ${WRKSRC}/tech_report.ps ${PREFIX}/share/doc/rsync
+ ${INSTALL_DATA} ${WRKSRC}/tech_report.tex ${PREFIX}/share/doc/rsync
${INSTALL_DATA} ${FILESDIR}/README.daemon ${PREFIX}/share/doc/rsync
${INSTALL_DATA} ${FILESDIR}/rsyncd_trees.eg ${PREFIX}/share/doc/rsync
.endif
diff --git a/net/rsync/distinfo b/net/rsync/distinfo
index 0e8ec60a3602..dc3996073dc0 100644
--- a/net/rsync/distinfo
+++ b/net/rsync/distinfo
@@ -1 +1 @@
-MD5 (rsync-1.6.3.tar.gz) = 7149a993153b936724d72aa0b342607a
+MD5 (rsync-1.6.8.tar.gz) = 12e4c55c3b9b07b5100df33e9a509ed9
diff --git a/net/rsync/pkg-plist b/net/rsync/pkg-plist
index 115782631ed6..6d472e8b62f9 100644
--- a/net/rsync/pkg-plist
+++ b/net/rsync/pkg-plist
@@ -1,6 +1,6 @@
bin/rsync
-bin/rsyncd
+libexec/rsyncd
man/man1/rsync.1.gz
share/doc/rsync/README.daemon
share/doc/rsync/rsyncd_trees.eg
-share/doc/rsync/tech_report.ps
+share/doc/rsync/tech_report.tex