Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 4 Oct 2015 15:04:31 +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: r398578 - in head/net/syncthing-cli: . files
Message-ID:  <201510041504.t94F4VOb070762@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: swills
Date: Sun Oct  4 15:04:30 2015
New Revision: 398578
URL: https://svnweb.freebsd.org/changeset/ports/398578

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

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

Modified: head/net/syncthing-cli/Makefile
==============================================================================
--- head/net/syncthing-cli/Makefile	Sun Oct  4 15:02:44 2015	(r398577)
+++ head/net/syncthing-cli/Makefile	Sun Oct  4 15:04:30 2015	(r398578)
@@ -2,50 +2,24 @@
 # $FreeBSD$
 
 PORTNAME=	syncthing-cli
-PORTVERSION=	0.1.0.2015070301
-PORTREVISION=	2
+PORTVERSION=	0.1.0.2015092201
 CATEGORIES=	net
 
 MAINTAINER=	swills@FreeBSD.org
 COMMENT=	Syncthing CLI
 
-BUILD_DEPENDS=	go14>=1.4:${PORTSDIR}/lang/go14
+BUILD_DEPENDS=	go>=1.5:${PORTSDIR}/lang/go
 
 USE_GITHUB=	yes
-GH_ACCOUNT=	syncthing AudriusButkevicius:audrius
-GH_PROJECT=	syncthing:st cli:audrius
-GH_TAGNAME=	2707f77 v${SYNCTHING_VER}:st 7f561c7:audrius
-
-SYNCTHING_VER=	0.11.18
+GH_ACCOUNT=	syncthing
+GH_TAGNAME=	9594d39
 
 PLIST_FILES=	bin/syncthing-cli
 
 STRIP=		# stripping can break go binaries
 
-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} ${WRKSRC_audrius} \
-		${WRKSRC}/src/github.com/AudriusButkevicius/cli
-	@${MV} ${WRKSRC_st}/Godeps/_workspace/src/golang.org/x/crypto \
-		${WRKSRC}/src/golang.org/x
-	@${MV} ${WRKSRC_st}/Godeps/_workspace/src/golang.org/x/text \
-		${WRKSRC}/src/golang.org/x
-	@${MV} ${WRKSRC_st}/Godeps/_workspace/src/github.com/bkaradzic/go-lz4 \
-		${WRKSRC}/src/github.com/bkaradzic
-	@${MV} ${WRKSRC_st}/Godeps/_workspace/src/github.com/calmh \
-		${WRKSRC}/src/github.com/calmh
-	@${MV} ${WRKSRC_st} \
-		${WRKSRC}/src/github.com/syncthing/syncthing
-	@${MV} ${WRKSRC}/src/github.com/syncthing/syncthing/Godeps/_workspace/src/github.com/syncthing/protocol \
-		${WRKSRC}/src/github.com/syncthing/protocol
-
 do-build:
-	@cd ${WRKSRC} ; ${SETENV} PATH=${PATH}:${LOCALBASE}/go14/bin \
-		GOPATH=${WRKSRC} go build
+	@cd ${WRKSRC} ; ${SETENV} GOPATH=${WRKSRC}/Godeps/_workspace:${WRKSRC} go build
 	@${MV} ${WRKSRC}/syncthing-cli-${GH_TAGNAME} ${WRKSRC}/syncthing-cli
 
 do-install:

Modified: head/net/syncthing-cli/distinfo
==============================================================================
--- head/net/syncthing-cli/distinfo	Sun Oct  4 15:02:44 2015	(r398577)
+++ head/net/syncthing-cli/distinfo	Sun Oct  4 15:04:30 2015	(r398578)
@@ -1,6 +1,2 @@
-SHA256 (syncthing-syncthing-cli-0.1.0.2015070301-2707f77_GH0.tar.gz) = 53c2879f46d0be1f5e8d041968d629ca52b4d28c5e04261b29c960bc84f31e1c
-SIZE (syncthing-syncthing-cli-0.1.0.2015070301-2707f77_GH0.tar.gz) = 9347
-SHA256 (AudriusButkevicius-cli-7f561c7_GH0.tar.gz) = 8d6c282b2737c5ae17c3ba4ce81037762f46aa5a05d0095c0d481639d081110c
-SIZE (AudriusButkevicius-cli-7f561c7_GH0.tar.gz) = 14722
-SHA256 (syncthing-syncthing-v0.11.18_GH0.tar.gz) = fd93392687e545e2b779d10754e24cd49ecbfc03cabaceac381b5a3e69693be6
-SIZE (syncthing-syncthing-v0.11.18_GH0.tar.gz) = 3391683
+SHA256 (syncthing-syncthing-cli-0.1.0.2015092201-9594d39_GH0.tar.gz) = 795d25420ce0a6251c1c0bd520b2801d176b1d4ada562c8fa949e5dd7bcf3532
+SIZE (syncthing-syncthing-cli-0.1.0.2015092201-9594d39_GH0.tar.gz) = 468127



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