From owner-svn-ports-head@freebsd.org Thu Oct 18 08:00:38 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 9ACAB10D30C0; Thu, 18 Oct 2018 08:00:38 +0000 (UTC) (envelope-from decke@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 518AC813BE; Thu, 18 Oct 2018 08:00:38 +0000 (UTC) (envelope-from decke@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 4C92B1D04A; Thu, 18 Oct 2018 08:00:38 +0000 (UTC) (envelope-from decke@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w9I80c7H013697; Thu, 18 Oct 2018 08:00:38 GMT (envelope-from decke@FreeBSD.org) Received: (from decke@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w9I80bC2013677; Thu, 18 Oct 2018 08:00:37 GMT (envelope-from decke@FreeBSD.org) Message-Id: <201810180800.w9I80bC2013677@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: decke set sender to decke@FreeBSD.org using -f From: Bernhard Froehlich Date: Thu, 18 Oct 2018 08:00:37 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r482334 - head/net/wireguard-go X-SVN-Group: ports-head X-SVN-Commit-Author: decke X-SVN-Commit-Paths: head/net/wireguard-go X-SVN-Commit-Revision: 482334 X-SVN-Commit-Repository: ports 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.27 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: Thu, 18 Oct 2018 08:00:38 -0000 Author: decke Date: Thu Oct 18 08:00:37 2018 New Revision: 482334 URL: https://svnweb.freebsd.org/changeset/ports/482334 Log: net/wireguard-go: Update to 0.0.20181018 - Remove dep dependency because upstream switched to Go 1.11 new modules support. Sadly we still have to enforce oldfashioned vendoring because otherwise "go build" would automatically download stuff from the internet before building. Theoretically it should be possible to get rid of the self generated vendor distfile but practically I did not get it working (yet). Modified: head/net/wireguard-go/Makefile head/net/wireguard-go/distinfo Modified: head/net/wireguard-go/Makefile ============================================================================== --- head/net/wireguard-go/Makefile Thu Oct 18 08:00:37 2018 (r482333) +++ head/net/wireguard-go/Makefile Thu Oct 18 08:00:37 2018 (r482334) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= wireguard-go -PORTVERSION= 0.0.20181001 +PORTVERSION= 0.0.20181018 CATEGORIES= net MASTER_SITES= https://git.zx2c4.com/wireguard-go/snapshot/ \ LOCAL/decke @@ -14,10 +14,11 @@ COMMENT= WireGuard implementation in Go LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING -BUILD_DEPENDS= go:lang/go \ - dep:devel/dep +BUILD_DEPENDS= go:lang/go USES= gmake tar:xz + +MAKE_ENV+= GOFLAGS=-mod=vendor PLIST_FILES= bin/${PORTNAME} Modified: head/net/wireguard-go/distinfo ============================================================================== --- head/net/wireguard-go/distinfo Thu Oct 18 08:00:37 2018 (r482333) +++ head/net/wireguard-go/distinfo Thu Oct 18 08:00:37 2018 (r482334) @@ -1,5 +1,5 @@ -TIMESTAMP = 1538476185 -SHA256 (wireguard-go-0.0.20181001.tar.xz) = 46242e6ddc5f8e2cffbb5cf9634399e1d0f7b9d9634d09c35b65ac8f4bbe222a -SIZE (wireguard-go-0.0.20181001.tar.xz) = 54388 -SHA256 (wireguard-go-0.0.20181001-vendor.tar.xz) = 622911c638df46ba174212bd9bbbbef9469ff850ce046b499938a1acd81bcdd4 -SIZE (wireguard-go-0.0.20181001-vendor.tar.xz) = 265880 +TIMESTAMP = 1539848196 +SHA256 (wireguard-go-0.0.20181018.tar.xz) = 6bedec38d12596d55cfba4b3f7dfa99d5c2555c2f0bf3b3c9a26feb7c6b073ff +SIZE (wireguard-go-0.0.20181018.tar.xz) = 54268 +SHA256 (wireguard-go-0.0.20181018-vendor.tar.xz) = 37f1edc594fe80b29acca426da3d3062d4c87a23c622e572cabeffe244a75b8e +SIZE (wireguard-go-0.0.20181018-vendor.tar.xz) = 285932