From owner-svn-ports-head@freebsd.org Sat Feb 27 03:29:41 2021 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 0BD32559F32; Sat, 27 Feb 2021 03:29:41 +0000 (UTC) (envelope-from swills@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) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4DnX8470sZz3qQX; Sat, 27 Feb 2021 03:29:40 +0000 (UTC) (envelope-from swills@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 D8B0A166EC; Sat, 27 Feb 2021 03:29:40 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 11R3TeUH088270; Sat, 27 Feb 2021 03:29:40 GMT (envelope-from swills@FreeBSD.org) Received: (from swills@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 11R3TeCG088268; Sat, 27 Feb 2021 03:29:40 GMT (envelope-from swills@FreeBSD.org) Message-Id: <202102270329.11R3TeCG088268@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: swills set sender to swills@FreeBSD.org using -f From: Steve Wills Date: Sat, 27 Feb 2021 03:29:40 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r566656 - head/devel/please X-SVN-Group: ports-head X-SVN-Commit-Author: swills X-SVN-Commit-Paths: head/devel/please X-SVN-Commit-Revision: 566656 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.34 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: Sat, 27 Feb 2021 03:29:41 -0000 Author: swills Date: Sat Feb 27 03:29:40 2021 New Revision: 566656 URL: https://svnweb.freebsd.org/changeset/ports/566656 Log: devel/please: update to 15.17.0 Modified: head/devel/please/Makefile (contents, props changed) head/devel/please/distinfo (contents, props changed) Modified: head/devel/please/Makefile ============================================================================== --- head/devel/please/Makefile Sat Feb 27 02:44:23 2021 (r566655) +++ head/devel/please/Makefile Sat Feb 27 03:29:40 2021 (r566656) @@ -2,7 +2,7 @@ PORTNAME= please DISTVERSIONPREFIX= v -DISTVERSION= 15.15.0 +DISTVERSION= 15.17.0 CATEGORIES= devel PKGNAMESUFFIX= .build @@ -111,7 +111,7 @@ do-build: cd ${WRKSRC} ; ${SETENV} GOPROXY="off" GOCACHE=${WRKSRC}/.go-cache GOFLAGS="-mod=vendor" go build -o build_langserver tools/build_langserver/langserver_main.go cd ${WRKSRC} ; ${SETENV} GOPROXY="off" GOCACHE=${WRKSRC}/.go-cache GOFLAGS="-mod=vendor" go build -o jarcat tools/jarcat/main.go cd ${WRKSRC} ; ${SETENV} GOPROXY="off" GOCACHE=${WRKSRC}/.go-cache GOFLAGS="-mod=vendor" go build -o please_go_filter tools/please_go_filter/please_go_filter.go - cd ${WRKSRC} ; ${SETENV} GOPROXY="off" GOCACHE=${WRKSRC}/.go-cache GOFLAGS="-mod=vendor" go build -o please_go_install tools/please_go_install/main.go + cd ${WRKSRC} ; ${SETENV} GOPROXY="off" GOCACHE=${WRKSRC}/.go-cache GOFLAGS="-mod=vendor" go build -o please_go_install tools/please_go_install/please_go_install.go cd ${WRKSRC} ; ${SETENV} GOPROXY="off" GOCACHE=${WRKSRC}/.go-cache GOFLAGS="-mod=vendor" go build -o please_go_test tools/please_go_test/plz_go_test_main.go cd ${WRKSRC} ; ${SETENV} GOPROXY="off" GOCACHE=${WRKSRC}/.go-cache GOFLAGS="-mod=vendor" go build -o please_pex tools/please_pex/pex_main.go cd ${WRKSRC} ; ${SETENV} GOPROXY="off" GOCACHE=${WRKSRC}/.go-cache GOFLAGS="-mod=vendor" go build -o release_signer tools/release_signer/main.go Modified: head/devel/please/distinfo ============================================================================== --- head/devel/please/distinfo Sat Feb 27 02:44:23 2021 (r566655) +++ head/devel/please/distinfo Sat Feb 27 03:29:40 2021 (r566656) @@ -1,6 +1,6 @@ -TIMESTAMP = 1613241225 -SHA256 (thought-machine-please-v15.15.0_GH0.tar.gz) = 5012055f1e78c1042027876605359af4c825174799b3e74d43a8e117db5fdd37 -SIZE (thought-machine-please-v15.15.0_GH0.tar.gz) = 2183880 +TIMESTAMP = 1614391428 +SHA256 (thought-machine-please-v15.17.0_GH0.tar.gz) = a757ff45de3ca0ca0fd12c610e7cefc12f6a57f684bdddbf4abdfac01c357360 +SIZE (thought-machine-please-v15.17.0_GH0.tar.gz) = 2197242 SHA256 (StackExchange-wmi-cbe66965904d_GH0.tar.gz) = 14dbc4af6952acdb1b941d002cd36fd2299aa6b3144cbcbddbb032c47f816da5 SIZE (StackExchange-wmi-cbe66965904d_GH0.tar.gz) = 11279 SHA256 (Workiva-go-datastructures-v1.0.50_GH0.tar.gz) = 70a4c8097e0ef4c9b4a2e6616e3018604db8806e6338258d5b6291a2bb363437