Created attachment 166453 [details] patch As requested in https://lists.freebsd.org/pipermail/freebsd-ports/2016-February/101765.html Testbuilds all fine, portlint is happy, too.
What's new: https://blog.getsync.com/2016/01/21/sync-2-3-brings-more-features-for-power-users/
Worked well for me on x64.
Reporter is Committer, assign accordingly. Thanks for taking care of user requests Kurt!
Comment on attachment 166453 [details] patch @Josh, please set maintainer-approval to + to approve any attachments for ports you are maintainer of. You can do so by going to Attachment -> Details -> maintainer-approval [+] Thanks!
Ok, will do. Let me just check 32bit then I'll assign the flags.
Comment on attachment 166453 [details] patch >diff -r -u -N net-p2p/btsync/Makefile ../../home/pi/myp/net-p2p/btsync/Makefile >--- net-p2p/btsync/Makefile 2015-11-13 07:18:08.571588000 +0100 >+++ ../../home/pi/myp/net-p2p/btsync/Makefile 2016-02-02 19:46:32.344920000 +0100 >@@ -1,7 +1,7 @@ > # $FreeBSD: head/net-p2p/btsync/Makefile 401312 2015-11-12 01:17:53Z wen $ > > PORTNAME= btsync >-PORTVERSION= 2.2.6 >+PORTVERSION= 2.3.1 > CATEGORIES= net-p2p > MASTER_SITES= https://download-cdn.getsyncapp.com/${PORTVERSION}/FreeBSD-${CONFIG_ARCH}/ \ > http://download-cdn.getsyncapp.com/${PORTVERSION}/FreeBSD-${CONFIG_ARCH}/ >diff -r -u -N net-p2p/btsync/distinfo ../../home/pi/myp/net-p2p/btsync/distinfo >--- net-p2p/btsync/distinfo 2015-11-13 07:18:08.572739000 +0100 >+++ ../../home/pi/myp/net-p2p/btsync/distinfo 2016-02-02 20:38:42.920125000 +0100 >@@ -1,4 +1,4 @@ >-SHA256 (BitTorrent-Sync_freebsd_i386.tar.gz) = 2266e9785343adec5d44ac96f6c935f3c5987101a219df0f345855cb857d8ba3 >-SIZE (BitTorrent-Sync_freebsd_i386.tar.gz) = 5153702 >-SHA256 (BitTorrent-Sync_freebsd_x64.tar.gz) = 3950ecc3282e07293758f52a344c81e6588e2be917c1145fa2f76cec7e7aa76f >-SIZE (BitTorrent-Sync_freebsd_x64.tar.gz) = 5406823 >+SHA256 (BitTorrent-Sync_freebsd_i386.tar.gz) = 80a5d004fc2ebdad01287e58cf61d985c1fc9cb9297c76ad99c72f12c820fca3 >+SIZE (BitTorrent-Sync_freebsd_i386.tar.gz) = 5706344 >+SHA256 (BitTorrent-Sync_freebsd_x64.tar.gz) = fda7ecf16c5eb22a399daeb8d6d9fd27deebe9c9804779305d309bb82680ffc0 >+SIZE (BitTorrent-Sync_freebsd_x64.tar.gz) = 5870943
Created attachment 166483 [details] patch (with reorderd distinfo)
Ok, I'm done. Sorry for all the comment spam. I just reordered the distinfo to match the i386 then x64 convention we've been using.
A commit references this bug: Author: pi Date: Wed Feb 3 06:25:27 UTC 2016 New revision: 407943 URL: https://svnweb.freebsd.org/changeset/ports/407943 Log: net-p2p/btsync: 2.2.6 -> 2.3.1 Changes: https://blog.getsync.com/2016/01/21/sync-2-3-brings-more-features-for-power-users/ PR: 206859 Requested by: Jerry <jerry@seibercom.net> Approved by: Joshua Ruehlig <joshruehlig@gmail.com> (maintainer) Changes: head/net-p2p/btsync/Makefile head/net-p2p/btsync/distinfo
Thanks!