1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-24 00:45:52 +00:00

- Update to 2.6.7

This commit is contained in:
Pav Lucistnik 2006-03-15 10:36:08 +00:00
parent 1b3445b684
commit fadc2e1699
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=157197
3 changed files with 5 additions and 7 deletions

View File

@ -6,7 +6,7 @@
#
PORTNAME= rsync
PORTVERSION= 2.6.6
PORTVERSION= 2.6.7
CATEGORIES= net ipv6
MASTER_SITES= http://rsync.samba.org/ftp/%SUBDIR%/ \
ftp://ftp.samba.org//pub/%SUBDIR%/ \
@ -25,7 +25,6 @@ LIB_DEPENDS= popt.0:${PORTSDIR}/devel/popt
.endif
USE_RC_SUBR= rsyncd.sh
USE_REINPLACE= yes
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --disable-debug \
@ -45,6 +44,7 @@ PORTDOCS= NEWS README csprotocol.txt tech_report.tex
.if !defined(WITHOUT_TIMELIMIT)
EXTRA_PATCHES+= ${WRKSRC}/patches/time-limit.diff
PATCH_STRIP= -p1
.endif
.include <bsd.port.pre.mk>

View File

@ -1,3 +1,3 @@
MD5 (rsync-2.6.6.tar.gz) = 30c4e2849cbeae93f55548453865c2f2
SHA256 (rsync-2.6.6.tar.gz) = fde98fd03c854eb6cb8180441ebf2facae3fbc2be581166ffc88266906fb6782
SIZE (rsync-2.6.6.tar.gz) = 690066
MD5 (rsync-2.6.7.tar.gz) = fb51636c719e789244d5d4423cf157ac
SHA256 (rsync-2.6.7.tar.gz) = b70604b47cec2a5a47bcc03c652633ca2d2926445e620af19510a5784f570a99
SIZE (rsync-2.6.7.tar.gz) = 757572

View File

@ -14,5 +14,3 @@ 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)