diff options
author | Emanuel Haupt <ehaupt@FreeBSD.org> | 2015-12-22 08:16:36 +0000 |
---|---|---|
committer | Emanuel Haupt <ehaupt@FreeBSD.org> | 2015-12-22 08:16:36 +0000 |
commit | 3a1cdcd59f2c73ae488f01659f56f72518bd8dd9 (patch) | |
tree | 0f2fe7d611b47c768ecf3297f1dc1cacbb548fa2 /net/rsync | |
parent | 9c04dd2693d19ab20dd4b340177a6c9156002d21 (diff) | |
download | ports-3a1cdcd59f2c73ae488f01659f56f72518bd8dd9.tar.gz ports-3a1cdcd59f2c73ae488f01659f56f72518bd8dd9.zip |
Notes
Diffstat (limited to 'net/rsync')
-rw-r--r-- | net/rsync/Makefile | 9 | ||||
-rw-r--r-- | net/rsync/distinfo | 8 | ||||
-rw-r--r-- | net/rsync/files/extrapatch-siginfo (renamed from net/rsync/files/patch-siginfo) | 0 |
3 files changed, 9 insertions, 8 deletions
diff --git a/net/rsync/Makefile b/net/rsync/Makefile index d8b369ed8421..13efc32a6e9f 100644 --- a/net/rsync/Makefile +++ b/net/rsync/Makefile @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= rsync -PORTVERSION= 3.1.1 -PORTREVISION= 4 +PORTVERSION= 3.1.2 CATEGORIES= net ipv6 MASTER_SITES= http://rsync.samba.org/ftp/rsync/ \ ftp://ftp.samba.org/pub/rsync/ \ @@ -36,7 +35,7 @@ CONFIGURE_ARGS= --disable-debug --enable-ipv6 \ PORTDOCS= NEWS README csprotocol.txt tech_report.tex # define options -OPTIONS_DEFINE= DOCS POPT_PORT ZLIB_BASE SSH ICONV +OPTIONS_DEFINE= DOCS POPT_PORT ZLIB_BASE SSH ICONV SIGINFO OPTIONS_RADIO= PTS OPTIONS_RADIO_PTS= TIMELIMIT RENAMED FLAGS ATIMES ACL @@ -47,10 +46,11 @@ SSH_DESC= Use SSH instead of RSH # options provided by patch (mutually exclusive) PTS_DESC= Functionality provided by third party patches +SIGINFO_DESC= Show file name and progress following SIGINFO (BROKEN) TIMELIMIT_DESC= Time limit patch RENAMED_DESC= Add support for renamed file detection FLAGS_DESC= File system flags support patch, adds --fileflags -ATIMES_DESC= Preserve access times, adds --atimes +ATIMES_DESC= Preserve access times, adds --atimes (BROKEN) ACL_DESC= Add backward-compatibility for the --acls option # define default options @@ -64,6 +64,7 @@ FLAGS_EXTRA_PATCHES= ${WRKSRC}/patches/fileflags.diff \ RENAMED_EXTRA_PATCHES= ${WRKSRC}/patches/detect-renamed.diff ACL_EXTRA_PATCHES= ${WRKSRC}/patches/acls.diff \ ${FILESDIR}/extrapatch-acl +SIGINFO_EXTRA_PATCHES= ${FILESDIR}/extrapatch-siginfo ICONV_USES= iconv ICONV_CPPFLAGS= -I${LOCALBASE}/include diff --git a/net/rsync/distinfo b/net/rsync/distinfo index c480bc423e64..33d301d95f10 100644 --- a/net/rsync/distinfo +++ b/net/rsync/distinfo @@ -1,4 +1,4 @@ -SHA256 (rsync-3.1.1.tar.gz) = 7de4364fcf5fe42f3bdb514417f1c40d10bbca896abe7e7f2c581c6ea08a2621 -SIZE (rsync-3.1.1.tar.gz) = 890124 -SHA256 (rsync-patches-3.1.1.tar.gz) = 547ea4a37eb497050b37bda029dee4927436781e7b0e4eb207c2fad54d4a3246 -SIZE (rsync-patches-3.1.1.tar.gz) = 167954 +SHA256 (rsync-3.1.2.tar.gz) = ecfa62a7fa3c4c18b9eccd8c16eaddee4bd308a76ea50b5c02a5840f09c0a1c2 +SIZE (rsync-3.1.2.tar.gz) = 892724 +SHA256 (rsync-patches-3.1.2.tar.gz) = edeebe9f2532ae291ce43fb86c9d7aaf80ba4edfdad25dce6d42dc33286b2326 +SIZE (rsync-patches-3.1.2.tar.gz) = 174333 diff --git a/net/rsync/files/patch-siginfo b/net/rsync/files/extrapatch-siginfo index 369e093c473d..369e093c473d 100644 --- a/net/rsync/files/patch-siginfo +++ b/net/rsync/files/extrapatch-siginfo |