svn commit: r373712 - head/net/syncthing-cli

Steve Wills swills at FreeBSD.org
Mon Dec 1 15:22:17 UTC 2014


Author: swills
Date: Mon Dec  1 15:22:16 2014
New Revision: 373712
URL: https://svnweb.freebsd.org/changeset/ports/373712
QAT: https://qat.redports.org/buildarchive/r373712/

Log:
  net/syncthing-cli: update to new snapshot

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

Modified: head/net/syncthing-cli/Makefile
==============================================================================
--- head/net/syncthing-cli/Makefile	Mon Dec  1 15:20:30 2014	(r373711)
+++ head/net/syncthing-cli/Makefile	Mon Dec  1 15:22:16 2014	(r373712)
@@ -2,8 +2,8 @@
 # $FreeBSD$
 
 PORTNAME=	syncthing-cli
-PORTVERSION=	0.1.0.2014110101
-PORTREVISION=	2
+PORTVERSION=	0.1.0.2014113001
+PORTREVISION=	0
 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 \
@@ -19,10 +19,10 @@ BUILD_DEPENDS=	${LOCALBASE}/bin/go:${POR
 
 GH_ACCOUNT=	syncthing
 GH_PROJECT=	syncthing-cli
-GH_COMMIT=	c87be74a305ef6b3f05debde4df84c27e9005035
+GH_COMMIT=	0adf379499930e632c4817fa57251f2e2890151b
 GH_TAGNAME=	${GH_COMMIT}
 
-SYNCTHING_VER=	0.10.8
+SYNCTHING_VER=	0.10.9
 
 WRKSRC=		${WRKDIR}/syncthing-cli-${GH_COMMIT}
 
@@ -32,13 +32,14 @@ post-patch:
 	@${MKDIR} ${WRKSRC}/src/github.com/syncthing
 	@${MKDIR} ${WRKSRC}/src/github.com/AudriusButkevicius
 	@${MKDIR} ${WRKSRC}/src/code.google.com/p
+	@${MKDIR} ${WRKSRC}/src/golang.org/x
 	@${MKDIR} ${WRKSRC}/src/github.com/bkaradzic
 	@${MV} ${WRKDIR}/AudriusButkevicius-cli-7f561c7 \
 		${WRKSRC}/src/github.com/AudriusButkevicius/cli
-	@${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/code.google.com/p/go.text \
-                ${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}/Godeps/_workspace/src/github.com/bkaradzic/go-lz4 \
                 ${WRKSRC}/src/github.com/bkaradzic
 	@${MV} ${WRKDIR}/syncthing-${SYNCTHING_VER}/Godeps/_workspace/src/github.com/calmh \

Modified: head/net/syncthing-cli/distinfo
==============================================================================
--- head/net/syncthing-cli/distinfo	Mon Dec  1 15:20:30 2014	(r373711)
+++ head/net/syncthing-cli/distinfo	Mon Dec  1 15:22:16 2014	(r373712)
@@ -1,6 +1,6 @@
-SHA256 (syncthing-cli-0.1.0.2014110101.tar.gz) = 9ed3e61a8d54518f0b46309ab57f1eb2973bbe86db237966a7cdcd02a6ffcb1e
-SIZE (syncthing-cli-0.1.0.2014110101.tar.gz) = 8788
-SHA256 (syncthing-0.10.8.tar.gz) = a5ffb70c841ef333d567586c32826b9d60a27cc70c05e8a43b898e369390521d
-SIZE (syncthing-0.10.8.tar.gz) = 3061835
+SHA256 (syncthing-cli-0.1.0.2014113001.tar.gz) = cf481c18f453bf08a0e32f7b1ffa512b66ea56fed0310b87e4923b6c0bbed050
+SIZE (syncthing-cli-0.1.0.2014113001.tar.gz) = 8796
+SHA256 (syncthing-0.10.9.tar.gz) = d69303f94ffa638141c363d6490ea9fc911e08e670a90df274235d16849f80ab
+SIZE (syncthing-0.10.9.tar.gz) = 3088980
 SHA256 (AudriusButkevicius-cli-7f561c7) = ad64f151c314333f714ef600f65a4fb512ce7242bc2100074775581a56ad439a
 SIZE (AudriusButkevicius-cli-7f561c7) = 14736


More information about the svn-ports-head mailing list