diff options
author | Emanuel Haupt <ehaupt@FreeBSD.org> | 2014-06-27 14:01:45 +0000 |
---|---|---|
committer | Emanuel Haupt <ehaupt@FreeBSD.org> | 2014-06-27 14:01:45 +0000 |
commit | 0e437a90edd8b6f90e8fd339c691c81779abf915 (patch) | |
tree | 035b33ff12d0e3c04f8aac1b37adac88f698a1e3 /net | |
parent | 643804c3dbefe8b440de44971c6cc2f6a482e9e7 (diff) | |
download | ports-0e437a90edd8b6f90e8fd339c691c81779abf915.tar.gz ports-0e437a90edd8b6f90e8fd339c691c81779abf915.zip |
Notes
Diffstat (limited to 'net')
-rw-r--r-- | net/rsync/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/net/rsync/Makefile b/net/rsync/Makefile index 1f65127c4d06..e95553664001 100644 --- a/net/rsync/Makefile +++ b/net/rsync/Makefile @@ -3,6 +3,7 @@ PORTNAME= rsync PORTVERSION= 3.1.1 +PORTREVISION= 1 CATEGORIES= net ipv6 MASTER_SITES= http://rsync.samba.org/ftp/%SUBDIR%/ \ ftp://ftp.samba.org/pub/%SUBDIR%/ \ @@ -34,7 +35,7 @@ OPTIONS_RADIO_PTS= TIMELIMIT RENAMED FLAGS ATIMES ACL # options provided upstream POPT_PORT_DESC= Use popt from devel/popt instead of bundled one -ZLIB_BASE_DESC= Use zlib from base instead of bundled one +ZLIB_BASE_DESC= Use zlib from base instead of bundled one (BROKEN) SSH_DESC= Use SSH instead of RSH # options provided by patch (mutually exclusive) @@ -46,7 +47,7 @@ ATIMES_DESC= Preserve access times, adds --atimes ACL_DESC= Add backward-compatibility for the --acls option # define default options -OPTIONS_DEFAULT=SSH ZLIB_BASE FLAGS +OPTIONS_DEFAULT=SSH FLAGS .include <bsd.port.options.mk> |