diff options
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 |