Index: head/net/rsync/Makefile =================================================================== --- head/net/rsync/Makefile (revision 24702) +++ head/net/rsync/Makefile (revision 24703) @@ -1,48 +1,49 @@ # ex:ts=8 # New ports collection makefile for: rsync # Version required: 2.3.1 # Date created: Sat Aug 3, 1996 # Whom: David O'Brien (obrien@cs.ucdavis.edu) # # $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/ \ ftp://ftp.sunet.se/pub/unix/admin/rsync/ \ ftp://ftp.fu-berlin.de/pub/unix/network/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 Y2K= http://rsync.samba.org/rsync/y2k.html GNU_CONFIGURE= yes .if defined(USE_INET6) CONFIGURE_ARGS= --enable-ipv6 .else CONFIGURE_ARGS= --disable-ipv6 .endif 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 post-install: @strip ${PREFIX}/bin/rsync .if !defined(NOPORTDOCS) @${MKDIR} ${PREFIX}/share/doc/rsync ${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/rsync ${INSTALL_DATA} ${WRKSRC}/COPYING ${PREFIX}/share/doc/rsync ${INSTALL_DATA} ${WRKSRC}/tech_report.tex ${PREFIX}/share/doc/rsync .endif .include Property changes on: head/net/rsync/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.27 \ No newline at end of property +1.28 \ No newline at end of property Index: head/net/rsync/distinfo =================================================================== --- head/net/rsync/distinfo (revision 24702) +++ head/net/rsync/distinfo (revision 24703) @@ -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 Property changes on: head/net/rsync/distinfo ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.14 \ No newline at end of property +1.15 \ No newline at end of property Index: head/net/rsync/pkg-descr =================================================================== --- head/net/rsync/pkg-descr (revision 24702) +++ head/net/rsync/pkg-descr (revision 24703) @@ -1,16 +1,18 @@ rsync is a replacement for rcp that has many more features. rsyns uses the "rsync algorithm" which provides a very fast method for bringing remote files into sync. It does this by sending just the differences in the files across the link, without requiring that both sets of files are present at one of the ends of the link beforehand. This makes rsync a good remote file distribution/synchronization utility in a dialup PPP/SLIP environment. Note, requires rsync on the destination machine. 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) Property changes on: head/net/rsync/pkg-descr ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.2 \ No newline at end of property +1.3 \ No newline at end of property