From owner-svn-ports-head@freebsd.org Mon Aug 26 18:58:59 2019 Return-Path: Delivered-To: svn-ports-head@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id E8BB6E2CA5; Mon, 26 Aug 2019 18:58:59 +0000 (UTC) (envelope-from jrm@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 46HLrg5nzrz3JmQ; Mon, 26 Aug 2019 18:58:59 +0000 (UTC) (envelope-from jrm@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 A838AA898; Mon, 26 Aug 2019 18:58:59 +0000 (UTC) (envelope-from jrm@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id x7QIwxY9074393; Mon, 26 Aug 2019 18:58:59 GMT (envelope-from jrm@FreeBSD.org) Received: (from jrm@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x7QIwxXI074391; Mon, 26 Aug 2019 18:58:59 GMT (envelope-from jrm@FreeBSD.org) Message-Id: <201908261858.x7QIwxXI074391@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jrm set sender to jrm@FreeBSD.org using -f From: Joseph Mingrone Date: Mon, 26 Aug 2019 18:58:59 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r509966 - head/sysutils/doctl X-SVN-Group: ports-head X-SVN-Commit-Author: jrm X-SVN-Commit-Paths: head/sysutils/doctl X-SVN-Commit-Revision: 509966 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.29 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: Mon, 26 Aug 2019 18:59:00 -0000 Author: jrm Date: Mon Aug 26 18:58:59 2019 New Revision: 509966 URL: https://svnweb.freebsd.org/changeset/ports/509966 Log: sysutils/doctl: Update to v1.28.0 and use Go Modules [1] [1] - Upstream switched from dependencies to modules in 034d856 (2019-06-20) - No need to set GO_PKGNAME as it is redundant with modules - Switching to modules fixes the build with upcoming go1.13 PR: 240073 Submitted by: dg@syrec.org [1] Sponsored by: DigitalOcean [2] [2] DigitalOcean provided VM credit to test doctl Modified: head/sysutils/doctl/Makefile (contents, props changed) head/sysutils/doctl/distinfo (contents, props changed) Modified: head/sysutils/doctl/Makefile ============================================================================== --- head/sysutils/doctl/Makefile Mon Aug 26 18:29:06 2019 (r509965) +++ head/sysutils/doctl/Makefile Mon Aug 26 18:58:59 2019 (r509966) @@ -2,7 +2,7 @@ PORTNAME= doctl DISTVERSIONPREFIX= v -DISTVERSION= 1.27.0 +DISTVERSION= 1.28.0 CATEGORIES= sysutils MAINTAINER= jrm@FreeBSD.org @@ -11,12 +11,11 @@ COMMENT= Command line tool for DigitalOcean services LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE.txt -USES= go +USES= go:modules USE_GITHUB= yes GH_ACCOUNT= digitalocean -GO_PKGNAME= github.com/${GH_ACCOUNT}/${PORTNAME} -GO_TARGET= ${GO_PKGNAME}/cmd/${PORTNAME} +GO_TARGET= ./cmd/${PORTNAME} PLIST_FILES= bin/doctl Modified: head/sysutils/doctl/distinfo ============================================================================== --- head/sysutils/doctl/distinfo Mon Aug 26 18:29:06 2019 (r509965) +++ head/sysutils/doctl/distinfo Mon Aug 26 18:58:59 2019 (r509966) @@ -1,3 +1,3 @@ -TIMESTAMP = 1565356126 -SHA256 (digitalocean-doctl-v1.27.0_GH0.tar.gz) = a91e7d78da62bc965a9440cb087e5583d945ce10a3e59211992a304a16f26cad -SIZE (digitalocean-doctl-v1.27.0_GH0.tar.gz) = 3149741 +TIMESTAMP = 1566826763 +SHA256 (digitalocean-doctl-v1.28.0_GH0.tar.gz) = eafb41457c4fb279762b1a81606130bd8f02f0390df77b032d11108666daff49 +SIZE (digitalocean-doctl-v1.28.0_GH0.tar.gz) = 3173494