diff options
author | Steve Wills <swills@FreeBSD.org> | 2015-05-11 17:30:27 +0000 |
---|---|---|
committer | Steve Wills <swills@FreeBSD.org> | 2015-05-11 17:30:27 +0000 |
commit | 8be102c466481b123c410d9c32bfa3d7f9259ae8 (patch) | |
tree | e43ccef36a4a8f16202e4515d1fbbb46531cf5c7 /net | |
parent | f7758e92c9f36a820d001d42c856a651a3c218d2 (diff) | |
download | freebsd-ports-8be102c466481b123c410d9c32bfa3d7f9259ae8.zip |
net/syncthing-cli: update to 0.11.2
Diffstat (limited to 'net')
-rw-r--r-- | net/syncthing-cli/Makefile | 13 | ||||
-rw-r--r-- | net/syncthing-cli/distinfo | 8 | ||||
-rw-r--r-- | net/syncthing-cli/pkg-message | 5 |
3 files changed, 15 insertions, 11 deletions
diff --git a/net/syncthing-cli/Makefile b/net/syncthing-cli/Makefile index 6f45a19eda32..4cde722f3e34 100644 --- a/net/syncthing-cli/Makefile +++ b/net/syncthing-cli/Makefile @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= syncthing-cli -PORTVERSION= 0.1.0.2015032001 -PORTREVISION= 0 +PORTVERSION= 0.1.0.2015050601 CATEGORIES= net MASTER_SITES= GH \ https://github.com/syncthing/syncthing/archive/v${SYNCTHING_VER}.tar.gz?dummy=/:group2 \ @@ -20,9 +19,9 @@ BUILD_DEPENDS= ${LOCALBASE}/bin/go:${PORTSDIR}/lang/go USE_GITHUB= yes GH_ACCOUNT= syncthing GH_PROJECT= syncthing-cli -GH_TAGNAME= 144a17a4794470cc61830eeadeb1ad094b90cbde +GH_TAGNAME= 51ec7bb30c3ccb92a3c4616ef00be3b3db739afe -SYNCTHING_VER= 0.10.30 +SYNCTHING_VER= 0.11.2 PLIST_FILES= bin/syncthing-cli @@ -37,11 +36,11 @@ post-patch: @${MV} ${WRKDIR}/AudriusButkevicius-cli-7f561c7 \ ${WRKSRC}/src/github.com/AudriusButkevicius/cli @${MV} ${WRKDIR}/syncthing-${SYNCTHING_VER}/Godeps/_workspace/src/golang.org/x/crypto \ - ${WRKSRC}/src/golang.org/x + ${WRKSRC}/src/golang.org/x @${MV} ${WRKDIR}/syncthing-${SYNCTHING_VER}/Godeps/_workspace/src/golang.org/x/text \ - ${WRKSRC}/src/golang.org/x + ${WRKSRC}/src/golang.org/x @${MV} ${WRKDIR}/syncthing-${SYNCTHING_VER}/Godeps/_workspace/src/github.com/bkaradzic/go-lz4 \ - ${WRKSRC}/src/github.com/bkaradzic + ${WRKSRC}/src/github.com/bkaradzic @${MV} ${WRKDIR}/syncthing-${SYNCTHING_VER}/Godeps/_workspace/src/github.com/calmh \ ${WRKSRC}/src/github.com/calmh @${MV} ${WRKDIR}/syncthing-${SYNCTHING_VER} \ diff --git a/net/syncthing-cli/distinfo b/net/syncthing-cli/distinfo index 38e99124b5d3..81885e9bdc10 100644 --- a/net/syncthing-cli/distinfo +++ b/net/syncthing-cli/distinfo @@ -1,6 +1,6 @@ -SHA256 (syncthing-syncthing-cli-0.1.0.2015032001-144a17a4794470cc61830eeadeb1ad094b90cbde_GH0.tar.gz) = 089fc9a9a7ceb909cf2722594b83398bba9459062c6028539c1d068a920eb65a -SIZE (syncthing-syncthing-cli-0.1.0.2015032001-144a17a4794470cc61830eeadeb1ad094b90cbde_GH0.tar.gz) = 9195 -SHA256 (syncthing-0.10.30.tar.gz) = 0358f8b5edacebb0eacfad424e2fbca32587b0747c7f7060c63e961038289880 -SIZE (syncthing-0.10.30.tar.gz) = 3029635 +SHA256 (syncthing-syncthing-cli-0.1.0.2015050601-51ec7bb30c3ccb92a3c4616ef00be3b3db739afe_GH0.tar.gz) = aeb4e6a5588391e0b0645f23684e2fb11ccaff3a5b20abf7dea3a4a45f7d69a3 +SIZE (syncthing-syncthing-cli-0.1.0.2015050601-51ec7bb30c3ccb92a3c4616ef00be3b3db739afe_GH0.tar.gz) = 9202 +SHA256 (syncthing-0.11.2.tar.gz) = 59784b57e54c2271f9d8d5544e03cbbb2413d41e72929f11e75ec46c0e4c4549 +SIZE (syncthing-0.11.2.tar.gz) = 3127112 SHA256 (AudriusButkevicius-cli-7f561c7) = ad64f151c314333f714ef600f65a4fb512ce7242bc2100074775581a56ad439a SIZE (AudriusButkevicius-cli-7f561c7) = 14736 diff --git a/net/syncthing-cli/pkg-message b/net/syncthing-cli/pkg-message new file mode 100644 index 000000000000..622079459a1a --- /dev/null +++ b/net/syncthing-cli/pkg-message @@ -0,0 +1,5 @@ +WARNING: This version is not backwards compatible with 0.10.x releases! + +For more information, please read: + +https://forum.syncthing.net/t/syncthing-v0-11-0-release-notes/2426 |