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.
This commit is contained in:
parent
c53593b83e
commit
853d238a03
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=9256
3 changed files with 10 additions and 7 deletions
|
@ -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
|
||||
|
|
|
@ -1 +1 @@
|
|||
MD5 (rsync-1.6.3.tar.gz) = 7149a993153b936724d72aa0b342607a
|
||||
MD5 (rsync-1.6.8.tar.gz) = 12e4c55c3b9b07b5100df33e9a509ed9
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue