From owner-svn-ports-all@freebsd.org Sun Sep 29 22:29:45 2019 Return-Path: Delivered-To: svn-ports-all@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 223BB12C816; Sun, 29 Sep 2019 22:29:45 +0000 (UTC) (envelope-from dmgk@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 46hKw90cw6z43KK; Sun, 29 Sep 2019 22:29:45 +0000 (UTC) (envelope-from dmgk@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 E831020F03; Sun, 29 Sep 2019 22:29:44 +0000 (UTC) (envelope-from dmgk@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id x8TMTifE084273; Sun, 29 Sep 2019 22:29:44 GMT (envelope-from dmgk@FreeBSD.org) Received: (from dmgk@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x8TMTeTe084244; Sun, 29 Sep 2019 22:29:40 GMT (envelope-from dmgk@FreeBSD.org) Message-Id: <201909292229.x8TMTeTe084244@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: dmgk set sender to dmgk@FreeBSD.org using -f From: Dmitri Goutnik Date: Sun, 29 Sep 2019 22:29:40 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r513274 - in head: audio/pms-devel benchmarks/vegeta databases/go-carbon databases/influxdb databases/mongodb40-tools deskutils/chart deskutils/noti deskutils/pet devel/arduino-builder ... X-SVN-Group: ports-head X-SVN-Commit-Author: dmgk X-SVN-Commit-Paths: in head: audio/pms-devel benchmarks/vegeta databases/go-carbon databases/influxdb databases/mongodb40-tools deskutils/chart deskutils/noti deskutils/pet devel/arduino-builder devel/arduinoOTA devel/ba... X-SVN-Commit-Revision: 513274 X-SVN-Commit-Repository: ports 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.29 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, 29 Sep 2019 22:29:45 -0000 Author: dmgk Date: Sun Sep 29 22:29:39 2019 New Revision: 513274 URL: https://svnweb.freebsd.org/changeset/ports/513274 Log: Go ports: cleanup, finish transition to USES=go started with r505321 (cat. audio-mail) - Remove custom build/install targets left in place after r505321 - Switch to the new GO_TARGET tuple syntax introduced in r512001 - Switch to go:modules when upstream already uses them Reviewed by: tobik Approved by: araujo (mentor), portmgr (adamw) Differential Revision: https://reviews.freebsd.org/D21741 Added: head/devel/etcd33/files/patch-cmd_vendor_github.com_coreos_go-systemd_util_util__cgo.go - copied, changed from r513273, head/devel/etcd33/files/patch-.._src_github.com_coreos_go-systemd_util_util__cgo.go Deleted: head/devel/etcd33/files/patch-.._src_github.com_coreos_go-systemd_util_util__cgo.go Modified: head/audio/pms-devel/Makefile head/audio/pms-devel/distinfo head/benchmarks/vegeta/Makefile head/databases/go-carbon/Makefile head/databases/influxdb/Makefile head/databases/mongodb40-tools/Makefile head/deskutils/chart/Makefile head/deskutils/noti/Makefile head/deskutils/pet/Makefile head/devel/arduino-builder/Makefile head/devel/arduinoOTA/Makefile head/devel/bazel-buildtools/Makefile head/devel/etcd/Makefile head/devel/etcd31/Makefile head/devel/etcd32/Makefile head/devel/etcd33/Makefile head/devel/git-codereview/Makefile head/devel/git-lfs/Makefile head/devel/git-town/Makefile head/devel/gitlab-runner/Makefile head/devel/gitlab-shell/Makefile head/devel/go-bindata/Makefile head/devel/go-git/Makefile head/devel/go-protobuf/Makefile head/devel/go-tools/Makefile head/devel/goprotobuf/Makefile head/devel/jfrog-cli/Makefile head/devel/jiri/Makefile head/devel/lazygit/Makefile head/devel/loccount/Makefile head/devel/mage/Makefile head/devel/pprof/Makefile head/dns/cli53/Makefile head/dns/dnscrypt-proxy2/Makefile head/editors/micro/Makefile head/finance/fixc/Makefile head/mail/mailhog/Makefile Modified: head/audio/pms-devel/Makefile ============================================================================== --- head/audio/pms-devel/Makefile Sun Sep 29 22:16:54 2019 (r513273) +++ head/audio/pms-devel/Makefile Sun Sep 29 22:29:39 2019 (r513274) @@ -3,6 +3,7 @@ PORTNAME= pms-devel PORTVERSION= 0.0.20181123 +PORTREVISION= 1 CATEGORIES= audio MAINTAINER= riggs@FreeBSD.org @@ -11,59 +12,53 @@ COMMENT= Rewrite of pms, an ncurses-based client for t LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE -USES= go +USES= go:modules USE_GITHUB= yes GH_ACCOUNT= ambientsound GH_PROJECT= pms GH_TAGNAME= 000c5c0 -GH_TUPLE=\ - ambientsound:gompd:b065d40:gompd/src/github.com/ambientsound/gompd \ - blevesearch:bleve:1a319cd:bleve/src/github.com/blevesearch/bleve \ - blevesearch:go-porterstemmer:23a2c8e:porterstemmer/src/github.com/blevesearch/go-porterstemmer \ - blevesearch:segment:762005e:segment/src/github.com/blevesearch/segment \ - boltdb:bolt:2f1ce7a:boltdb/src/github.com/boltdb/bolt \ - couchbase:vellum:35d9e73:vellum/src/github.com/couchbase/vellum \ - edsrzf:mmap-go:0bce6a6:mmap/src/github.com/edsrzf/mmap-go \ - gdamore:encoding:b23993c:encoding/src/github.com/gdamore/encoding \ - gdamore:tcell:de7e78e:tcell/src/github.com/gdamore/tcell \ - glycerine:go-unsnap-stream:9f0cb55:unsnapstream/src/github.com/glycerine/go-unsnap-stream \ - golang:protobuf:aa810b6:protobuf/src/github.com/golang/protobuf \ - golang:snappy:2e65f85:snappy/src/github.com/golang/snappy \ - jessevdk:go-flags:c6ca198:flags/src/github.com/jessevdk/go-flags \ - lucasb-eyer:go-colorful:c784231:colorful/src/github.com/lucasb-eyer/go-colorful \ - mattn:go-runewidth:ce7b0b5:runewidth/src/github.com/mattn/go-runewidth \ - philhofer:fwd:bb6d471:fwd/src/github.com/philhofer/fwd \ - RoaringBitmap:roaring:3d677d3:roaring/src/github.com/RoaringBitmap/roaring \ - Smerity:govarint:7265e41:govarint/src/github.com/Smerity/govarint \ - steveyen:gtreap:0abe01e:gtreap/src/github.com/steveyen/gtreap \ - stretchr:testify:f35b8ab:testify/src/github.com/stretchr/testify \ - tinylib:msgp:b2b6a67:msgp/src/github.com/tinylib/msgp \ - golang:net:161cd47:net/src/golang.org/x/net \ - golang:text:f21a4df:text/src/golang.org/x/text +GH_TUPLE= \ + RoaringBitmap:roaring:v0.4.16:roaringbitmap_roaring/vendor/github.com/RoaringBitmap/roaring \ + Smerity:govarint:7265e41f48f1:smerity_govarint/vendor/github.com/Smerity/govarint \ + ambientsound:gompd:b065d40b8238:ambientsound_gompd/vendor/github.com/ambientsound/gompd \ + blevesearch:bleve:v0.7.0:blevesearch_bleve/vendor/github.com/blevesearch/bleve \ + blevesearch:go-porterstemmer:v1.0.1:blevesearch_go_porterstemmer/vendor/github.com/blevesearch/go-porterstemmer \ + blevesearch:segment:762005e7a34f:blevesearch_segment/vendor/github.com/blevesearch/segment \ + boltdb:bolt:v1.3.1:boltdb_bolt/vendor/github.com/boltdb/bolt \ + couchbase:vellum:35d9e7346a69:couchbase_vellum/vendor/github.com/couchbase/vellum \ + davecgh:go-spew:v1.1.1:davecgh_go_spew/vendor/github.com/davecgh/go-spew \ + edsrzf:mmap-go:0bce6a688712:edsrzf_mmap_go/vendor/github.com/edsrzf/mmap-go \ + gdamore:encoding:b23993cbb635:gdamore_encoding/vendor/github.com/gdamore/encoding \ + gdamore:tcell:v1.1.0:gdamore_tcell/vendor/github.com/gdamore/tcell \ + glycerine:go-unsnap-stream:9f0cb55181dd:glycerine_go_unsnap_stream/vendor/github.com/glycerine/go-unsnap-stream \ + golang:net:161cd47e91fd:golang_net/vendor/golang.org/x/net \ + golang:protobuf:v1.2.0:golang_protobuf/vendor/github.com/golang/protobuf \ + golang:snappy:2e65f85255db:golang_snappy/vendor/github.com/golang/snappy \ + golang:sys:bbd175535a8b:golang_sys/vendor/golang.org/x/sys \ + golang:text:v0.3.0:golang_text/vendor/golang.org/x/text \ + jessevdk:go-flags:v1.4.0:jessevdk_go_flags/vendor/github.com/jessevdk/go-flags \ + lucasb-eyer:go-colorful:c7842319cf3a:lucasb_eyer_go_colorful/vendor/github.com/lucasb-eyer/go-colorful \ + mattn:go-runewidth:v0.0.3:mattn_go_runewidth/vendor/github.com/mattn/go-runewidth \ + mschoch:smat:90eadee771ae:mschoch_smat/vendor/github.com/mschoch/smat \ + philhofer:fwd:v1.0.0:philhofer_fwd/vendor/github.com/philhofer/fwd \ + pmezard:go-difflib:v1.0.0:pmezard_go_difflib/vendor/github.com/pmezard/go-difflib \ + steveyen:gtreap:0abe01ef9be2:steveyen_gtreap/vendor/github.com/steveyen/gtreap \ + stretchr:testify:v1.2.2:stretchr_testify/vendor/github.com/stretchr/testify \ + tinylib:msgp:v1.0.2:tinylib_msgp/vendor/github.com/tinylib/msgp \ + willf:bitset:v1.1.9:willf_bitset/vendor/github.com/willf/bitset -PLIST_FILES= bin/${GO_PKGNAME} +GO_BUILDFLAGS= -ldflags "-X main.buildVersion=${DISTVERSION}" +GO_TARGET= :pms-devel + +PLIST_FILES= bin/${PORTNAME} PORTDOCS= * OPTIONS_DEFINE= DOCS -post-extract: - ${LN} -sf ${WRKSRC} ${WRKSRC}/src/github.com/${GH_ACCOUNT}/${GH_PROJECT} - ${RM} ${WRKSRC}/go.mod - -do-build: - @cd ${WRKSRC}; \ - ${SETENV} ${MAKE_ENV} ${BUILD_ENV} GOPATH=${WRKSRC} go build -ldflags "-X main.buildVersion=${DISTVERSION}" - -do-install: - ${INSTALL_PROGRAM} ${WRKSRC}/pms-${GH_TAGNAME} ${STAGEDIR}${PREFIX}/bin/${GO_PKGNAME} - post-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_MAN} ${WRKSRC}/doc/* ${STAGEDIR}${DOCSDIR} - -post-install: - ${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/${GO_PKGNAME} .include Modified: head/audio/pms-devel/distinfo ============================================================================== --- head/audio/pms-devel/distinfo Sun Sep 29 22:16:54 2019 (r513273) +++ head/audio/pms-devel/distinfo Sun Sep 29 22:29:39 2019 (r513274) @@ -1,49 +1,59 @@ -TIMESTAMP = 1543081675 +TIMESTAMP = 1568205375 SHA256 (ambientsound-pms-0.0.20181123-000c5c0_GH0.tar.gz) = c05041fe19b4d7f64578ce2f6893d1673f5dc00c273c4fac811a4d8e2d35d209 SIZE (ambientsound-pms-0.0.20181123-000c5c0_GH0.tar.gz) = 78943 -SHA256 (ambientsound-gompd-b065d40_GH0.tar.gz) = c776b8997e19b06f414fa8aaaa0088f08669593f6ff43815a9ad8a8988be01fe -SIZE (ambientsound-gompd-b065d40_GH0.tar.gz) = 16634 -SHA256 (blevesearch-bleve-1a319cd_GH0.tar.gz) = c3b7dff30f86b4f944c451e2af8adb942f040f76d101abad0d2e05e52a3cd411 -SIZE (blevesearch-bleve-1a319cd_GH0.tar.gz) = 596436 -SHA256 (blevesearch-go-porterstemmer-23a2c8e_GH0.tar.gz) = 7ad8a35605d31b09c0fd6a2dc283a36cd556dd4e5c2406fa37655c4efdcd5980 -SIZE (blevesearch-go-porterstemmer-23a2c8e_GH0.tar.gz) = 9157 -SHA256 (blevesearch-segment-762005e_GH0.tar.gz) = b0b237347ee6564b901e02ee89b50ab58197b9ce659da7cb9d4f4afc0d9393f4 -SIZE (blevesearch-segment-762005e_GH0.tar.gz) = 478318 -SHA256 (boltdb-bolt-2f1ce7a_GH0.tar.gz) = f3f23f35adefcabc6c11a507a6177b32425751a0a835c6aaceebd13719e2f91e -SIZE (boltdb-bolt-2f1ce7a_GH0.tar.gz) = 83440 -SHA256 (couchbase-vellum-35d9e73_GH0.tar.gz) = 4dd154db46c69b237f94d4b731ab75955f5f6f4752ddf5a7b8e5c27c49d6f1ec -SIZE (couchbase-vellum-35d9e73_GH0.tar.gz) = 296118 -SHA256 (edsrzf-mmap-go-0bce6a6_GH0.tar.gz) = 120d7144798610a8edc8623878cc620013cfc9d07d9a6c915cfc4dba2d325e39 -SIZE (edsrzf-mmap-go-0bce6a6_GH0.tar.gz) = 5492 -SHA256 (gdamore-encoding-b23993c_GH0.tar.gz) = 7fe1ed858143ba259114120a8a736645ee644b22bece7c09240df6113922f01a -SIZE (gdamore-encoding-b23993c_GH0.tar.gz) = 10629 -SHA256 (gdamore-tcell-de7e78e_GH0.tar.gz) = 2cefcbb643fb020082d778c5dc1f66d73f9b393e71d4ccfddc593f3df3a450f7 -SIZE (gdamore-tcell-de7e78e_GH0.tar.gz) = 718969 -SHA256 (glycerine-go-unsnap-stream-9f0cb55_GH0.tar.gz) = 8fbd960f0d5cd310a3617f6b8ffda2d655ab8ff278a6dd9272ded571b97e52c3 -SIZE (glycerine-go-unsnap-stream-9f0cb55_GH0.tar.gz) = 19020 -SHA256 (golang-protobuf-aa810b6_GH0.tar.gz) = e9ce29039e0d470509db8695ebcd5f98b670c52ac1e75932eca0365f4799118a -SIZE (golang-protobuf-aa810b6_GH0.tar.gz) = 332593 -SHA256 (golang-snappy-2e65f85_GH0.tar.gz) = dbbc74e9fbea19d803a6984314286acfb3ba554a693f5bce0c8073e18a180d99 -SIZE (golang-snappy-2e65f85_GH0.tar.gz) = 62575 -SHA256 (jessevdk-go-flags-c6ca198_GH0.tar.gz) = 7985a6a45b8dd2de04a7e295f562a5589801076c265baea39c7ea51410db4489 -SIZE (jessevdk-go-flags-c6ca198_GH0.tar.gz) = 55457 -SHA256 (lucasb-eyer-go-colorful-c784231_GH0.tar.gz) = 88bcc48c95f8d985bf056b20f7840e4dceaea38e4799e781e5aa1af197cc5265 -SIZE (lucasb-eyer-go-colorful-c784231_GH0.tar.gz) = 428455 -SHA256 (mattn-go-runewidth-ce7b0b5_GH0.tar.gz) = e3c7ab1a10c7b35accd18e08e12be4206ee805e44812969a4351199ea5a41b62 -SIZE (mattn-go-runewidth-ce7b0b5_GH0.tar.gz) = 22963 -SHA256 (philhofer-fwd-bb6d471_GH0.tar.gz) = 5203cf8ee43495fdd547af4f9591020779a20cb36d9f2ff83f726aebbccfd8b1 -SIZE (philhofer-fwd-bb6d471_GH0.tar.gz) = 9215 -SHA256 (RoaringBitmap-roaring-3d677d3_GH0.tar.gz) = 241c1cc8fd0970a2048e3e184b1ee2f1719bd3c6508422cc00622b2dca4530c0 -SIZE (RoaringBitmap-roaring-3d677d3_GH0.tar.gz) = 132031 -SHA256 (Smerity-govarint-7265e41_GH0.tar.gz) = e58f7c92dcd70435424ebeb74a44693278c77a274cabd08aab59c7878149ff70 -SIZE (Smerity-govarint-7265e41_GH0.tar.gz) = 5484 -SHA256 (steveyen-gtreap-0abe01e_GH0.tar.gz) = a1c09793db44b55748992ac3a782c9375263da5d5e85c6199bbd745ca4ebd26c -SIZE (steveyen-gtreap-0abe01e_GH0.tar.gz) = 4791 -SHA256 (stretchr-testify-f35b8ab_GH0.tar.gz) = b7a2961d37598e0fc1bf7e9041f717ec770c7ec935d4a79a2d40f5e6722fe6a2 -SIZE (stretchr-testify-f35b8ab_GH0.tar.gz) = 101718 -SHA256 (tinylib-msgp-b2b6a67_GH0.tar.gz) = 9ecece4dcff77dedb6b61a1a9920e9ee74d30c893bcb7e74d0006456032ae28d -SIZE (tinylib-msgp-b2b6a67_GH0.tar.gz) = 68341 -SHA256 (golang-net-161cd47_GH0.tar.gz) = 03a66d67eb211331fb5c3941a4f7fef17483901aed7f6e2ce8e6026a6d77a569 -SIZE (golang-net-161cd47_GH0.tar.gz) = 965339 -SHA256 (golang-text-f21a4df_GH0.tar.gz) = 1964956fab6356e201ace777f0e221334a9023777373768a853efc300df2219c -SIZE (golang-text-f21a4df_GH0.tar.gz) = 6102640 +SHA256 (RoaringBitmap-roaring-v0.4.16_GH0.tar.gz) = 6018c018098229217404878d89d313c92127218926cb5463c2ba0eb5de02a09d +SIZE (RoaringBitmap-roaring-v0.4.16_GH0.tar.gz) = 132016 +SHA256 (Smerity-govarint-7265e41f48f1_GH0.tar.gz) = 7c78365ebe8f5e40b2d0265c4950e66dd8252e4141fbfbd4f2b0a3f3e4dcefbe +SIZE (Smerity-govarint-7265e41f48f1_GH0.tar.gz) = 5489 +SHA256 (ambientsound-gompd-b065d40b8238_GH0.tar.gz) = bcba01976dae3f5df4867be83c27b536987eccad12a519f86ba7759b95d0774a +SIZE (ambientsound-gompd-b065d40b8238_GH0.tar.gz) = 16637 +SHA256 (blevesearch-bleve-v0.7.0_GH0.tar.gz) = d4cfd870d43bfb034a520ff91d55afae13b452e0a7282e5674041e5d1ae78b0c +SIZE (blevesearch-bleve-v0.7.0_GH0.tar.gz) = 596424 +SHA256 (blevesearch-go-porterstemmer-v1.0.1_GH0.tar.gz) = 8eb8d619b3abe4f7cba6cefc9d68f9fc6202862d427bf768bf5d6c6293f50a59 +SIZE (blevesearch-go-porterstemmer-v1.0.1_GH0.tar.gz) = 8388 +SHA256 (blevesearch-segment-762005e7a34f_GH0.tar.gz) = e5a27704af6c64e384c1b7ad9a06690f19b5a9d6838a97357a3e17a3ffcd2099 +SIZE (blevesearch-segment-762005e7a34f_GH0.tar.gz) = 478335 +SHA256 (boltdb-bolt-v1.3.1_GH0.tar.gz) = b5ae498b780f535a5d308c188dee1329b3536275d29ad6758876084c0b8586a8 +SIZE (boltdb-bolt-v1.3.1_GH0.tar.gz) = 83437 +SHA256 (couchbase-vellum-35d9e7346a69_GH0.tar.gz) = 6eac41a30239778456f97a9cf6a495d6d02fee5528858913d25b8840e1b073df +SIZE (couchbase-vellum-35d9e7346a69_GH0.tar.gz) = 296148 +SHA256 (davecgh-go-spew-v1.1.1_GH0.tar.gz) = 7d82b9bb7291adbe7498fe946920ab3e7fc9e6cbfc3b2294693fad00bf0dd17e +SIZE (davecgh-go-spew-v1.1.1_GH0.tar.gz) = 42152 +SHA256 (edsrzf-mmap-go-0bce6a688712_GH0.tar.gz) = 53c8ab3c8b206a8dd7569238b6bd60dd8be360ca986cb484492aad904ec8eaa6 +SIZE (edsrzf-mmap-go-0bce6a688712_GH0.tar.gz) = 5495 +SHA256 (gdamore-encoding-b23993cbb635_GH0.tar.gz) = 3c607d322b9f585567dd4b6b19a0179a8277de94d44f98b4b42629632c035923 +SIZE (gdamore-encoding-b23993cbb635_GH0.tar.gz) = 10635 +SHA256 (gdamore-tcell-v1.1.0_GH0.tar.gz) = f2c8d63f24ef1f89abd80f6ee86cdb2af562225405644c0e75d0522b04858443 +SIZE (gdamore-tcell-v1.1.0_GH0.tar.gz) = 719426 +SHA256 (glycerine-go-unsnap-stream-9f0cb55181dd_GH0.tar.gz) = fb08e82d914e511955bb4fb8bdfd90da407b723a280280b63ee434532eb46b73 +SIZE (glycerine-go-unsnap-stream-9f0cb55181dd_GH0.tar.gz) = 19019 +SHA256 (golang-net-161cd47e91fd_GH0.tar.gz) = 5cc3ff8b7f5d47898b0073dcdd877ecff070d79a2b721b8ed1f5d87ade1f64b9 +SIZE (golang-net-161cd47e91fd_GH0.tar.gz) = 965145 +SHA256 (golang-protobuf-v1.2.0_GH0.tar.gz) = 157a148ae4e132eb169ec794b6cb43f1002780eeacaea8b0694811d1948fb1ec +SIZE (golang-protobuf-v1.2.0_GH0.tar.gz) = 332565 +SHA256 (golang-snappy-2e65f85255db_GH0.tar.gz) = 3f0d9ed5fbea9b10b33c38321afe9a9e8a45dc3f0dbed9c3c1b640e69da05f76 +SIZE (golang-snappy-2e65f85255db_GH0.tar.gz) = 62580 +SHA256 (golang-sys-bbd175535a8b_GH0.tar.gz) = 2837b7e2bb23dd6492021b6e01b2dfb94aa0d7b0981c2b86027fdbad1df07f56 +SIZE (golang-sys-bbd175535a8b_GH0.tar.gz) = 1468385 +SHA256 (golang-text-v0.3.0_GH0.tar.gz) = 8f4c9a048345befc7beccd09267737ee1f55c7b35e5ff80f344ec9e0aa90febb +SIZE (golang-text-v0.3.0_GH0.tar.gz) = 6102619 +SHA256 (jessevdk-go-flags-v1.4.0_GH0.tar.gz) = 3be7e8fb4b63887e8aeb55878244c04b7dcbe5ac77211c73ee35e38ca681e611 +SIZE (jessevdk-go-flags-v1.4.0_GH0.tar.gz) = 55452 +SHA256 (lucasb-eyer-go-colorful-c7842319cf3a_GH0.tar.gz) = 109a19fadc0db6958e1daafb13522c866a2c000aeb72db63ec4484d01fa49111 +SIZE (lucasb-eyer-go-colorful-c7842319cf3a_GH0.tar.gz) = 428466 +SHA256 (mattn-go-runewidth-v0.0.3_GH0.tar.gz) = 398ec709b006664e527040770056156cb225233d8b44b5a59ba2f5f5f3fa885e +SIZE (mattn-go-runewidth-v0.0.3_GH0.tar.gz) = 22961 +SHA256 (mschoch-smat-90eadee771ae_GH0.tar.gz) = bd60b71d4289aab986daecc86499122f42fe9c1a3b1af9460d81a27479807b70 +SIZE (mschoch-smat-90eadee771ae_GH0.tar.gz) = 11994 +SHA256 (philhofer-fwd-v1.0.0_GH0.tar.gz) = 55736f48940198a11b7aeb4faba258459451994a8889ec003ce8d8d26ceca9ff +SIZE (philhofer-fwd-v1.0.0_GH0.tar.gz) = 9221 +SHA256 (pmezard-go-difflib-v1.0.0_GH0.tar.gz) = 28f3dc1b5c0efd61203ab07233f774740d3bf08da4d8153fb5310db6cea0ebda +SIZE (pmezard-go-difflib-v1.0.0_GH0.tar.gz) = 11398 +SHA256 (steveyen-gtreap-0abe01ef9be2_GH0.tar.gz) = 250018fe4ceb3333ecd1a0e9f93f3699e6203b80c243f092cc1759a6f692528a +SIZE (steveyen-gtreap-0abe01ef9be2_GH0.tar.gz) = 4793 +SHA256 (stretchr-testify-v1.2.2_GH0.tar.gz) = 0728bb470254e8b39deae3e6c1c92a98e737239ae0be484188fb9083250adf5f +SIZE (stretchr-testify-v1.2.2_GH0.tar.gz) = 101698 +SHA256 (tinylib-msgp-v1.0.2_GH0.tar.gz) = 3769a1d074e1e8a1903d26c0cf36ad249848d3a0b2a78c20b8040cfd6ce3811f +SIZE (tinylib-msgp-v1.0.2_GH0.tar.gz) = 68340 +SHA256 (willf-bitset-v1.1.9_GH0.tar.gz) = 0538859161ccc590da58d0107cf864584f22a8c6b167719502afd541a5fba034 +SIZE (willf-bitset-v1.1.9_GH0.tar.gz) = 16296 Modified: head/benchmarks/vegeta/Makefile ============================================================================== --- head/benchmarks/vegeta/Makefile Sun Sep 29 22:16:54 2019 (r513273) +++ head/benchmarks/vegeta/Makefile Sun Sep 29 22:29:39 2019 (r513274) @@ -15,33 +15,25 @@ USES= go USE_GITHUB= yes GH_ACCOUNT= tsenart -GH_TUPLE= alecthomas:jsonschema:f2c9385:jsonschema/github.com/alecthomas/jsonschema \ - c2h5oh:datasize:4eba002:datasize/github.com/c2h5oh/datasize \ - bmizerany:perks:d9a9656:perks/github.com/bmizerany/perks \ - dgryski:go-gk:201884a:gogk/github.com/dgryski/go-gk \ - dgryski:go-lttb:318fcdf:golttb/github.com/dgryski/go-lttb \ - google:go-cmp:v0.2.0:gocmp/github.com/google/go-cmp \ - influxdata:tdigest:a7d76c6:tdigest/github.com/influxdata/tdigest \ - mailru:easyjson:60711f1:easyjson/github.com/mailru/easyjson \ - shurcooL:httpfs:809bece:httpfs/github.com/shurcooL/httpfs \ - shurcooL:vfsgen:62bca83:vfsgen/github.com/shurcooL/vfsgen \ - streadway:quantile:b0c5887:quantile/github.com/streadway/quantile \ - tsenart:go-tsz:cdeb9e1:gotsz/github.com/tsenart/go-tsz \ - golang:net:c394268:net/golang.org/x/net \ - golang:text:v0.3.0:text/golang.org/x/text +GH_TUPLE= alecthomas:jsonschema:f2c9385:jsonschema/vendor/github.com/alecthomas/jsonschema \ + c2h5oh:datasize:4eba002:datasize/vendor/github.com/c2h5oh/datasize \ + bmizerany:perks:d9a9656:perks/vendor/github.com/bmizerany/perks \ + dgryski:go-gk:201884a:gogk/vendor/github.com/dgryski/go-gk \ + dgryski:go-lttb:318fcdf:golttb/vendor/github.com/dgryski/go-lttb \ + google:go-cmp:v0.2.0:gocmp/vendor/github.com/google/go-cmp \ + influxdata:tdigest:a7d76c6:tdigest/vendor/github.com/influxdata/tdigest \ + mailru:easyjson:60711f1:easyjson/vendor/github.com/mailru/easyjson \ + shurcooL:httpfs:809bece:httpfs/vendor/github.com/shurcooL/httpfs \ + shurcooL:vfsgen:62bca83:vfsgen/vendor/github.com/shurcooL/vfsgen \ + streadway:quantile:b0c5887:quantile/vendor/github.com/streadway/quantile \ + tsenart:go-tsz:cdeb9e1:gotsz/vendor/github.com/tsenart/go-tsz \ + golang:net:c394268:net/vendor/golang.org/x/net \ + golang:text:v0.3.0:text/vendor/golang.org/x/text -PLIST_FILES= bin/${PORTNAME} +GO_PKGNAME= github.com/${GH_ACCOUNT}/${PORTNAME} +GO_BUILDFLAGS= -tags=netgo \ + -ldflags '-s -w -extldflags "-static" -X main.Version=${DISTVERSION}' -do-build: - @${MKDIR} ${WRKSRC}/github.com/${GH_ACCOUNT} - @${RLN} ${WRKSRC} ${WRKSRC}/github.com/${GH_ACCOUNT}/${PORTNAME} - @${RLN} ${WRKSRC} ${WRKSRC}/src - @cd ${WRKSRC} && \ - ${SETENV} ${MAKE_ENV} ${GO_ENV} CGO_ENABLED=0 GOPATH=${WRKSRC} \ - ${GO_CMD} build -v -a -tags=netgo -ldflags \ - '-s -w -extldflags "-static" -X main.Version=${DISTVERSION}' -o bin/${PORTNAME} - -do-install: - ${INSTALL_PROGRAM} ${WRKSRC}/bin/${PORTNAME} ${STAGEDIR}/${LOCALBASE}/bin +PLIST_FILES= bin/${PORTNAME} .include Modified: head/databases/go-carbon/Makefile ============================================================================== --- head/databases/go-carbon/Makefile Sun Sep 29 22:16:54 2019 (r513273) +++ head/databases/go-carbon/Makefile Sun Sep 29 22:29:39 2019 (r513274) @@ -18,18 +18,16 @@ USE_GITHUB= yes GH_ACCOUNT= lomik USE_RC_SUBR= ${PORTNAME} +GO_PKGNAME= github.com/${GH_ACCOUNT}/${PORTNAME} +GO_BUILDFLAGS= -ldflags '-X main.BuildVersion=${DISTVERSION}' + USERS= carbon GROUPS= carbon -do-build: - @cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} GOPATH=${WRKSRC}/_vendor \ - go build --ldflags '-X main.BuildVersion=${DISTVERSION}' github.com/lomik/go-carbon - -do-install: +post-install: @${MKDIR} ${STAGEDIR}/var/db/go-carbon @${MKDIR} ${STAGEDIR}/var/log/go-carbon @${MKDIR} ${STAGEDIR}/${PREFIX}/etc/go-carbon - ${INSTALL_PROGRAM} ${WRKSRC}/go-carbon ${STAGEDIR}${PREFIX}/bin/ ${INSTALL_DATA} ${WRKSRC}/deploy/go-carbon.conf ${STAGEDIR}${PREFIX}/etc/go-carbon/go-carbon.conf.sample ${INSTALL_DATA} ${WRKSRC}/deploy/storage-aggregation.conf ${STAGEDIR}${PREFIX}/etc/go-carbon/storage-aggregation.conf.sample ${INSTALL_DATA} ${WRKSRC}/deploy/storage-schemas.conf ${STAGEDIR}${PREFIX}/etc/go-carbon/storage-schemas.conf.sample Modified: head/databases/influxdb/Makefile ============================================================================== --- head/databases/influxdb/Makefile Sun Sep 29 22:16:54 2019 (r513273) +++ head/databases/influxdb/Makefile Sun Sep 29 22:29:39 2019 (r513274) @@ -22,96 +22,104 @@ USE_GITHUB= yes GH_ACCOUNT= influxdata GH_SUBDIR= src/github.com/${GH_ACCOUNT_DEFAULT}/${GH_PROJECT_DEFAULT} -GH_TUPLE= BurntSushi:toml:a368813:BurntSushi_toml/src/github.com/BurntSushi/toml \ - Masterminds:semver:v1.4.2:Masterminds_semver/src/github.com/Masterminds/semver \ - alecthomas:kingpin:v2.2.6:alecthomas_kingpin/src/github.com/alecthomas/kingpin \ - alecthomas:template:a0175ee:alecthomas_template/src/github.com/alecthomas/template \ - alecthomas:units:2efee85:alecthomas_units/src/github.com/alecthomas/units \ - apache:arrow:f5df773:apache_arrow/src/github.com/apache/arrow \ - apex:log:941dea7:apex_log/src/github.com/apex/log \ - aws:aws-sdk-go:v1.15.50:aws_aws_sdk_go/src/github.com/aws/aws-sdk-go \ - beorn7:perks:3a771d9:beorn7_perks/src/github.com/beorn7/perks \ - blakesmith:ar:8bd4349:blakesmith_ar/src/github.com/blakesmith/ar \ - bmizerany:pat:6226ea5:bmizerany_pat/src/github.com/bmizerany/pat \ - boltdb:bolt:v1.3.1:boltdb_bolt/src/github.com/boltdb/bolt \ - c-bata:go-prompt:v0.2.1:c_bata_go_prompt/src/github.com/c-bata/go-prompt \ - caarlos0:ctrlc:v1.0.0:caarlos0_ctrlc/src/github.com/caarlos0/ctrlc \ - campoy:unique:88950e5:campoy_unique/src/github.com/campoy/unique \ - cespare:xxhash:v1.0.0:cespare_xxhash/src/github.com/cespare/xxhash \ - collectd:go-collectd:v0.3.0:collectd_go_collectd/src/collectd.org \ - davecgh:go-spew:v1.1.0:davecgh_go_spew/src/github.com/davecgh/go-spew \ - dgrijalva:jwt-go:v3.2.0:dgrijalva_jwt_go/src/github.com/dgrijalva/jwt-go \ - dgryski:go-bitstream:3522498:dgryski_go_bitstream/src/github.com/dgryski/go-bitstream \ - dominikh:go-tools:2017.2.2:dominikh_go_tools/src/honnef.co/go/tools \ - fatih:color:v1.5.0:fatih_color/src/github.com/fatih/color \ - glycerine:go-unsnap-stream:9f0cb55:glycerine_go_unsnap_stream/src/github.com/glycerine/go-unsnap-stream \ - go-ini:ini:v1.38.3:go_ini_ini/src/github.com/go-ini/ini \ - go-sql-driver:mysql:v1.4.1:go_sql_driver_mysql/src/github.com/go-sql-driver/mysql \ - go-yaml:yaml:5420a8b:go_yaml_yaml/src/gopkg.in/yaml.v2 \ - gogo:protobuf:v1.1.1:gogo_protobuf/src/github.com/gogo/protobuf \ - golang:appengine:v1.2.0:golang_appengine/src/google.golang.org/appengine \ - golang:crypto:a214413:golang_crypto/src/golang.org/x/crypto \ - golang:net:a680a1e:golang_net/src/golang.org/x/net \ - golang:oauth2:c57b0fa:golang_oauth2/src/golang.org/x/oauth2 \ - golang:protobuf:v1.1.0:golang_protobuf/src/github.com/golang/protobuf \ - golang:snappy:d9eb7a3:golang_snappy/src/github.com/golang/snappy \ - golang:sync:1d60e46:golang_sync/src/golang.org/x/sync \ - golang:sys:ac767d6:golang_sys/src/golang.org/x/sys \ - golang:text:v0.3.0:golang_text/src/golang.org/x/text \ - golang:time:fbb02b2:golang_time/src/golang.org/x/time \ - golang:tools:45ff765:golang_tools/src/golang.org/x/tools \ - google:go-cmp:v0.2.0:google_go_cmp/src/github.com/google/go-cmp \ - google:go-genproto:fedd286:google_go_genproto/src/google.golang.org/genproto \ - google:go-github:dd29b54:google_go_github/src/github.com/google/go-github \ - google:go-querystring:v1.0.0:google_go_querystring/src/github.com/google/go-querystring \ - goreleaser:goreleaser:v0.88.0:goreleaser_goreleaser/src/github.com/goreleaser/goreleaser \ - goreleaser:nfpm:v0.9.5:goreleaser_nfpm/src/github.com/goreleaser/nfpm \ - grpc:grpc-go:v1.13.0:grpc_grpc_go/src/google.golang.org/grpc \ - imdario:mergo:v0.3.6:imdario_mergo/src/github.com/imdario/mergo \ - influxdata:flux:v0.24.0:influxdata_flux/src/github.com/influxdata/flux \ - influxdata:influxql:v1.0.0:influxdata_influxql/src/github.com/influxdata/influxql \ - influxdata:line-protocol:a3afd89:influxdata_line_protocol/src/github.com/influxdata/line-protocol \ - influxdata:roaring:fc520f4:influxdata_roaring/src/github.com/influxdata/roaring \ - influxdata:tdigest:bf2b5ad:influxdata_tdigest/src/github.com/influxdata/tdigest \ - influxdata:usage-client:6d38953:influxdata_usage_client/src/github.com/influxdata/usage-client \ - jmespath:go-jmespath:0b12d6b:jmespath_go_jmespath/src/github.com/jmespath/go-jmespath \ - jsternberg:zap-logfmt:v1.0.0:jsternberg_zap_logfmt/src/github.com/jsternberg/zap-logfmt \ - jwilder:encoding:b4e1701:jwilder_encoding/src/github.com/jwilder/encoding \ - kisielk:gotool:v1.0.0:kisielk_gotool/src/github.com/kisielk/gotool \ - klauspost:compress:v1.4.0:klauspost_compress/src/github.com/klauspost/compress \ - klauspost:cpuid:v1.1:klauspost_cpuid/src/github.com/klauspost/cpuid \ - klauspost:crc32:v1.1:klauspost_crc32/src/github.com/klauspost/crc32 \ - klauspost:pgzip:v1.1:klauspost_pgzip/src/github.com/klauspost/pgzip \ - lib:pq:v1.0.0:lib_pq/src/github.com/lib/pq \ - mattn:go-colorable:v0.0.9:mattn_go_colorable/src/github.com/mattn/go-colorable \ - mattn:go-isatty:6ca4dbf:mattn_go_isatty/src/github.com/mattn/go-isatty \ - mattn:go-runewidth:v0.0.2:mattn_go_runewidth/src/github.com/mattn/go-runewidth \ - mattn:go-tty:13ff120:mattn_go_tty/src/github.com/mattn/go-tty \ - mattn:go-zglob:2ea3427:mattn_go_zglob/src/github.com/mattn/go-zglob \ - matttproud:golang_protobuf_extensions:v1.0.1:matttproud_golang_protobuf_extensions/src/github.com/matttproud/golang_protobuf_extensions \ - mitchellh:go-homedir:ae18d6b:mitchellh_go_homedir/src/github.com/mitchellh/go-homedir \ - mschoch:smat:90eadee:mschoch_smat/src/github.com/mschoch/smat \ - opentracing:opentracing-go:bd9c319:opentracing_opentracing_go/src/github.com/opentracing/opentracing-go \ - paulbellamy:ratecounter:v0.2.0:paulbellamy_ratecounter/src/github.com/paulbellamy/ratecounter \ - peterh:liner:8c1271f:peterh_liner/src/github.com/peterh/liner \ - philhofer:fwd:v1.0.0:philhofer_fwd/src/github.com/philhofer/fwd \ - pkg:errors:v0.8.0:pkg_errors/src/github.com/pkg/errors \ - pkg:term:bffc007:pkg_term/src/github.com/pkg/term \ - prometheus:client_golang:661e31b:prometheus_client_golang/src/github.com/prometheus/client_golang \ - prometheus:client_model:5c3871d:prometheus_client_model/src/github.com/prometheus/client_model \ - prometheus:common:7600349:prometheus_common/src/github.com/prometheus/common \ - prometheus:procfs:ae68e2d:prometheus_procfs/src/github.com/prometheus/procfs \ - retailnext:hllpp:101a6d2:retailnext_hllpp/src/github.com/retailnext/hllpp \ - satori:go.uuid:v1.2.0:satori_go_uuid/src/github.com/satori/go.uuid \ - segmentio:kafka-go:v0.2.2:segmentio_kafka_go/src/github.com/segmentio/kafka-go \ - spf13:cast:v1.3.0:spf13_cast/src/github.com/spf13/cast \ - tinylib:msgp:1.0.2:tinylib_msgp/src/github.com/tinylib/msgp \ - uber-go:atomic:v1.3.2:uber_go_atomic/src/go.uber.org/atomic \ - uber-go:multierr:v1.1.0:uber_go_multierr/src/go.uber.org/multierr \ - uber-go:zap:v1.9.0:uber_go_zap/src/go.uber.org/zap \ - willf:bitset:v1.1.3:willf_bitset/src/github.com/willf/bitset \ - xlab:treeprint:d6fb674:xlab_treeprint/src/github.com/xlab/treeprint +GH_TUPLE= BurntSushi:toml:a368813:BurntSushi_toml/vendor/github.com/BurntSushi/toml \ + Masterminds:semver:v1.4.2:Masterminds_semver/vendor/github.com/Masterminds/semver \ + alecthomas:kingpin:v2.2.6:alecthomas_kingpin/vendor/github.com/alecthomas/kingpin \ + alecthomas:template:a0175ee:alecthomas_template/vendor/github.com/alecthomas/template \ + alecthomas:units:2efee85:alecthomas_units/vendor/github.com/alecthomas/units \ + apache:arrow:f5df773:apache_arrow/vendor/github.com/apache/arrow \ + apex:log:941dea7:apex_log/vendor/github.com/apex/log \ + aws:aws-sdk-go:v1.15.50:aws_aws_sdk_go/vendor/github.com/aws/aws-sdk-go \ + beorn7:perks:3a771d9:beorn7_perks/vendor/github.com/beorn7/perks \ + blakesmith:ar:8bd4349:blakesmith_ar/vendor/github.com/blakesmith/ar \ + bmizerany:pat:6226ea5:bmizerany_pat/vendor/github.com/bmizerany/pat \ + boltdb:bolt:v1.3.1:boltdb_bolt/vendor/github.com/boltdb/bolt \ + c-bata:go-prompt:v0.2.1:c_bata_go_prompt/vendor/github.com/c-bata/go-prompt \ + caarlos0:ctrlc:v1.0.0:caarlos0_ctrlc/vendor/github.com/caarlos0/ctrlc \ + campoy:unique:88950e5:campoy_unique/vendor/github.com/campoy/unique \ + cespare:xxhash:v1.0.0:cespare_xxhash/vendor/github.com/cespare/xxhash \ + collectd:go-collectd:v0.3.0:collectd_go_collectd/vendor/collectd.org \ + davecgh:go-spew:v1.1.0:davecgh_go_spew/vendor/github.com/davecgh/go-spew \ + dgrijalva:jwt-go:v3.2.0:dgrijalva_jwt_go/vendor/github.com/dgrijalva/jwt-go \ + dgryski:go-bitstream:3522498:dgryski_go_bitstream/vendor/github.com/dgryski/go-bitstream \ + dominikh:go-tools:2017.2.2:dominikh_go_tools/vendor/honnef.co/go/tools \ + fatih:color:v1.5.0:fatih_color/vendor/github.com/fatih/color \ + glycerine:go-unsnap-stream:9f0cb55:glycerine_go_unsnap_stream/vendor/github.com/glycerine/go-unsnap-stream \ + go-ini:ini:v1.38.3:go_ini_ini/vendor/github.com/go-ini/ini \ + go-sql-driver:mysql:v1.4.1:go_sql_driver_mysql/vendor/github.com/go-sql-driver/mysql \ + go-yaml:yaml:5420a8b:go_yaml_yaml/vendor/gopkg.in/yaml.v2 \ + gogo:protobuf:v1.1.1:gogo_protobuf/vendor/github.com/gogo/protobuf \ + golang:appengine:v1.2.0:golang_appengine/vendor/google.golang.org/appengine \ + golang:crypto:a214413:golang_crypto/vendor/golang.org/x/crypto \ + golang:net:a680a1e:golang_net/vendor/golang.org/x/net \ + golang:oauth2:c57b0fa:golang_oauth2/vendor/golang.org/x/oauth2 \ + golang:protobuf:v1.1.0:golang_protobuf/vendor/github.com/golang/protobuf \ + golang:snappy:d9eb7a3:golang_snappy/vendor/github.com/golang/snappy \ + golang:sync:1d60e46:golang_sync/vendor/golang.org/x/sync \ + golang:sys:ac767d6:golang_sys/vendor/golang.org/x/sys \ + golang:text:v0.3.0:golang_text/vendor/golang.org/x/text \ + golang:time:fbb02b2:golang_time/vendor/golang.org/x/time \ + golang:tools:45ff765:golang_tools/vendor/golang.org/x/tools \ + google:go-cmp:v0.2.0:google_go_cmp/vendor/github.com/google/go-cmp \ + google:go-genproto:fedd286:google_go_genproto/vendor/google.golang.org/genproto \ + google:go-github:dd29b54:google_go_github/vendor/github.com/google/go-github \ + google:go-querystring:v1.0.0:google_go_querystring/vendor/github.com/google/go-querystring \ + goreleaser:goreleaser:v0.88.0:goreleaser_goreleaser/vendor/github.com/goreleaser/goreleaser \ + goreleaser:nfpm:v0.9.5:goreleaser_nfpm/vendor/github.com/goreleaser/nfpm \ + grpc:grpc-go:v1.13.0:grpc_grpc_go/vendor/google.golang.org/grpc \ + imdario:mergo:v0.3.6:imdario_mergo/vendor/github.com/imdario/mergo \ + influxdata:flux:v0.24.0:influxdata_flux/vendor/github.com/influxdata/flux \ + influxdata:influxql:v1.0.0:influxdata_influxql/vendor/github.com/influxdata/influxql \ + influxdata:line-protocol:a3afd89:influxdata_line_protocol/vendor/github.com/influxdata/line-protocol \ + influxdata:roaring:fc520f4:influxdata_roaring/vendor/github.com/influxdata/roaring \ + influxdata:tdigest:bf2b5ad:influxdata_tdigest/vendor/github.com/influxdata/tdigest \ + influxdata:usage-client:6d38953:influxdata_usage_client/vendor/github.com/influxdata/usage-client \ + jmespath:go-jmespath:0b12d6b:jmespath_go_jmespath/vendor/github.com/jmespath/go-jmespath \ + jsternberg:zap-logfmt:v1.0.0:jsternberg_zap_logfmt/vendor/github.com/jsternberg/zap-logfmt \ + jwilder:encoding:b4e1701:jwilder_encoding/vendor/github.com/jwilder/encoding \ + kisielk:gotool:v1.0.0:kisielk_gotool/vendor/github.com/kisielk/gotool \ + klauspost:compress:v1.4.0:klauspost_compress/vendor/github.com/klauspost/compress \ + klauspost:cpuid:v1.1:klauspost_cpuid/vendor/github.com/klauspost/cpuid \ + klauspost:crc32:v1.1:klauspost_crc32/vendor/github.com/klauspost/crc32 \ + klauspost:pgzip:v1.1:klauspost_pgzip/vendor/github.com/klauspost/pgzip \ + lib:pq:v1.0.0:lib_pq/vendor/github.com/lib/pq \ + mattn:go-colorable:v0.0.9:mattn_go_colorable/vendor/github.com/mattn/go-colorable \ + mattn:go-isatty:6ca4dbf:mattn_go_isatty/vendor/github.com/mattn/go-isatty \ + mattn:go-runewidth:v0.0.2:mattn_go_runewidth/vendor/github.com/mattn/go-runewidth \ + mattn:go-tty:13ff120:mattn_go_tty/vendor/github.com/mattn/go-tty \ + mattn:go-zglob:2ea3427:mattn_go_zglob/vendor/github.com/mattn/go-zglob \ + matttproud:golang_protobuf_extensions:v1.0.1:matttproud_golang_protobuf_extensions/vendor/github.com/matttproud/golang_protobuf_extensions \ + mitchellh:go-homedir:ae18d6b:mitchellh_go_homedir/vendor/github.com/mitchellh/go-homedir \ + mschoch:smat:90eadee:mschoch_smat/vendor/github.com/mschoch/smat \ + opentracing:opentracing-go:bd9c319:opentracing_opentracing_go/vendor/github.com/opentracing/opentracing-go \ + paulbellamy:ratecounter:v0.2.0:paulbellamy_ratecounter/vendor/github.com/paulbellamy/ratecounter \ + peterh:liner:8c1271f:peterh_liner/vendor/github.com/peterh/liner \ + philhofer:fwd:v1.0.0:philhofer_fwd/vendor/github.com/philhofer/fwd \ + pkg:errors:v0.8.0:pkg_errors/vendor/github.com/pkg/errors \ + pkg:term:bffc007:pkg_term/vendor/github.com/pkg/term \ + prometheus:client_golang:661e31b:prometheus_client_golang/vendor/github.com/prometheus/client_golang \ + prometheus:client_model:5c3871d:prometheus_client_model/vendor/github.com/prometheus/client_model \ + prometheus:common:7600349:prometheus_common/vendor/github.com/prometheus/common \ + prometheus:procfs:ae68e2d:prometheus_procfs/vendor/github.com/prometheus/procfs \ + retailnext:hllpp:101a6d2:retailnext_hllpp/vendor/github.com/retailnext/hllpp \ + satori:go.uuid:v1.2.0:satori_go_uuid/vendor/github.com/satori/go.uuid \ + segmentio:kafka-go:v0.2.2:segmentio_kafka_go/vendor/github.com/segmentio/kafka-go \ + spf13:cast:v1.3.0:spf13_cast/vendor/github.com/spf13/cast \ + tinylib:msgp:1.0.2:tinylib_msgp/vendor/github.com/tinylib/msgp \ + uber-go:atomic:v1.3.2:uber_go_atomic/vendor/go.uber.org/atomic \ + uber-go:multierr:v1.1.0:uber_go_multierr/vendor/go.uber.org/multierr \ + uber-go:zap:v1.9.0:uber_go_zap/vendor/go.uber.org/zap \ + willf:bitset:v1.1.3:willf_bitset/vendor/github.com/willf/bitset \ + xlab:treeprint:d6fb674:xlab_treeprint/vendor/github.com/xlab/treeprint +GO_BUILDFLAGS= -ldflags "-X main.version=${DISTVERSION}" +GO_TARGET= ./cmd/influxd \ + ./cmd/influx \ + ./cmd/influx_inspect \ + ./cmd/influx_tsm \ + ./cmd/influx_stress \ + ./cmd/store:influx_store + OPTIONS_DEFINE= MANPAGES OPTIONS_DEFAULT= MANPAGES OPTIONS_SUB= yes @@ -151,31 +159,21 @@ SUB_LIST+= INFLUXD_LOGCMD="daemon" SUB_LIST+= INFLUXD_LOGCMD="logger" .endif -do-build: - @cd ${WRKSRC}/${GH_SUBDIR} && \ - ${SETENV} ${MAKE_ENV} GOPATH=${WRKSRC} go install -ldflags "-X main.version=${DISTVERSION}" ./cmd/... - do-build-MANPAGES-on: - @cd ${WRKSRC}/${GH_SUBDIR}/man && ${SETENV} ${MAKE_ENV} ${MAKE_CMD} + @cd ${WRKSRC}/man && ${SETENV} ${MAKE_ENV} ${MAKE_CMD} -do-install: +post-install: ${MKDIR} ${STAGEDIR}${INFLUXD_DBDIR} \ ${STAGEDIR}${INFLUXD_PIDDIR} \ ${STAGEDIR}${INFLUXD_LOGDIR} - ${INSTALL_PROGRAM} ${WRKSRC}/bin/influxd ${STAGEDIR}${PREFIX}/bin/influxd - ${INSTALL_PROGRAM} ${WRKSRC}/bin/influx ${STAGEDIR}${PREFIX}/bin/influx - ${INSTALL_PROGRAM} ${WRKSRC}/bin/influx_inspect ${STAGEDIR}${PREFIX}/bin/influx_inspect - ${INSTALL_PROGRAM} ${WRKSRC}/bin/influx_tsm ${STAGEDIR}${PREFIX}/bin/influx_tsm - ${INSTALL_PROGRAM} ${WRKSRC}/bin/influx_stress ${STAGEDIR}${PREFIX}/bin/influx_stress - ${INSTALL_PROGRAM} ${WRKSRC}/bin/store ${STAGEDIR}${PREFIX}/bin/influx_store @${SED} -i .bak -e \ "s|/var/lib/influxdb|/var/db/influxdb|g" \ - ${WRKSRC}/src/github.com/${GH_ACCOUNT_DEFAULT}/${GH_PROJECT}/etc/config.sample.toml + ${WRKSRC}/etc/config.sample.toml ${INSTALL_DATA} \ - ${WRKSRC}/src/github.com/${GH_ACCOUNT_DEFAULT}/${GH_PROJECT}/etc/config.sample.toml \ + ${WRKSRC}/etc/config.sample.toml \ ${STAGEDIR}${PREFIX}/etc/influxd.conf.sample do-install-MANPAGES-on: - ${INSTALL_MAN} ${WRKSRC}/src/github.com/influxdata/influxdb/man/*.1 ${STAGEDIR}${MANPREFIX}/man/man1 + ${INSTALL_MAN} ${WRKSRC}/man/*.1 ${STAGEDIR}${MANPREFIX}/man/man1 .include Modified: head/databases/mongodb40-tools/Makefile ============================================================================== --- head/databases/mongodb40-tools/Makefile Sun Sep 29 22:16:54 2019 (r513273) +++ head/databases/mongodb40-tools/Makefile Sun Sep 29 22:29:39 2019 (r513274) @@ -22,7 +22,6 @@ GH_PROJECT= mongo-tools GO_BUILDFLAGS= -tags "${USE_MY_TAGS}" GO_PKGNAME= github.com/${GH_ACCOUNT}/${GH_PROJECT} -GO_TARGET= ${TOOL_BUILD:C,(.*),github.com/${GH_ACCOUNT}/${GH_PROJECT}/\1/\1,} CONFLICTS_INSTALL= mongodb3[46] mongodb3[46]-tools @@ -45,28 +44,19 @@ MONGODUMP_DESC= BSON data from the contents of a Mong MONGOTOP_DESC= Track the amount of data I/O time MONGOREPLAY_DESC= Traffic capture and replay tool -BSONDUMP_VARS= tool_build+=bsondump -MONGOSTAT_VARS= tool_build+=mongostat -MONGOFILES_VARS= tool_build+=mongofiles -MONGOEXPORT_VARS= tool_build+=mongoexport -MONGOIMPORT_VARS= tool_build+=mongoimport -MONGORESTORE_VARS= tool_build+=mongorestore -MONGODUMP_VARS= tool_build+=mongodump -MONGOTOP_VARS= tool_build+=mongotop -MONGOREPLAY_VARS= tool_build+=mongoreplay +BSONDUMP_VARS= go_target+=./bsondump/main:bsondump +MONGOSTAT_VARS= go_target+=./mongostat/main:mongostat +MONGOFILES_VARS= go_target+=./mongofiles/main:mongofiles +MONGOEXPORT_VARS= go_target+=./mongoexport/main:mongoexport +MONGOIMPORT_VARS= go_target+=./mongoimport/main:mongoimport +MONGORESTORE_VARS= go_target+=./mongorestore/main:mongorestore +MONGODUMP_VARS= go_target+=./mongodump/main:mongodump +MONGOTOP_VARS= go_target+=./mongotop/main:mongotop +MONGOREPLAY_VARS= go_target+=./mongoreplay/main:mongoreplay SASL_LIB_DEPENDS= libsasl2.so:security/cyrus-sasl2 SASL_USE= my_tags=sasl SSL_USES= ssl SSL_USE= my_tags=ssl - -.include - -# Rename 'main' directories to the tool names so that the binaries -# are not all named 'main' and we do not have to hack around USES=go. -post-patch: -.for tool in ${TOOL_BUILD} - @${MV} ${WRKSRC}/${tool}/main ${WRKSRC}/${tool}/${tool} -.endfor post-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} Modified: head/deskutils/chart/Makefile ============================================================================== --- head/deskutils/chart/Makefile Sun Sep 29 22:16:54 2019 (r513273) +++ head/deskutils/chart/Makefile Sun Sep 29 22:29:39 2019 (r513274) @@ -14,27 +14,18 @@ LICENSE_FILE= ${WRKSRC}/LICENSE USES= go USE_GITHUB= yes - -PORTDOCS= README.md -OPTIONS_DEFINE= DOCS - GH_ACCOUNT= marianogappa GH_SUBDIR= src/github.com/marianogappa/chart -GH_TUPLE= Sirupsen:logrus:v1.0.5:logrus/src/github.com/Sirupsen/logrus \ - skratchdot:open-golang:75fb7ed:skratchdot/src/github.com/skratchdot/open-golang \ - golang:crypto:027cca1:crypto/src/golang.org/x/crypto \ - golang:sys:6c888cc:sys/src/golang.org/x/sys +GH_TUPLE= Sirupsen:logrus:v1.0.5:logrus/vendor/github.com/Sirupsen/logrus \ + skratchdot:open-golang:75fb7ed:skratchdot/vendor/github.com/skratchdot/open-golang \ + golang:crypto:027cca1:crypto/vendor/golang.org/x/crypto \ + golang:sys:6c888cc:sys/vendor/golang.org/x/sys +PORTDOCS= README.md PLIST_FILES= bin/chart -do-build: - ( cd ${WRKSRC}; \ - ${SETENV} ${MAKE_ENV} ${BUILD_ENV} GOPATH=${WRKSRC} \ - go build ${BUILD_FLAGS} -o bin/chart ) - -do-install: - ${INSTALL_PROGRAM} ${WRKSRC}/bin/chart ${STAGEDIR}${PREFIX}/bin/chart +OPTIONS_DEFINE= DOCS post-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} Modified: head/deskutils/noti/Makefile ============================================================================== --- head/deskutils/noti/Makefile Sun Sep 29 22:16:54 2019 (r513273) +++ head/deskutils/noti/Makefile Sun Sep 29 22:29:39 2019 (r513274) @@ -13,17 +13,15 @@ LICENSE_FILE= ${WRKSRC}/LICENSE RUN_DEPENDS= notify-send:devel/libnotify USES= go:modules -USE_GITHUB= yes +USE_GITHUB= yes GH_ACCOUNT= variadico -GO_PKGNAME= github.com/${GH_ACCOUNT}/${PORTNAME} -GO_TARGET= github.com/${GH_ACCOUNT}/${PORTNAME}/cmd/noti +GO_TARGET= ./cmd/noti PLIST_FILES= bin/noti man/man1/noti.1.gz man/man5/noti.yaml.5.gz -do-install: - ${INSTALL_PROGRAM} ${WRKDIR}/bin/noti ${STAGEDIR}${PREFIX}/bin +post-install: ${INSTALL_MAN} ${WRKSRC}/docs/man/noti.1 ${STAGEDIR}${MANPREFIX}/man/man1/noti.1 ${INSTALL_MAN} ${WRKSRC}/docs/man/noti.yaml.5 ${STAGEDIR}${MANPREFIX}/man/man5/noti.yaml.5 Modified: head/deskutils/pet/Makefile ============================================================================== --- head/deskutils/pet/Makefile Sun Sep 29 22:16:54 2019 (r513273) +++ head/deskutils/pet/Makefile Sun Sep 29 22:29:39 2019 (r513274) @@ -37,7 +37,6 @@ GH_TUPLE= \ spf13:cobra:v0.0.3:spf13_cobra/vendor/github.com/spf13/cobra \ spf13:pflag:v1.0.1:spf13_pflag/vendor/github.com/spf13/pflag \ xanzy:go-gitlab:v0.10.5:xanzy_go_gitlab/vendor/github.com/xanzy/go-gitlab -GO_PKGNAME= github.com/${GH_ACCOUNT}/${PORTNAME} PLIST_FILES= bin/${PORTNAME} Modified: head/devel/arduino-builder/Makefile ============================================================================== --- head/devel/arduino-builder/Makefile Sun Sep 29 22:16:54 2019 (r513273) +++ head/devel/arduino-builder/Makefile Sun Sep 29 22:29:39 2019 (r513274) @@ -15,11 +15,13 @@ USES= go USE_GITHUB= yes GH_ACCOUNT= arduino -GH_SUBDIR= src/github.com/${GH_ACCOUNT_DEFAULT}/${PORTNAME} GH_TUPLE= go-errors:errors:8fa88b0:goerrors/src/github.com/go-errors/errors \ stretchr:testify:v1.1.4:stretchr/src/github.com/stretchr/testify \ jstemmer:go-junit-report:6aeed67:jstemmer/src/github.com/jstemmer/go-junit-report +GO_PKGNAME= arduino.cc +GO_TARGET= ./arduino-builder + OPTIONS_DEFINE= TOOLS OPTIONS_DEFAULT=TOOLS @@ -34,20 +36,20 @@ PLIST_FILES= arduino/hardware/platform.keys.rewrite.tx arduino/hardware/platform.txt \ bin/${PORTNAME} +# override, upstream expects GOROOT in ${WRKSRC}, not ${WRKDIR} +post-extract: + ${LN} -s ${WRKSRC}/src ${WRKDIR} + do-patch-TOOLS-on: ${CP} ${FILESDIR}/arduino-builder.options.in ${WRKSRC}/arduino-builder.options ${REINPLACE_CMD} -e 's|%%IDEVER%%|${_IDE_VER}|' \ -e 's|%%PREFIX%%|${PREFIX}|' \ ${WRKSRC}/arduino-builder.options -do-build: - @( cd ${WRKSRC} ; ${SETENV} ${MAKE_ENV} ${GO_ENV} GOPATH=${WRKSRC} go build arduino.cc/arduino-builder ) +post-install: + (cd ${GO_WRKSRC}/builder && ${COPYTREE_SHARE} "hardware" ${STAGEDIR}${PREFIX}/arduino ${FIND_EXPR}) -do-install: - ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin/${PORTNAME} - (cd ${WRKSRC}/src/arduino.cc/builder && ${COPYTREE_SHARE} "hardware" ${STAGEDIR}${PREFIX}/arduino ${FIND_EXPR}) - -do-install-TOOLS-on: +post-install-TOOLS-on: ${INSTALL_DATA} ${WRKSRC}/arduino-builder.options ${STAGEDIR}${PREFIX}/arduino/arduino-builder.options .include Modified: head/devel/arduinoOTA/Makefile ============================================================================== --- head/devel/arduinoOTA/Makefile Sun Sep 29 22:16:54 2019 (r513273) +++ head/devel/arduinoOTA/Makefile Sun Sep 29 22:29:39 2019 (r513274) @@ -15,13 +15,9 @@ USE_GITHUB= yes GH_ACCOUNT= arduino GH_TAGNAME= c2b8306 +GO_BUILDFLAGS= -ldflags "-X main.compileInfo=${COMPILEINFO}" + PLIST_FILES= bin/${PORTNAME} COMPILEINFO= ${OPSYS}${OSREL}-${ARCH}-${GH_TAGNAME} - -do-build: - @cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${GO_ENV} go build -o ${PORTNAME} -ldflags "-X main.compileInfo=${COMPILEINFO}" main.go - -do-install: - ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin/${PORTNAME} .include Modified: head/devel/bazel-buildtools/Makefile ============================================================================== --- head/devel/bazel-buildtools/Makefile Sun Sep 29 22:16:54 2019 (r513273) +++ head/devel/bazel-buildtools/Makefile Sun Sep 29 22:29:39 2019 (r513274) @@ -18,10 +18,11 @@ GH_TUPLE= \ google:skylark:a5f7082:skylark/vendor/github.com/google/skylark GO_PKGNAME= github.com/${GH_ACCOUNT}/${GH_PROJECT} -GO_TARGET= ${EXES:S/^/${GO_PKGNAME}\//} +GO_TARGET= ./buildifier \ + ./buildifier2 \ + ./buildozer \ + ./unused_deps -PLIST_FILES= ${EXES:S/^/bin\//} - -EXES= buildifier buildifier2 buildozer unused_deps +PLIST_FILES= ${GO_TARGET:S/^./bin/} .include Modified: head/devel/etcd/Makefile ============================================================================== --- head/devel/etcd/Makefile Sun Sep 29 22:16:54 2019 (r513273) +++ head/devel/etcd/Makefile Sun Sep 29 22:29:39 2019 (r513274) @@ -31,10 +31,6 @@ PORTDOCS= README.md OPTIONS_DEFINE= DOCS DOCS_DESC= Install etcd README file -do-install: - ${INSTALL_PROGRAM} ${GO_WRKDIR_BIN}/etcd ${STAGEDIR}${PREFIX}/bin/ - ${INSTALL_PROGRAM} ${GO_WRKDIR_BIN}/etcdctl ${STAGEDIR}${PREFIX}/bin/ - do-install-DOCS-on: ${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/${PORTDOCS} ${STAGEDIR}${DOCSDIR} Modified: head/devel/etcd31/Makefile ============================================================================== --- head/devel/etcd31/Makefile Sun Sep 29 22:16:54 2019 (r513273) +++ head/devel/etcd31/Makefile Sun Sep 29 22:29:39 2019 (r513274) @@ -17,8 +17,8 @@ CONFLICTS_INSTALL=coreos-etcdctl-0.* coreos-etcd-* cor USES= go GO_PKGNAME= github.com/coreos/etcd -GO_TARGET= github.com/coreos/etcd \ - github.com/coreos/etcdctl +GO_TARGET= ./cmd/etcd \ + ./cmd/etcdctl USE_GITHUB= yes GH_ACCOUNT= coreos @@ -29,18 +29,8 @@ PORTDOCS= README.md OPTIONS_DEFINE= DOCS DOCS_DESC= Install etcd README file -post-extract: - @${MV} ${WRKSRC}/cmd/vendor ${WRKDIR}/src - @${RM} ${GO_WRKDIR_SRC}/github.com/${GH_ACCOUNT}/${PORTNAME} - @${LN} -s ${WRKSRC} ${GO_WRKDIR_SRC}/github.com/${GH_ACCOUNT}/etcd - @${LN} -s ${WRKSRC}/etcdctl ${GO_WRKDIR_SRC}/github.com/${GH_ACCOUNT}/etcdctl - post-patch: - ${REINPLACE_CMD} -i '' "s@#cgo LDFLAGS: -ldl@@g;" ${GO_WRKDIR_SRC}/github.com/coreos/pkg/dlopen/dlopen.go - -do-install: - ${INSTALL_PROGRAM} ${GO_WRKDIR_BIN}/etcd ${STAGEDIR}${PREFIX}/bin/ - ${INSTALL_PROGRAM} ${GO_WRKDIR_BIN}/etcdctl ${STAGEDIR}${PREFIX}/bin/ + ${REINPLACE_CMD} -i '' "s@#cgo LDFLAGS: -ldl@@g;" ${WRKSRC}/cmd/vendor/github.com/coreos/pkg/dlopen/dlopen.go do-install-DOCS-on: ${MKDIR} ${STAGEDIR}${DOCSDIR} Modified: head/devel/etcd32/Makefile ============================================================================== --- head/devel/etcd32/Makefile Sun Sep 29 22:16:54 2019 (r513273) +++ head/devel/etcd32/Makefile Sun Sep 29 22:29:39 2019 (r513274) @@ -17,8 +17,8 @@ CONFLICTS_INSTALL=coreos-etcdctl-0.* coreos-etcd-* cor USES= go GO_PKGNAME= github.com/coreos/etcd -GO_TARGET= github.com/coreos/etcd \ - github.com/coreos/etcdctl +GO_TARGET= ./cmd/etcd \ + ./cmd/etcdctl USE_GITHUB= yes GH_ACCOUNT= coreos @@ -29,18 +29,8 @@ PORTDOCS= README.md OPTIONS_DEFINE= DOCS DOCS_DESC= Install etcd README file -post-extract: - @${MV} ${WRKSRC}/cmd/vendor ${WRKDIR}/src - @${RM} ${GO_WRKDIR_SRC}/github.com/${GH_ACCOUNT}/${PORTNAME} - @${LN} -s ${WRKSRC} ${GO_WRKDIR_SRC}/github.com/${GH_ACCOUNT}/etcd - @${LN} -s ${WRKSRC}/etcdctl ${GO_WRKDIR_SRC}/github.com/${GH_ACCOUNT}/etcdctl - post-patch: - ${REINPLACE_CMD} -i '' "s@#cgo LDFLAGS: -ldl@@g;" ${GO_WRKDIR_SRC}/github.com/coreos/pkg/dlopen/dlopen.go - -do-install: - ${INSTALL_PROGRAM} ${GO_WRKDIR_BIN}/etcd ${STAGEDIR}${PREFIX}/bin/ - ${INSTALL_PROGRAM} ${GO_WRKDIR_BIN}/etcdctl ${STAGEDIR}${PREFIX}/bin/ + ${REINPLACE_CMD} -i '' "s@#cgo LDFLAGS: -ldl@@g;" ${WRKSRC}/cmd/vendor/github.com/coreos/pkg/dlopen/dlopen.go do-install-DOCS-on: ${MKDIR} ${STAGEDIR}${DOCSDIR} Modified: head/devel/etcd33/Makefile ============================================================================== --- head/devel/etcd33/Makefile Sun Sep 29 22:16:54 2019 (r513273) +++ head/devel/etcd33/Makefile Sun Sep 29 22:29:39 2019 (r513274) @@ -17,8 +17,8 @@ CONFLICTS_INSTALL=coreos-etcdctl-0.* coreos-etcd-* cor USES= go GO_PKGNAME= github.com/coreos/etcd -GO_TARGET= github.com/coreos/etcd \ - github.com/coreos/etcdctl +GO_TARGET= ./cmd/etcd \ + ./cmd/etcdctl USE_GITHUB= yes GH_ACCOUNT= coreos @@ -29,18 +29,8 @@ PORTDOCS= README.md OPTIONS_DEFINE= DOCS DOCS_DESC= Install etcd README file -post-extract: - @${MV} ${WRKSRC}/cmd/vendor ${WRKDIR}/src - @${RM} ${GO_WRKDIR_SRC}/github.com/${GH_ACCOUNT}/${PORTNAME} - @${LN} -s ${WRKSRC} ${GO_WRKDIR_SRC}/github.com/${GH_ACCOUNT}/etcd - @${LN} -s ${WRKSRC}/etcdctl ${GO_WRKDIR_SRC}/github.com/${GH_ACCOUNT}/etcdctl - post-patch: - ${REINPLACE_CMD} -i '' "s@#cgo LDFLAGS: -ldl@@g;" ${GO_WRKDIR_SRC}/github.com/coreos/pkg/dlopen/dlopen.go - -do-install: - ${INSTALL_PROGRAM} ${GO_WRKDIR_BIN}/etcd ${STAGEDIR}${PREFIX}/bin/ - ${INSTALL_PROGRAM} ${GO_WRKDIR_BIN}/etcdctl ${STAGEDIR}${PREFIX}/bin/ + ${REINPLACE_CMD} -i '' "s@#cgo LDFLAGS: -ldl@@g;" ${WRKSRC}/cmd/vendor/github.com/coreos/pkg/dlopen/dlopen.go do-install-DOCS-on: ${MKDIR} ${STAGEDIR}${DOCSDIR} Copied and modified: head/devel/etcd33/files/patch-cmd_vendor_github.com_coreos_go-systemd_util_util__cgo.go (from r513273, head/devel/etcd33/files/patch-.._src_github.com_coreos_go-systemd_util_util__cgo.go) ============================================================================== --- head/devel/etcd33/files/patch-.._src_github.com_coreos_go-systemd_util_util__cgo.go Sun Sep 29 22:16:54 2019 (r513273, copy source) +++ head/devel/etcd33/files/patch-cmd_vendor_github.com_coreos_go-systemd_util_util__cgo.go Sun Sep 29 22:29:39 2019 (r513274) @@ -1,5 +1,5 @@ ---- ../src/github.com/coreos/go-systemd/util/util_cgo.go.orig -+++ ../src/github.com/coreos/go-systemd/util/util_cgo.go +--- cmd/vendor/github.com/coreos/go-systemd/util/util_cgo.go.orig ++++ cmd/vendor/github.com/coreos/go-systemd/util/util_cgo.go @@ -127,7 +127,7 @@ switch { case errno >= 0: Modified: head/devel/git-codereview/Makefile ============================================================================== --- head/devel/git-codereview/Makefile Sun Sep 29 22:16:54 2019 (r513273) +++ head/devel/git-codereview/Makefile Sun Sep 29 22:29:39 2019 (r513274) @@ -14,19 +14,9 @@ GH_ACCOUNT= golang GH_PROJECT= review GH_TAGNAME= 77ae237 -PLIST_FILES= bin/git-codereview +GO_PKGNAME= golang.org/x/review +GO_TARGET= ./git-codereview -post-patch: - @${MKDIR} ${WRKSRC}/src/golang.org/x/review -.for src in .gitattributes AUTHORS CONTRIBUTING.md CONTRIBUTORS LICENSE PATENTS \ - README codereview.cfg git-codereview - @${MV} ${WRKSRC}/${src} ${WRKSRC}/src/golang.org/x/review -.endfor - -do-build: - @cd ${WRKSRC}/src/golang.org/x/review ; ${SETENV} ${MAKE_ENV} ${BUILD_ENV} GOPATH=${WRKSRC} go install ./... - -do-install: - ${INSTALL_PROGRAM} ${WRKSRC}/bin/${PORTNAME} ${STAGEDIR}${PREFIX}/bin/${PORTNAME} +PLIST_FILES= bin/git-codereview .include Modified: head/devel/git-lfs/Makefile ============================================================================== --- head/devel/git-lfs/Makefile Sun Sep 29 22:16:54 2019 (r513273) +++ head/devel/git-lfs/Makefile Sun Sep 29 22:29:39 2019 (r513274) @@ -14,8 +14,6 @@ LICENSE_FILE= ${WRKSRC}/LICENSE.md USES= go:modules USE_GITHUB= yes -GO_PKGNAME= github.com/${PORTNAME}/${PORTNAME} - OPTIONS_DEFINE= GIT_SUBVERSION MANPAGES OPTIONS_DEFAULT= MANPAGES OPTIONS_SUB= yes Modified: head/devel/git-town/Makefile ============================================================================== --- head/devel/git-town/Makefile Sun Sep 29 22:16:54 2019 (r513273) +++ head/devel/git-town/Makefile Sun Sep 29 22:29:39 2019 (r513274) @@ -25,12 +25,6 @@ OPTIONS_DEFINE= DOCS PORTDOCS= * -do-build: - @cd ${WRKSRC}/${GH_SUBDIR} && ${SETENV} ${MAKE_ENV} GOPATH=${WRKSRC} go build - -do-install: - ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin/ - do-install-DOCS-on: cd ${WRKSRC}/documentation && ${COPYTREE_SHARE} . ${STAGEDIR}${DOCSDIR} Modified: head/devel/gitlab-runner/Makefile ============================================================================== --- head/devel/gitlab-runner/Makefile Sun Sep 29 22:16:54 2019 (r513273) +++ head/devel/gitlab-runner/Makefile Sun Sep 29 22:29:39 2019 (r513274) @@ -35,11 +35,13 @@ GITBRANCH= 12-1-stable # https://gitlab-runner-downloads.s3.amazonaws.com/latest/binaries/gitlab-runner-freebsd-amd64 BUILT= 2019-07-19T13:53:05+0000 -GO_LDFLAGS= -X gitlab.com/gitlab-org/gitlab-runner/common.VERSION=${PORTVERSION} \ +GO_PKGNAME= gitlab.com/${GL_ACCOUNT}/${GL_PROJECT} +GO_BUILDFLAGS= -ldflags="\ + -X gitlab.com/gitlab-org/gitlab-runner/common.VERSION=${PORTVERSION} \ -X gitlab.com/gitlab-org/gitlab-runner/common.REVISION=${GL_COMMIT:C/^(........).*/\1/} \ -X gitlab.com/gitlab-org/gitlab-runner/common.BUILT=${BUILT} \ -X gitlab.com/gitlab-org/gitlab-runner/common.BRANCH=${GITBRANCH} \ - -s -w + -s -w" PLIST_FILES= bin/gitlab-runner @@ -48,13 +50,12 @@ USE_RC_SUBR= gitlab_runner USERS= gitlab-runner GROUPS= gitlab-runner -post-extract: +post-patch: @${MKDIR} ${WRKSRC}/out/docker/ @${CP} ${DISTDIR}/${DIST_SUBDIR}/prebuilt-x86_64.tar.xz ${WRKSRC}/out/docker/ @${CP} ${DISTDIR}/${DIST_SUBDIR}/prebuilt-arm.tar.xz ${WRKSRC}/out/docker/ - @${MV} ${WRKSRC}/vendor ${WRKSRC}/src -do-build: +pre-build: @cd ${WRKSRC} && go-bindata \ -pkg docker \ -nocompress \ @@ -64,15 +65,5 @@ do-build: -o executors/docker/bindata.go \ out/docker/prebuilt-x86_64.tar.xz \ out/docker/prebuilt-arm.tar.xz - @cd ${WRKSRC} && go fmt executors/docker/bindata.go - @${MKDIR} ${WRKSRC}/src/gitlab.com/gitlab-org - @${LN} -s ${WRKSRC} ${WRKSRC}/src/gitlab.com/gitlab-org/gitlab-runner - @cd ${WRKSRC} && \ - ${SETENV} ${MAKE_ENV} CGO_ENABLED=0 GOPATH=${WRKSRC} go build \ - -ldflags="${GO_LDFLAGS}" \ - -o gitlab-runner - -do-install: - ${INSTALL_PROGRAM} ${WRKSRC}/gitlab-runner ${STAGEDIR}${PREFIX}/bin/gitlab-runner .include Modified: head/devel/gitlab-shell/Makefile ============================================================================== --- head/devel/gitlab-shell/Makefile Sun Sep 29 22:16:54 2019 (r513273) +++ head/devel/gitlab-shell/Makefile Sun Sep 29 22:29:39 2019 (r513274) @@ -28,7 +28,7 @@ post-patch: ${MV} ${WRKSRC}/config.yml.example ${WRKSRC}/config.yml.sample do-build: - export GOCACHE=${WRKSRC}/go && ${WRKSRC}/bin/compile + ${SETENV} ${MAKE_ENV} ${GO_ENV} ${WRKSRC}/bin/compile pre-install: ${RM} -rf ${WRKSRC}/go Modified: head/devel/go-bindata/Makefile ============================================================================== --- head/devel/go-bindata/Makefile Sun Sep 29 22:16:54 2019 (r513273) +++ head/devel/go-bindata/Makefile Sun Sep 29 22:29:39 2019 (r513274) @@ -15,25 +15,18 @@ GH_ACCOUNT= jteeuwen GH_TAGNAME= a0ff256 GH_SUBDIR= src/github.com/jteeuwen/go-bindata +GO_TARGET= ./go-bindata + PLIST_FILES= bin/go-bindata PORTDOCS= CONTRIBUTING.md LICENSE README.md OPTIONS_DEFINE= DOCS -do-build: - cd ${WRKSRC} ; \ - ${SETENV} ${MAKE_ENV} GOPATH=${WRKSRC} go build -o bin/go-bindata ./go-bindata/ - -do-install: - ${INSTALL_PROGRAM} ${WRKSRC}/bin/${PORTNAME} \ - ${STAGEDIR}${PREFIX}/bin/ - ${MKDIR} ${STAGEDIR}${DOCSDIR} - do-install-DOCS-on: + ${MKDIR} ${STAGEDIR}${DOCSDIR} .for x in ${PORTDOCS} - ${INSTALL_DATA} ${WRKSRC}/src/github.com/${GH_ACCOUNT}/${GH_PROJECT}/${x} \ - ${STAGEDIR}${DOCSDIR} + ${INSTALL_DATA} ${WRKSRC}/${x} ${STAGEDIR}${DOCSDIR} .endfor .include Modified: head/devel/go-git/Makefile ============================================================================== --- head/devel/go-git/Makefile Sun Sep 29 22:16:54 2019 (r513273) +++ head/devel/go-git/Makefile Sun Sep 29 22:29:39 2019 (r513274) @@ -11,11 +11,9 @@ COMMENT= Highly extensible git implementation in pure LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE -USES= go +USES= go:modules USE_GITHUB= yes GH_ACCOUNT= src-d -GO_PKGNAME= gopkg.in/src-d/go-git.v4 *** DIFF OUTPUT TRUNCATED AT 1000 LINES ***