aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorehaupt <ehaupt@FreeBSD.org>2015-12-22 16:16:36 +0800
committerehaupt <ehaupt@FreeBSD.org>2015-12-22 16:16:36 +0800
commit5b555f9e9e4a587649aeb9d5b58ead02c238d372 (patch)
tree0f2fe7d611b47c768ecf3297f1dc1cacbb548fa2
parentc65779e3b663050cec2f9dc311dffbb3b712e944 (diff)
downloadfreebsd-ports-gnome-5b555f9e9e4a587649aeb9d5b58ead02c238d372.tar.gz
freebsd-ports-gnome-5b555f9e9e4a587649aeb9d5b58ead02c238d372.tar.zst
freebsd-ports-gnome-5b555f9e9e4a587649aeb9d5b58ead02c238d372.zip
- Update to 3.1.2
- The non-default ATIMES option is now broken. Add a description and leave Makefile glue intact to give interested parties the chance to follow up with a patch. - The popular SIGINFO patch does not apply anymore. Meanwhile, make it a non-default option and mark it broken in the description. Changelog: https://rsync.samba.org/ftp/rsync/src/rsync-3.1.2-NEWS
-rw-r--r--net/rsync/Makefile9
-rw-r--r--net/rsync/distinfo8
-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