svn commit: r386092 - head/net/syncthing-cli
Steve Wills
swills at FreeBSD.org
Mon May 11 17:30:29 UTC 2015
Author: swills
Date: Mon May 11 17:30:27 2015
New Revision: 386092
URL: https://svnweb.freebsd.org/changeset/ports/386092
Log:
net/syncthing-cli: update to 0.11.2
Added:
head/net/syncthing-cli/pkg-message (contents, props changed)
Modified:
head/net/syncthing-cli/Makefile
head/net/syncthing-cli/distinfo
Modified: head/net/syncthing-cli/Makefile
==============================================================================
--- head/net/syncthing-cli/Makefile Mon May 11 17:30:01 2015 (r386091)
+++ head/net/syncthing-cli/Makefile Mon May 11 17:30:27 2015 (r386092)
@@ -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:${POR
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} \
Modified: head/net/syncthing-cli/distinfo
==============================================================================
--- head/net/syncthing-cli/distinfo Mon May 11 17:30:01 2015 (r386091)
+++ head/net/syncthing-cli/distinfo Mon May 11 17:30:27 2015 (r386092)
@@ -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
Added: head/net/syncthing-cli/pkg-message
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/net/syncthing-cli/pkg-message Mon May 11 17:30:27 2015 (r386092)
@@ -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
More information about the svn-ports-all
mailing list