Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 25 Nov 2014 13:39:22 +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: r373409 - head/net/syncthing-discosrv
Message-ID:  <201411251339.sAPDdMOc067378@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: swills
Date: Tue Nov 25 13:39:22 2014
New Revision: 373409
URL: https://svnweb.freebsd.org/changeset/ports/373409
QAT: https://qat.redports.org/buildarchive/r373409/

Log:
  net/syncthing-discosrv: use newer version of syncthing during build

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

Modified: head/net/syncthing-discosrv/Makefile
==============================================================================
--- head/net/syncthing-discosrv/Makefile	Tue Nov 25 13:37:26 2014	(r373408)
+++ head/net/syncthing-discosrv/Makefile	Tue Nov 25 13:39:22 2014	(r373409)
@@ -3,7 +3,7 @@
 
 PORTNAME=	syncthing-discosrv
 PORTVERSION=	0.0.0.2014110101
-PORTREVISION=	1
+PORTREVISION=	2
 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.5
+SYNCTHING_VER=	0.10.8
 GROUPCACHE_COMMIT=	d2a1805
 
 WRKSRC=		${WRKDIR}/discosrv-${GH_COMMIT}
@@ -50,7 +50,9 @@ post-patch:
 		${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/code.google.com/p/snappy-go \
+	@${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} \
 		${WRKSRC}/src/github.com/syncthing/syncthing

Modified: head/net/syncthing-discosrv/distinfo
==============================================================================
--- head/net/syncthing-discosrv/distinfo	Tue Nov 25 13:37:26 2014	(r373408)
+++ head/net/syncthing-discosrv/distinfo	Tue Nov 25 13:39:22 2014	(r373409)
@@ -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.5.tar.gz) = adaef4e63916f86f081f68615b740f39a9af08de6d4c5630876665cf229da241
-SIZE (syncthing-0.10.5.tar.gz) = 3013393
+SHA256 (syncthing-0.10.8.tar.gz) = a5ffb70c841ef333d567586c32826b9d60a27cc70c05e8a43b898e369390521d
+SIZE (syncthing-0.10.8.tar.gz) = 3061835
 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?201411251339.sAPDdMOc067378>