View | Details | Raw Unified | Return to bug 248321
Collapse All | Expand All

(-)b/net/rsync/Makefile (-1 / +2 lines)
Lines 3-8 Link Here
3
3
4
PORTNAME=	rsync
4
PORTNAME=	rsync
5
DISTVERSION=	3.2.2
5
DISTVERSION=	3.2.2
6
PORTREVISION=	1
6
CATEGORIES=	net
7
CATEGORIES=	net
7
MASTER_SITES=   https://rsync.samba.org/ftp/rsync/ \
8
MASTER_SITES=   https://rsync.samba.org/ftp/rsync/ \
8
		https://www.mirrorservice.org/sites/rsync.samba.org/ \
9
		https://www.mirrorservice.org/sites/rsync.samba.org/ \
Lines 57-63 ATIMES_DESC= Preserve access times, adds --atimes (BROKEN) Link Here
57
ACL_DESC=	Add backward-compatibility for the --acls option
58
ACL_DESC=	Add backward-compatibility for the --acls option
58
59
59
# define default options
60
# define default options
60
OPTIONS_DEFAULT=FLAGS ICONV SSH
61
OPTIONS_DEFAULT=FLAGS ICONV POPT_PORT SSH ZLIB_BASE
61
62
62
ZLIB_BASE_CONFIGURE_ON=	--with-included-zlib=no
63
ZLIB_BASE_CONFIGURE_ON=	--with-included-zlib=no
63
TIMELIMIT_EXTRA_PATCHES=	${WRKSRC}/patches/time-limit.diff
64
TIMELIMIT_EXTRA_PATCHES=	${WRKSRC}/patches/time-limit.diff

Return to bug 248321