From 69171e13dc95feedf8859063ec1a13d2184309dd Mon Sep 17 00:00:00 2001 From: riggs Date: Sat, 2 Jul 2016 16:54:22 +0000 Subject: Update to upstream version 2.3.8 Detaile log: - Fixed issue with all folders disconnected by devices that reconnect after 30 days being offline - Fixed Sync crashing on QNAP NAS - Fixed Sync doesn't let HDD sleep on Synology NAS - Fixed bind_interface power option not working on Mac - Fixed files moved to Archive when unplugging USB drive with synced folder - Fixed inability to share the folder as Owner after disconnection - Added parameter to get Sync version thru API - Improved Sync compatibility to FlexRaid disk pool PR: 210555 Submitted by: joshruehlig@gmail.com (maintainer) --- net-p2p/btsync/Makefile | 2 +- net-p2p/btsync/distinfo | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/net-p2p/btsync/Makefile b/net-p2p/btsync/Makefile index 9c62ed29a95..19d748f5886 100644 --- a/net-p2p/btsync/Makefile +++ b/net-p2p/btsync/Makefile @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= btsync -PORTVERSION= 2.3.7 +PORTVERSION= 2.3.8 CATEGORIES= net-p2p MASTER_SITES= https://download-cdn.getsync.com/${PORTVERSION}/FreeBSD-${CONFIG_ARCH}/ \ http://download-cdn.getsync.com/${PORTVERSION}/FreeBSD-${CONFIG_ARCH}/ diff --git a/net-p2p/btsync/distinfo b/net-p2p/btsync/distinfo index 3dc1ddb62c9..c06d2a45145 100644 --- a/net-p2p/btsync/distinfo +++ b/net-p2p/btsync/distinfo @@ -1,5 +1,5 @@ -TIMESTAMP = 1463242475 -SHA256 (BitTorrent-Sync_freebsd_i386.tar.gz) = b2cfc7a741f732c6210b88dc0d21640453821212a38b7fd9ef2d5174c3e66543 -SIZE (BitTorrent-Sync_freebsd_i386.tar.gz) = 5714346 -SHA256 (BitTorrent-Sync_freebsd_x64.tar.gz) = 50263101a7ada661e49fbaceb29b8dceebfd84adcbb2ba2fcc4e5b2b62b2de67 -SIZE (BitTorrent-Sync_freebsd_x64.tar.gz) = 5878898 +TIMESTAMP = 1466844210 +SHA256 (BitTorrent-Sync_freebsd_i386.tar.gz) = 103ba012acd4af2365243f10f2fa8a2bdc551b47ac326b00a71624a0289c73fc +SIZE (BitTorrent-Sync_freebsd_i386.tar.gz) = 5714805 +SHA256 (BitTorrent-Sync_freebsd_x64.tar.gz) = fa0312f6616eb29ac9daa4b436ffda3dda3790d03f57008271963c63006060f6 +SIZE (BitTorrent-Sync_freebsd_x64.tar.gz) = 5879165 -- cgit