From owner-svn-ports-head@freebsd.org Sun Oct 4 15:07:49 2015 Return-Path: Delivered-To: svn-ports-head@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 47487A10289; Sun, 4 Oct 2015 15:07:49 +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 1D87B18D1; Sun, 4 Oct 2015 15:07:49 +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 t94F7msJ071022; Sun, 4 Oct 2015 15:07:48 GMT (envelope-from swills@FreeBSD.org) Received: (from swills@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t94F7mXU071020; Sun, 4 Oct 2015 15:07:48 GMT (envelope-from swills@FreeBSD.org) Message-Id: <201510041507.t94F7mXU071020@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:07:48 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r398579 - head/net/syncthing-discosrv X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 04 Oct 2015 15:07:49 -0000 Author: swills Date: Sun Oct 4 15:07:47 2015 New Revision: 398579 URL: https://svnweb.freebsd.org/changeset/ports/398579 Log: net/syncthing-discosrv: update to new snapshot Modified: head/net/syncthing-discosrv/Makefile head/net/syncthing-discosrv/distinfo Modified: head/net/syncthing-discosrv/Makefile ============================================================================== --- head/net/syncthing-discosrv/Makefile Sun Oct 4 15:04:30 2015 (r398578) +++ head/net/syncthing-discosrv/Makefile Sun Oct 4 15:07:47 2015 (r398579) @@ -2,21 +2,18 @@ # $FreeBSD$ PORTNAME= syncthing-discosrv -PORTVERSION= 0.0.0.2015062601 -PORTREVISION= 3 +PORTVERSION= 0.0.0.2015092201 CATEGORIES= net MAINTAINER= swills@FreeBSD.org COMMENT= Discovery server for syncthing -BUILD_DEPENDS= go14>=1.4:${PORTSDIR}/lang/go14 +BUILD_DEPENDS= go>=1.5:${PORTSDIR}/lang/go USE_GITHUB= yes -GH_ACCOUNT= syncthing golang:gc -GH_PROJECT= discosrv syncthing:st groupcache:gc -GH_TAGNAME= 4c705ff v${SYNCTHING_VER}:st 604ed57:gc - -SYNCTHING_VER= 0.11.18 +GH_ACCOUNT= syncthing +GH_PROJECT= discosrv +GH_TAGNAME= 2062f77 PLIST_FILES= bin/syncthing-discosrv @@ -26,16 +23,8 @@ GROUPS= syncthing STRIP= # stripping can break go binaries -post-patch: - @${MV} ${WRKSRC_st}/Godeps/_workspace/src/ ${WRKSRC} - @${MKDIR} ${WRKSRC}/src/github.com/golang - @${MV} ${WRKSRC_st} ${WRKSRC}/src/github.com/syncthing/syncthing - @${MV} ${WRKSRC_gc} \ - ${WRKSRC}/src/github.com/golang/groupcache - 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}/discosrv-${GH_TAGNAME} ${WRKSRC}/syncthing-discosrv do-install: Modified: head/net/syncthing-discosrv/distinfo ============================================================================== --- head/net/syncthing-discosrv/distinfo Sun Oct 4 15:04:30 2015 (r398578) +++ head/net/syncthing-discosrv/distinfo Sun Oct 4 15:07:47 2015 (r398579) @@ -1,6 +1,2 @@ -SHA256 (syncthing-discosrv-0.0.0.2015062601-4c705ff_GH0.tar.gz) = 231d5456e4fd328c31fb4f9b2a8cf75ffac9cdc453d9176f6b7a4f1176506e26 -SIZE (syncthing-discosrv-0.0.0.2015062601-4c705ff_GH0.tar.gz) = 5227 -SHA256 (golang-groupcache-604ed57_GH0.tar.gz) = 691b695141404ea5903a490a0abfdc5b89591eb654166a364b65a5785fc85b65 -SIZE (golang-groupcache-604ed57_GH0.tar.gz) = 24198 -SHA256 (syncthing-syncthing-v0.11.18_GH0.tar.gz) = fd93392687e545e2b779d10754e24cd49ecbfc03cabaceac381b5a3e69693be6 -SIZE (syncthing-syncthing-v0.11.18_GH0.tar.gz) = 3391683 +SHA256 (syncthing-discosrv-0.0.0.2015092201-2062f77_GH0.tar.gz) = ceed277b47d303898eda1c4fad520343252e7d058daf75405522468af091fc0e +SIZE (syncthing-discosrv-0.0.0.2015092201-2062f77_GH0.tar.gz) = 969977