Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 1 Dec 2014 04:02:39 +0000 (UTC)
From:      Steve Wills <swills@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r373701 - head/net/syncthing-discosrv
Message-ID:  <201412010402.sB142dSP080574@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: swills
Date: Mon Dec  1 04:02:39 2014
New Revision: 373701
URL: https://svnweb.freebsd.org/changeset/ports/373701
QAT: https://qat.redports.org/buildarchive/r373701/

Log:
  net/syncthing-discosrv: update for new syncthing version

Modified:
  head/net/syncthing-discosrv/Makefile
  head/net/syncthing-discosrv/distinfo

Modified: head/net/syncthing-discosrv/Makefile
==============================================================================
--- head/net/syncthing-discosrv/Makefile	Mon Dec  1 03:42:08 2014	(r373700)
+++ head/net/syncthing-discosrv/Makefile	Mon Dec  1 04:02:39 2014	(r373701)
@@ -3,7 +3,7 @@
 
 PORTNAME=	syncthing-discosrv
 PORTVERSION=	0.0.0.2014110101
-PORTREVISION=	2
+PORTREVISION=	3
 CATEGORIES=	net
 MASTER_SITES=	https://github.com/${GH_ACCOUNT}/${GH_PROJECT}/archive/${GH_TAGNAME}.tar.gz?dummy=/:group1 \
 		https://github.com/syncthing/syncthing/archive/v${SYNCTHING_VER}.tar.gz?dummy=/:group2 \
@@ -22,7 +22,7 @@ GH_PROJECT=	discosrv
 GH_COMMIT=	fcba610d30efa662d4435b3127300171aae7b0e9
 GH_TAGNAME=	${GH_COMMIT}
 
-SYNCTHING_VER=	0.10.8
+SYNCTHING_VER=	0.10.9
 GROUPCACHE_COMMIT=	d2a1805
 
 WRKSRC=		${WRKDIR}/discosrv-${GH_COMMIT}
@@ -40,6 +40,7 @@ post-patch:
 	@${MKDIR} ${WRKSRC}/src/github.com/juju
 	@${MKDIR} ${WRKSRC}/src/github.com/syncthing
 	@${MKDIR} ${WRKSRC}/src/github.com/syndtr
+	@${MKDIR} ${WRKSRC}/src/golang.org/x
 	@${MV} ${WRKDIR}/syncthing-${SYNCTHING_VER}/Godeps/_workspace/src/github.com/calmh \
 		${WRKSRC}/src/github.com
 	@${MV} ${WRKDIR}/syncthing-${SYNCTHING_VER}/Godeps/_workspace/src/github.com/bkaradzic/go-lz4 \
@@ -48,12 +49,12 @@ post-patch:
 		${WRKSRC}/src/github.com/juju
 	@${MV} ${WRKDIR}/syncthing-${SYNCTHING_VER}/Godeps/_workspace/src/github.com/syndtr/goleveldb \
 		${WRKSRC}/src/github.com/syndtr
-	@${MV} ${WRKDIR}/syncthing-${SYNCTHING_VER}/Godeps/_workspace/src/code.google.com/p/go.text \
-		${WRKSRC}/src/code.google.com/p
 	@${MV} ${WRKDIR}/syncthing-${SYNCTHING_VER}/Godeps/_workspace/src/github.com/syndtr/gosnappy \
 		${WRKSRC}/src/github.com/syndtr
-	@${MV} ${WRKDIR}/syncthing-${SYNCTHING_VER}/Godeps/_workspace/src/code.google.com/p/go.crypto \
-		${WRKSRC}/src/code.google.com/p
+	@${MV} ${WRKDIR}/syncthing-${SYNCTHING_VER}/Godeps/_workspace/src/golang.org/x/crypto \
+		${WRKSRC}/src/golang.org/x
+	@${MV} ${WRKDIR}/syncthing-${SYNCTHING_VER}/Godeps/_workspace/src/golang.org/x/text \
+		${WRKSRC}/src/golang.org/x
 	@${MV} ${WRKDIR}/syncthing-${SYNCTHING_VER} \
 		${WRKSRC}/src/github.com/syncthing/syncthing
 	@${MV} ${WRKDIR}/golang-groupcache-${GROUPCACHE_COMMIT} \

Modified: head/net/syncthing-discosrv/distinfo
==============================================================================
--- head/net/syncthing-discosrv/distinfo	Mon Dec  1 03:42:08 2014	(r373700)
+++ head/net/syncthing-discosrv/distinfo	Mon Dec  1 04:02:39 2014	(r373701)
@@ -1,6 +1,6 @@
 SHA256 (syncthing-discosrv-0.0.0.2014110101.tar.gz) = 226f68ae1196cd4c51f169b4653b97a49f386868da10e4e0d57532d88619d6c5
 SIZE (syncthing-discosrv-0.0.0.2014110101.tar.gz) = 16471
-SHA256 (syncthing-0.10.8.tar.gz) = a5ffb70c841ef333d567586c32826b9d60a27cc70c05e8a43b898e369390521d
-SIZE (syncthing-0.10.8.tar.gz) = 3061835
+SHA256 (syncthing-0.10.9.tar.gz) = d69303f94ffa638141c363d6490ea9fc911e08e670a90df274235d16849f80ab
+SIZE (syncthing-0.10.9.tar.gz) = 3088980
 SHA256 (golang-groupcache-d2a1805.tar.gz) = be22ff0c07a589fdb4665637787a2693e685e824a4ccb2bcfe8d9811d0c822a3
 SIZE (golang-groupcache-d2a1805.tar.gz) = 24094



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201412010402.sB142dSP080574>