From owner-svn-ports-all@freebsd.org Sun Oct 4 15:04:32 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 3E818A100DF; Sun, 4 Oct 2015 15:04:32 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 2E3CB1796; Sun, 4 Oct 2015 15:04:32 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t94F4WrM070764; Sun, 4 Oct 2015 15:04:32 GMT (envelope-from swills@FreeBSD.org) Received: (from swills@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t94F4VOb070762; Sun, 4 Oct 2015 15:04:31 GMT (envelope-from swills@FreeBSD.org) Message-Id: <201510041504.t94F4VOb070762@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: swills set sender to swills@FreeBSD.org using -f From: Steve Wills Date: Sun, 4 Oct 2015 15:04:31 +0000 (UTC) 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 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 04 Oct 2015 15:04:32 -0000 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