diff options
author | Oliver Eikemeier <eik@FreeBSD.org> | 2004-01-19 22:32:43 +0000 |
---|---|---|
committer | Oliver Eikemeier <eik@FreeBSD.org> | 2004-01-19 22:32:43 +0000 |
commit | 35f94823a925c3ecbcef02cb0251009202cadd72 (patch) | |
tree | 26d10a862fec029cb552051c7df8809ceb5a6f7f /net/rsync | |
parent | 7881db98b7bea17c7f225862f13dadc1ee2ee378 (diff) | |
download | ports-35f94823a925c3ecbcef02cb0251009202cadd72.tar.gz ports-35f94823a925c3ecbcef02cb0251009202cadd72.zip |
Notes
Diffstat (limited to 'net/rsync')
-rw-r--r-- | net/rsync/Makefile | 6 | ||||
-rw-r--r-- | net/rsync/distinfo | 2 |
2 files changed, 4 insertions, 4 deletions
diff --git a/net/rsync/Makefile b/net/rsync/Makefile index 328b4f70562b..cc20030bc4c0 100644 --- a/net/rsync/Makefile +++ b/net/rsync/Makefile @@ -7,7 +7,7 @@ # PORTNAME= rsync -PORTVERSION= 2.5.7 +PORTVERSION= 2.6.0 CATEGORIES= net ipv6 MASTER_SITES= ftp://samba.anu.edu.au/pub/rsync/ \ ftp://sunsite.auc.dk/pub/unix/rsync/ \ @@ -52,8 +52,8 @@ SED_SCRIPT+= -e 's,%%PREFIX%%,${PREFIX},g' \ WITHOUT_SSH?= yes .endif -.if !defined(WITHOUT_SSH) -CONFIGURE_ARGS+= --with-rsh=ssh +.if defined(WITHOUT_SSH) +CONFIGURE_ARGS+= --with-rsh=rsh .endif .if ${OSVERSION} >= 400014 diff --git a/net/rsync/distinfo b/net/rsync/distinfo index 336c457c2dbd..a4b3880e894f 100644 --- a/net/rsync/distinfo +++ b/net/rsync/distinfo @@ -1 +1 @@ -MD5 (rsync-2.5.7.tar.gz) = 9b3ec929091d7849f42b973247918a55 +MD5 (rsync-2.6.0.tar.gz) = 3f24bf31aec0a657eb3b6844c3f09f21 |