diff options
author | pav <pav@FreeBSD.org> | 2006-03-15 18:36:08 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2006-03-15 18:36:08 +0800 |
commit | e5e4d5786f645981c47678e04c7780a54ec3ac3f (patch) | |
tree | 3addd4f36be3977c4130098137adace57723cb42 /net/rsync | |
parent | 971c92f7aab2b7e4a52793d8d780ca6999dc8eac (diff) | |
download | freebsd-ports-gnome-e5e4d5786f645981c47678e04c7780a54ec3ac3f.tar.gz freebsd-ports-gnome-e5e4d5786f645981c47678e04c7780a54ec3ac3f.tar.zst freebsd-ports-gnome-e5e4d5786f645981c47678e04c7780a54ec3ac3f.zip |
- Update to 2.6.7
Diffstat (limited to 'net/rsync')
-rw-r--r-- | net/rsync/Makefile | 4 | ||||
-rw-r--r-- | net/rsync/distinfo | 6 | ||||
-rw-r--r-- | net/rsync/pkg-descr | 2 |
3 files changed, 5 insertions, 7 deletions
diff --git a/net/rsync/Makefile b/net/rsync/Makefile index e502936f5acf..4cd3799ea4cb 100644 --- a/net/rsync/Makefile +++ b/net/rsync/Makefile @@ -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> diff --git a/net/rsync/distinfo b/net/rsync/distinfo index 7e456b10c0fa..005eaea50c81 100644 --- a/net/rsync/distinfo +++ b/net/rsync/distinfo @@ -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 diff --git a/net/rsync/pkg-descr b/net/rsync/pkg-descr index e4434d4634c3..d7be486bcd83 100644 --- a/net/rsync/pkg-descr +++ b/net/rsync/pkg-descr @@ -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) |