From owner-svn-ports-head@freebsd.org Sat Mar 28 14:15:35 2020 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 1595F2A3754; Sat, 28 Mar 2020 14:15:35 +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) 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 48qLNP46fDz4GCS; Sat, 28 Mar 2020 14:15:33 +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 1750FDD61; Sat, 28 Mar 2020 14:08:03 +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 02SE82Ah086232; Sat, 28 Mar 2020 14:08:02 GMT (envelope-from swills@FreeBSD.org) Received: (from swills@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 02SE82s7086231; Sat, 28 Mar 2020 14:08:02 GMT (envelope-from swills@FreeBSD.org) Message-Id: <202003281408.02SE82s7086231@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: swills set sender to swills@FreeBSD.org using -f From: Steve Wills Date: Sat, 28 Mar 2020 14:08:02 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r529734 - head/devel/lab X-SVN-Group: ports-head X-SVN-Commit-Author: swills X-SVN-Commit-Paths: head/devel/lab X-SVN-Commit-Revision: 529734 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: Sat, 28 Mar 2020 14:15:35 -0000 Author: swills Date: Sat Mar 28 14:08:02 2020 New Revision: 529734 URL: https://svnweb.freebsd.org/changeset/ports/529734 Log: devel/lab: update to 0.17.2 Modified: head/devel/lab/Makefile (contents, props changed) head/devel/lab/distinfo (contents, props changed) Modified: head/devel/lab/Makefile ============================================================================== --- head/devel/lab/Makefile Sat Mar 28 13:42:09 2020 (r529733) +++ head/devel/lab/Makefile Sat Mar 28 14:08:02 2020 (r529734) @@ -1,9 +1,8 @@ # $FreeBSD$ PORTNAME= lab -PORTVERSION= 0.16.0 +PORTVERSION= 0.17.2 DISTVERSIONPREFIX= v -PORTREVISION= 2 CATEGORIES= devel MAINTAINER= swills@FreeBSD.org @@ -23,28 +22,29 @@ GH_TUPLE= zaquestion:${PORTNAME}:${DISTVERSIONPREFIX}$ cpuguy83:go-md2man:v1.0.8:cpuguy83_go_md2man/vendor/github.com/cpuguy83/go-md2man \ davecgh:go-spew:v1.1.1:davecgh_go_spew/vendor/github.com/davecgh/go-spew \ fsnotify:fsnotify:v1.4.7:fsnotify_fsnotify/vendor/github.com/fsnotify/fsnotify \ - gdamore:encoding:b23993cbb635:gdamore_encoding/vendor/github.com/gdamore/encoding \ - gdamore:tcell:2f258105ca8c:gdamore_tcell/vendor/github.com/gdamore/tcell \ + gdamore:encoding:v1.0.0:gdamore_encoding/vendor/github.com/gdamore/encoding \ + gdamore:tcell:v1.3.0:gdamore_tcell/vendor/github.com/gdamore/tcell \ go-yaml:yaml:v2.2.1:go_yaml_yaml/vendor/gopkg.in/yaml.v2 \ golang:appengine:v1.3.0:golang_appengine/vendor/google.golang.org/appengine \ - golang:crypto:0709b304e793:golang_crypto/vendor/golang.org/x/crypto \ - golang:net:03003ca0c849:golang_net/vendor/golang.org/x/net \ + golang:crypto:c2843e01d9a2:golang_crypto/vendor/golang.org/x/crypto \ + golang:net:3b0461eec859:golang_net/vendor/golang.org/x/net \ golang:oauth2:f42d05182288:golang_oauth2/vendor/golang.org/x/oauth2 \ golang:protobuf:v1.2.0:golang_protobuf/vendor/github.com/golang/protobuf \ - golang:sys:33540a1f6037:golang_sys/vendor/golang.org/x/sys \ - golang:text:v0.3.0:golang_text/vendor/golang.org/x/text \ + golang:sys:ac6580df4449:golang_sys/vendor/golang.org/x/sys \ + golang:text:v0.3.2:golang_text/vendor/golang.org/x/text \ google:go-querystring:v1.0.0:google_go_querystring/vendor/github.com/google/go-querystring \ hashicorp:hcl:ef8a98b0bbce:hashicorp_hcl/vendor/github.com/hashicorp/hcl \ inconshreveable:mousetrap:v1.0.0:inconshreveable_mousetrap/vendor/github.com/inconshreveable/mousetrap \ - lucasb-eyer:go-colorful:231272389856:lucasb_eyer_go_colorful/vendor/github.com/lucasb-eyer/go-colorful \ + lucasb-eyer:go-colorful:v1.0.3:lucasb_eyer_go_colorful/vendor/github.com/lucasb-eyer/go-colorful \ lunixbochs:vtclean:2d01aacdc34a:lunixbochs_vtclean/vendor/github.com/lunixbochs/vtclean \ magiconair:properties:v1.7.6:magiconair_properties/vendor/github.com/magiconair/properties \ - mattn:go-runewidth:v0.0.2:mattn_go_runewidth/vendor/github.com/mattn/go-runewidth \ + mattn:go-runewidth:v0.0.7:mattn_go_runewidth/vendor/github.com/mattn/go-runewidth \ mitchellh:mapstructure:00c29f56e238:mitchellh_mapstructure/vendor/github.com/mitchellh/mapstructure \ pelletier:go-toml:v1.1.0:pelletier_go_toml/vendor/github.com/pelletier/go-toml \ pkg:errors:v0.8.0:pkg_errors/vendor/github.com/pkg/errors \ pmezard:go-difflib:v1.0.0:pmezard_go_difflib/vendor/github.com/pmezard/go-difflib \ - rivo:tview:f855bee0205c:rivo_tview/vendor/github.com/rivo/tview \ + rivo:tview:82b05c9fb329:rivo_tview/vendor/github.com/rivo/tview \ + rivo:uniseg:v0.1.0:rivo_uniseg/vendor/github.com/rivo/uniseg \ rsteube:cobra:v0.0.1-zsh-completion-custom:rsteube_cobra/vendor/github.com/spf13/cobra \ russross:blackfriday:v1.5.1:russross_blackfriday/vendor/github.com/russross/blackfriday \ spf13:afero:v1.1.0:spf13_afero/vendor/github.com/spf13/afero \ Modified: head/devel/lab/distinfo ============================================================================== --- head/devel/lab/distinfo Sat Mar 28 13:42:09 2020 (r529733) +++ head/devel/lab/distinfo Sat Mar 28 14:08:02 2020 (r529734) @@ -1,6 +1,6 @@ -TIMESTAMP = 1575291604 -SHA256 (zaquestion-lab-v0.16.0_GH0.tar.gz) = 7752544cf6222c76d521ea05a17e1131fa59f59165e9e1211cf84ba6f102d161 -SIZE (zaquestion-lab-v0.16.0_GH0.tar.gz) = 90946 +TIMESTAMP = 1585403277 +SHA256 (zaquestion-lab-v0.17.2_GH0.tar.gz) = 467cb35793c4129e7da68e4c63ef5ee96e9ca43f933c88758e90850f0d6c77b9 +SIZE (zaquestion-lab-v0.17.2_GH0.tar.gz) = 95006 SHA256 (avast-retry-go-5469272a8171_GH0.tar.gz) = 60814cd28ef3facf5afcdb47aeb49deec14d8e8ef09fe9d12fd210903793b9e6 SIZE (avast-retry-go-5469272a8171_GH0.tar.gz) = 6360 SHA256 (cpuguy83-go-md2man-v1.0.8_GH0.tar.gz) = 84e443c78d048f4a609743704b6bff5c83473691a0793c577ebb9b1f7577c9d5 @@ -9,40 +9,40 @@ SHA256 (davecgh-go-spew-v1.1.1_GH0.tar.gz) = 7d82b9bb7 SIZE (davecgh-go-spew-v1.1.1_GH0.tar.gz) = 42152 SHA256 (fsnotify-fsnotify-v1.4.7_GH0.tar.gz) = b7530d973d0ab0e58ad8ce1b9a4b963d6f57b3d72f2f9e13d49846976361b1cd SIZE (fsnotify-fsnotify-v1.4.7_GH0.tar.gz) = 31139 -SHA256 (gdamore-encoding-b23993cbb635_GH0.tar.gz) = 3c607d322b9f585567dd4b6b19a0179a8277de94d44f98b4b42629632c035923 -SIZE (gdamore-encoding-b23993cbb635_GH0.tar.gz) = 10635 -SHA256 (gdamore-tcell-2f258105ca8c_GH0.tar.gz) = 5af41386257730798b4b7298402b76edd64319b7ff38fd5aee5274cb164fe17d -SIZE (gdamore-tcell-2f258105ca8c_GH0.tar.gz) = 718860 +SHA256 (gdamore-encoding-v1.0.0_GH0.tar.gz) = 8fb8593a69cd86f16233d63dd6d74181136ec8f22900c509e961a25eb4b2e013 +SIZE (gdamore-encoding-v1.0.0_GH0.tar.gz) = 10886 +SHA256 (gdamore-tcell-v1.3.0_GH0.tar.gz) = 5e4d2206a459109fdd98fb1d29f2da2340b69a021b115db9049917444a0c1097 +SIZE (gdamore-tcell-v1.3.0_GH0.tar.gz) = 148627 SHA256 (go-yaml-yaml-v2.2.1_GH0.tar.gz) = 33218aa3bd60a307fe14e66b970473cb411bb6ca3d4f4a5e30c97b44f9b4e84b SIZE (go-yaml-yaml-v2.2.1_GH0.tar.gz) = 70217 SHA256 (golang-appengine-v1.3.0_GH0.tar.gz) = 95ba88192b1ede71b0b32edef442bef026333cb1e3172fe8bb64c92d19d593be SIZE (golang-appengine-v1.3.0_GH0.tar.gz) = 323617 -SHA256 (golang-crypto-0709b304e793_GH0.tar.gz) = 2dbc962c9608eb7fa5d4f3c96c630d7330b1bb5f1e5975dd940ffe3cc3e73aae -SIZE (golang-crypto-0709b304e793_GH0.tar.gz) = 1637641 -SHA256 (golang-net-03003ca0c849_GH0.tar.gz) = 5c90abedfd6f00c747a49b0d29357a1a6c1b69eb6bd32f07522294d56d6b849d -SIZE (golang-net-03003ca0c849_GH0.tar.gz) = 967725 +SHA256 (golang-crypto-c2843e01d9a2_GH0.tar.gz) = a4d91350f176b2ef99084cd71f990ecee5f549efed72ef59a5b9e425a00d454a +SIZE (golang-crypto-c2843e01d9a2_GH0.tar.gz) = 1650817 +SHA256 (golang-net-3b0461eec859_GH0.tar.gz) = a22a8864fdc90a79d953afad48ec799386daee4bfe93ecc50ccca4b77c2a9329 +SIZE (golang-net-3b0461eec859_GH0.tar.gz) = 1099281 SHA256 (golang-oauth2-f42d05182288_GH0.tar.gz) = 43de8198f861949f925c870c68c26b648cbf55ce1cf62ea964616bc0305561e7 SIZE (golang-oauth2-f42d05182288_GH0.tar.gz) = 43233 SHA256 (golang-protobuf-v1.2.0_GH0.tar.gz) = 157a148ae4e132eb169ec794b6cb43f1002780eeacaea8b0694811d1948fb1ec SIZE (golang-protobuf-v1.2.0_GH0.tar.gz) = 332565 -SHA256 (golang-sys-33540a1f6037_GH0.tar.gz) = 09ebdf007413c2eaddce123137443d08d1848be410c58896e772f0481ec385d5 -SIZE (golang-sys-33540a1f6037_GH0.tar.gz) = 1497659 -SHA256 (golang-text-v0.3.0_GH0.tar.gz) = 8f4c9a048345befc7beccd09267737ee1f55c7b35e5ff80f344ec9e0aa90febb -SIZE (golang-text-v0.3.0_GH0.tar.gz) = 6102619 +SHA256 (golang-sys-ac6580df4449_GH0.tar.gz) = 17c5989f78c2a83bcae0f62eaec0c5b15569005bbf5cbad9eb5b8ac57656b369 +SIZE (golang-sys-ac6580df4449_GH0.tar.gz) = 1533068 +SHA256 (golang-text-v0.3.2_GH0.tar.gz) = 0b9309698f5708531c5377ab1e29b423a6d9e20c55a8d386c3b8283428212f22 +SIZE (golang-text-v0.3.2_GH0.tar.gz) = 7168069 SHA256 (google-go-querystring-v1.0.0_GH0.tar.gz) = 59fdfd4d740c85c60c35d3e09b587cfa2b435e78178ac4a23950afbece7118ed SIZE (google-go-querystring-v1.0.0_GH0.tar.gz) = 7529 SHA256 (hashicorp-hcl-ef8a98b0bbce_GH0.tar.gz) = 2f630fa021aa886ef8c5d35de3465f18c541beaf5289da9d3e65cc27ea00cb6d SIZE (hashicorp-hcl-ef8a98b0bbce_GH0.tar.gz) = 70438 SHA256 (inconshreveable-mousetrap-v1.0.0_GH0.tar.gz) = 5edc7731c819c305623568e317aa253d342be3447def97f1fa9e10eb5ad819f6 SIZE (inconshreveable-mousetrap-v1.0.0_GH0.tar.gz) = 2290 -SHA256 (lucasb-eyer-go-colorful-231272389856_GH0.tar.gz) = fe20e3f90bcbcf6bc258cc0421a6a1aa3ff51c1bf5c46637083989b3e203709a -SIZE (lucasb-eyer-go-colorful-231272389856_GH0.tar.gz) = 428461 +SHA256 (lucasb-eyer-go-colorful-v1.0.3_GH0.tar.gz) = 40c8c7e03a4eeaaabd44273e9b6a992933f554f17225aadd0b225ffc67e1e7db +SIZE (lucasb-eyer-go-colorful-v1.0.3_GH0.tar.gz) = 430208 SHA256 (lunixbochs-vtclean-2d01aacdc34a_GH0.tar.gz) = 54676064363394819c85f04ffd3aa41c86bcd2c9fce3c7e58b6ea41a47e17442 SIZE (lunixbochs-vtclean-2d01aacdc34a_GH0.tar.gz) = 4183 SHA256 (magiconair-properties-v1.7.6_GH0.tar.gz) = 65d298ef1db6e26409b926d36cf65dcbea684aa9c1dfb676aca321b76a8867b0 SIZE (magiconair-properties-v1.7.6_GH0.tar.gz) = 28717 -SHA256 (mattn-go-runewidth-v0.0.2_GH0.tar.gz) = 6c7734401fdf829af4f35a5af21a54548f7d3a68336940fb550178ddfe95b076 -SIZE (mattn-go-runewidth-v0.0.2_GH0.tar.gz) = 22367 +SHA256 (mattn-go-runewidth-v0.0.7_GH0.tar.gz) = 09270ddb93b2d77d4b3903bbadacbb3a3d4f0cce93c373fb21503840829d8697 +SIZE (mattn-go-runewidth-v0.0.7_GH0.tar.gz) = 16089 SHA256 (mitchellh-mapstructure-00c29f56e238_GH0.tar.gz) = b97b09e38f6a864efc470594b016267eb8f2d4f053a222b999b7b63516d9849b SIZE (mitchellh-mapstructure-00c29f56e238_GH0.tar.gz) = 18397 SHA256 (pelletier-go-toml-v1.1.0_GH0.tar.gz) = 7bbfdb5c0ad8af831a43fc2474aa137e0c237258fbc3a843f9de32d3fc41f143 @@ -51,8 +51,10 @@ SHA256 (pkg-errors-v0.8.0_GH0.tar.gz) = bacf6c58e49091 SIZE (pkg-errors-v0.8.0_GH0.tar.gz) = 11344 SHA256 (pmezard-go-difflib-v1.0.0_GH0.tar.gz) = 28f3dc1b5c0efd61203ab07233f774740d3bf08da4d8153fb5310db6cea0ebda SIZE (pmezard-go-difflib-v1.0.0_GH0.tar.gz) = 11398 -SHA256 (rivo-tview-f855bee0205c_GH0.tar.gz) = 65c1306b269ca267dd6cc1ab41804bc1efb61ff296c987e318971e33b817686c -SIZE (rivo-tview-f855bee0205c_GH0.tar.gz) = 2739227 +SHA256 (rivo-tview-82b05c9fb329_GH0.tar.gz) = 91f403cf43ca0ffca5d50324fa9cf1610a69d4b7e1a9cf7a7fe1a31ab8a43496 +SIZE (rivo-tview-82b05c9fb329_GH0.tar.gz) = 2862515 +SHA256 (rivo-uniseg-v0.1.0_GH0.tar.gz) = b80dffa6c757687cc997b77efbd32435361829cb085b913424b9b2bfebc19655 +SIZE (rivo-uniseg-v0.1.0_GH0.tar.gz) = 43971 SHA256 (rsteube-cobra-v0.0.1-zsh-completion-custom_GH0.tar.gz) = b13525378bc15275b5d5e7d7ab877abb746ab306ae5fd5ab36f5f9c7fce94158 SIZE (rsteube-cobra-v0.0.1-zsh-completion-custom_GH0.tar.gz) = 107058 SHA256 (russross-blackfriday-v1.5.1_GH0.tar.gz) = 9e9169ce1da8f17240843a8547d05b02c6154379d17397d6f374527523e5c0ae