diff options
author | robak <robak@FreeBSD.org> | 2016-04-15 04:34:29 +0800 |
---|---|---|
committer | robak <robak@FreeBSD.org> | 2016-04-15 04:34:29 +0800 |
commit | 32a3c5944461532123d6f7bc8937952cf3319a5f (patch) | |
tree | bc5a8aede8ccf7eaca81655003b9d8f04460be0b /net-p2p | |
parent | ff698931e5577df69644ec88999e167c9b77f035 (diff) | |
download | freebsd-ports-gnome-32a3c5944461532123d6f7bc8937952cf3319a5f.tar.gz freebsd-ports-gnome-32a3c5944461532123d6f7bc8937952cf3319a5f.tar.zst freebsd-ports-gnome-32a3c5944461532123d6f7bc8937952cf3319a5f.zip |
net-p2p/btsync: update upstream location
PR: 208796
Submitted by: joshruehlig@gmail.com (maintainer)
MFH: 2016Q2
Diffstat (limited to 'net-p2p')
-rw-r--r-- | net-p2p/btsync/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-p2p/btsync/Makefile b/net-p2p/btsync/Makefile index 4cca604fd0be..dce8b94de350 100644 --- a/net-p2p/btsync/Makefile +++ b/net-p2p/btsync/Makefile @@ -3,8 +3,8 @@ PORTNAME= btsync PORTVERSION= 2.3.6 CATEGORIES= net-p2p -MASTER_SITES= https://download-cdn.getsyncapp.com/${PORTVERSION}/FreeBSD-${CONFIG_ARCH}/ \ - http://download-cdn.getsyncapp.com/${PORTVERSION}/FreeBSD-${CONFIG_ARCH}/ +MASTER_SITES= https://download-cdn.getsync.com/${PORTVERSION}/FreeBSD-${CONFIG_ARCH}/ \ + http://download-cdn.getsync.com/${PORTVERSION}/FreeBSD-${CONFIG_ARCH}/ DISTNAME= BitTorrent-Sync_freebsd_${CONFIG_ARCH} MAINTAINER= joshruehlig@gmail.com |