From owner-svn-ports-all@freebsd.org Wed Oct 7 13:54:02 2020 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 B100442FFF5; Wed, 7 Oct 2020 13:54:02 +0000 (UTC) (envelope-from fernape@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 "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4C5wmV4FlXz4rNw; Wed, 7 Oct 2020 13:54:02 +0000 (UTC) (envelope-from fernape@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 766CB1855E; Wed, 7 Oct 2020 13:54:02 +0000 (UTC) (envelope-from fernape@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 097Ds2cw012202; Wed, 7 Oct 2020 13:54:02 GMT (envelope-from fernape@FreeBSD.org) Received: (from fernape@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 097Ds1ZG012196; Wed, 7 Oct 2020 13:54:01 GMT (envelope-from fernape@FreeBSD.org) Message-Id: <202010071354.097Ds1ZG012196@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: fernape set sender to fernape@FreeBSD.org using -f From: =?UTF-8?Q?Fernando_Apestegu=c3=ada?= Date: Wed, 7 Oct 2020 13:54:01 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r551642 - in branches/2020Q4/devel/gh: . files X-SVN-Group: ports-branches X-SVN-Commit-Author: fernape X-SVN-Commit-Paths: in branches/2020Q4/devel/gh: . files X-SVN-Commit-Revision: 551642 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.33 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: Wed, 07 Oct 2020 13:54:02 -0000 Author: fernape Date: Wed Oct 7 13:54:01 2020 New Revision: 551642 URL: https://svnweb.freebsd.org/changeset/ports/551642 Log: MFH: r551641 devel/gh: Update to 1.1.0 From ChangeLog: https://github.com/cli/cli/releases/v1.1.0 Features * Support GH_PAGER environment override for PAGER * Disable terminal pager when its value is set to cat * repo view: add option to specify a branch * repo view: render :emoji: syntax as emoji characters Bugs * Fix pr create when branch was already pushed to a non-base remote * pr status/view/create: fix API-related failures with GitHub Enterprise Server * Fix markdown rendering when terminal pager is enabled * repo create: respect repo name input given in interactive prompt * auth login: display correct hostname in Personal Access Token instructions * auth login: document minimum required token scopes * pr checkout: fix running on detached HEAD * pr merge: default to "no" for "delete branch after merge" prompt * gist list: switch to GraphQL API to improve fetching - support fetching more than 100 gists - list gists ordered by creation time, descending - for machine-readable output, serialize timestamps in RFC 3339 format - ensure newlines in gist description are rendered as spaces * gist view/edit: fix passing Gist URL as argument * gist edit: check ownership before editing * gist edit: avoid updating gist when the contents haven't changed * repo garden: fix for repositories with only a few commits * repo garden: restore tty settings on exit * Fix reading the current git branch name when it contains a non-breaking space * Document gh config set pager ... option * Fix .tar upload tests on different OSs PR: 250176 Submitted by: vulcan@wired.sh (maintainer) Approved by: ports-secteam (blanket, bugfix release) Deleted: branches/2020Q4/devel/gh/files/ Modified: branches/2020Q4/devel/gh/Makefile branches/2020Q4/devel/gh/distinfo branches/2020Q4/devel/gh/pkg-descr Directory Properties: branches/2020Q4/ (props changed) Modified: branches/2020Q4/devel/gh/Makefile ============================================================================== --- branches/2020Q4/devel/gh/Makefile Wed Oct 7 13:49:59 2020 (r551641) +++ branches/2020Q4/devel/gh/Makefile Wed Oct 7 13:54:01 2020 (r551642) @@ -2,7 +2,7 @@ PORTNAME= gh DISTVERSIONPREFIX= v -DISTVERSION= 1.0.0 +DISTVERSION= 1.1.0 CATEGORIES= devel MAINTAINER= vulcan@wired.sh @@ -17,7 +17,7 @@ USES= go:modules USE_GITHUB= yes GH_ACCOUNT= cli GH_PROJECT= ${GH_ACCOUNT} -GH_TUPLE= AlecAivazis:survey:v2.1.1:survey_v2/vendor/github.com/AlecAivazis/survey/v2 \ +GH_TUPLE= AlecAivazis:survey:v2.1.1:alecaivazis_survey_v2/vendor/github.com/AlecAivazis/survey/v2 \ MakeNowJust:heredoc:v1.0.0:makenowjust_heredoc/vendor/github.com/MakeNowJust/heredoc \ alecthomas:chroma:v0.7.3:alecthomas_chroma/vendor/github.com/alecthomas/chroma \ briandowns:spinner:v1.11.1:briandowns_spinner/vendor/github.com/briandowns/spinner \ @@ -25,7 +25,9 @@ GH_TUPLE= AlecAivazis:survey:v2.1.1:survey_v2/vendor/g cli:shurcooL-graphql:0f7232a2bf7e:cli_shurcool_graphql/vendor/github.com/shurcooL/graphql \ cpuguy83:go-md2man:v2.0.0:cpuguy83_go_md2man_v2/vendor/github.com/cpuguy83/go-md2man/v2 \ danwakefield:fnmatch:cbb64ac3d964:danwakefield_fnmatch/vendor/github.com/danwakefield/fnmatch \ + davecgh:go-spew:v1.1.1:davecgh_go_spew/vendor/github.com/davecgh/go-spew \ dlclark:regexp2:v1.2.0:dlclark_regexp2/vendor/github.com/dlclark/regexp2 \ + enescakir:emoji:v1.0.0:enescakir_emoji/vendor/github.com/enescakir/emoji \ fatih:color:v1.7.0:fatih_color/vendor/github.com/fatih/color \ go-yaml:yaml:eeeca48fe776:go_yaml_yaml_1/vendor/gopkg.in/yaml.v3 \ go-yaml:yaml:v2.2.8:go_yaml_yaml/vendor/gopkg.in/yaml.v2 \ @@ -33,10 +35,11 @@ GH_TUPLE= AlecAivazis:survey:v2.1.1:survey_v2/vendor/g golang:net:ab3426394381:golang_net/vendor/golang.org/x/net \ golang:sys:669c56c373c4:golang_sys/vendor/golang.org/x/sys \ golang:text:v0.3.3:golang_text/vendor/golang.org/x/text \ - google:goterm:555d40f:google_goterm/vendor/github.com/google/goterm \ + google:go-cmp:v0.5.2:google_go_cmp/vendor/github.com/google/go-cmp \ google:shlex:e7afc7fbc510:google_shlex/vendor/github.com/google/shlex \ hashicorp:go-version:v1.2.1:hashicorp_go_version/vendor/github.com/hashicorp/go-version \ henvic:httpretty:v0.0.6:henvic_httpretty/vendor/github.com/henvic/httpretty \ + inconshreveable:mousetrap:v1.0.0:inconshreveable_mousetrap/vendor/github.com/inconshreveable/mousetrap \ kballard:go-shellquote:95032a82bc51:kballard_go_shellquote/vendor/github.com/kballard/go-shellquote \ lucasb-eyer:go-colorful:v1.0.3:lucasb_eyer_go_colorful/vendor/github.com/lucasb-eyer/go-colorful \ mattn:go-colorable:v0.1.7:mattn_go_colorable/vendor/github.com/mattn/go-colorable \ @@ -46,14 +49,16 @@ GH_TUPLE= AlecAivazis:survey:v2.1.1:survey_v2/vendor/g microcosm-cc:bluemonday:v1.0.2:microcosm_cc_bluemonday/vendor/github.com/microcosm-cc/bluemonday \ mitchellh:go-homedir:v1.1.0:mitchellh_go_homedir/vendor/github.com/mitchellh/go-homedir \ muesli:reflow:v0.1.0:muesli_reflow/vendor/github.com/muesli/reflow \ - muesli:termenv:v0.6.0:muesli_termenv/vendor/github.com/muesli/termenv \ + muesli:termenv:v0.7.2:muesli_termenv/vendor/github.com/muesli/termenv \ olekukonko:tablewriter:v0.0.4:olekukonko_tablewriter/vendor/github.com/olekukonko/tablewriter \ + pmezard:go-difflib:v1.0.0:pmezard_go_difflib/vendor/github.com/pmezard/go-difflib \ rivo:uniseg:v0.1.0:rivo_uniseg/vendor/github.com/rivo/uniseg \ russross:blackfriday:v2.0.1:russross_blackfriday_v2/vendor/github.com/russross/blackfriday/v2 \ shurcooL:githubv4:f27d2ca7f6d5:shurcool_githubv4/vendor/github.com/shurcooL/githubv4 \ shurcooL:sanitized_anchor_name:v1.0.0:shurcool_sanitized_anchor_name/vendor/github.com/shurcooL/sanitized_anchor_name \ spf13:cobra:v1.0.0:spf13_cobra/vendor/github.com/spf13/cobra \ spf13:pflag:v1.0.5:spf13_pflag/vendor/github.com/spf13/pflag \ + stretchr:testify:v1.6.1:stretchr_testify/vendor/github.com/stretchr/testify \ yuin:goldmark:v1.2.0:yuin_goldmark/vendor/github.com/yuin/goldmark _BUILD_VERSION= ${DISTVERSION} @@ -75,9 +80,6 @@ OPTIONS_SUB= yes COMPLETIONS_DESC= Build and install shell completions for bash, fish and zsh MANPAGES_DESC= Build and install auto-generated manpages - -pre-build: - ${LN} -sf ${WRKSRC_muesli_termenv}/termenv_linux.go ${WRKSRC_muesli_termenv}/termenv_freebsd.go do-build-COMPLETIONS-on: .for SHELL in bash fish zsh Modified: branches/2020Q4/devel/gh/distinfo ============================================================================== --- branches/2020Q4/devel/gh/distinfo Wed Oct 7 13:49:59 2020 (r551641) +++ branches/2020Q4/devel/gh/distinfo Wed Oct 7 13:54:01 2020 (r551642) @@ -1,6 +1,6 @@ -TIMESTAMP = 1600514386 -SHA256 (cli-cli-v1.0.0_GH0.tar.gz) = e3d1c341829f5b885dce9aa2bf4bc84db48072752250f6fdb2d62903caf07cfb -SIZE (cli-cli-v1.0.0_GH0.tar.gz) = 337523 +TIMESTAMP = 1602060075 +SHA256 (cli-cli-v1.1.0_GH0.tar.gz) = 3340bcec77dd9cbb5074399effc876cb7d759a235d24ea11253ad7b232b620a2 +SIZE (cli-cli-v1.1.0_GH0.tar.gz) = 346517 SHA256 (AlecAivazis-survey-v2.1.1_GH0.tar.gz) = e60d2836f8e34c9fbc7addf0c304b662ce26ab5b67f7dc7bca5fbb9ca0e80055 SIZE (AlecAivazis-survey-v2.1.1_GH0.tar.gz) = 1564121 SHA256 (MakeNowJust-heredoc-v1.0.0_GH0.tar.gz) = 3703d1c9e659c274c5e2d712e4d66f60620e03513fc380b1d3acafb3ca037400 @@ -17,8 +17,12 @@ SHA256 (cpuguy83-go-md2man-v2.0.0_GH0.tar.gz) = 505378 SIZE (cpuguy83-go-md2man-v2.0.0_GH0.tar.gz) = 52021 SHA256 (danwakefield-fnmatch-cbb64ac3d964_GH0.tar.gz) = 7ebff38d382142f9220d2cfcb4731d0ae90cdef71238c94a15c35f8aa746007f SIZE (danwakefield-fnmatch-cbb64ac3d964_GH0.tar.gz) = 4955 +SHA256 (davecgh-go-spew-v1.1.1_GH0.tar.gz) = 7d82b9bb7291adbe7498fe946920ab3e7fc9e6cbfc3b2294693fad00bf0dd17e +SIZE (davecgh-go-spew-v1.1.1_GH0.tar.gz) = 42152 SHA256 (dlclark-regexp2-v1.2.0_GH0.tar.gz) = 9b4d25630d0ce86bcd518d79ce47365a84c7c75de2334b2708f1bddcc1df47fe SIZE (dlclark-regexp2-v1.2.0_GH0.tar.gz) = 204926 +SHA256 (enescakir-emoji-v1.0.0_GH0.tar.gz) = d62dc29e5a3f08b8de6fdb8919089cfa9a82c003466b0b1cb5feb33563612839 +SIZE (enescakir-emoji-v1.0.0_GH0.tar.gz) = 68908 SHA256 (fatih-color-v1.7.0_GH0.tar.gz) = 4650d7aa3feed266fc85d91dc34ca9cffdf7ee03ea29bf2cbf84bbecc75fb755 SIZE (fatih-color-v1.7.0_GH0.tar.gz) = 816449 SHA256 (go-yaml-yaml-eeeca48fe776_GH0.tar.gz) = 77e421545f853bf0b0431ed5026f10ebeeadd436334ac156169b78f82e86bdf5 @@ -33,14 +37,16 @@ SHA256 (golang-sys-669c56c373c4_GH0.tar.gz) = f2f087da SIZE (golang-sys-669c56c373c4_GH0.tar.gz) = 1050300 SHA256 (golang-text-v0.3.3_GH0.tar.gz) = 1604233637e3593749fbbb13b5069b08e6feba6d2b55a02fd3148793d5871185 SIZE (golang-text-v0.3.3_GH0.tar.gz) = 7747332 -SHA256 (google-goterm-555d40f_GH0.tar.gz) = d90afebda315a4ffa4288d9ab73921b858b0ce766ebd812ae577a2a730165e8b -SIZE (google-goterm-555d40f_GH0.tar.gz) = 18297 +SHA256 (google-go-cmp-v0.5.2_GH0.tar.gz) = 76e0c4238e7fec1490ef2c8b4719a024ade7f4b8778965acb888566535ee9dd5 +SIZE (google-go-cmp-v0.5.2_GH0.tar.gz) = 99769 SHA256 (google-shlex-e7afc7fbc510_GH0.tar.gz) = 87f77e98720add261add169e386cbdcc894e2635dca299bc4119dc417ea321ca SIZE (google-shlex-e7afc7fbc510_GH0.tar.gz) = 7342 SHA256 (hashicorp-go-version-v1.2.1_GH0.tar.gz) = 9c63e2107ca0cf4e78ddba1128c73adfdfcdd45faa90c3bf7c6feda7d2326cc5 SIZE (hashicorp-go-version-v1.2.1_GH0.tar.gz) = 13911 SHA256 (henvic-httpretty-v0.0.6_GH0.tar.gz) = cb53b15e365f94d7cfb7d4a72448807c2fc5e42f831a340726ff950307575083 SIZE (henvic-httpretty-v0.0.6_GH0.tar.gz) = 43797 +SHA256 (inconshreveable-mousetrap-v1.0.0_GH0.tar.gz) = 5edc7731c819c305623568e317aa253d342be3447def97f1fa9e10eb5ad819f6 +SIZE (inconshreveable-mousetrap-v1.0.0_GH0.tar.gz) = 2290 SHA256 (kballard-go-shellquote-95032a82bc51_GH0.tar.gz) = dde336eb697f7f9c26cf6d1467f75b6cf559262c1b0b110d28fff29790f76bc5 SIZE (kballard-go-shellquote-95032a82bc51_GH0.tar.gz) = 4328 SHA256 (lucasb-eyer-go-colorful-v1.0.3_GH0.tar.gz) = 40c8c7e03a4eeaaabd44273e9b6a992933f554f17225aadd0b225ffc67e1e7db @@ -59,10 +65,12 @@ SHA256 (mitchellh-go-homedir-v1.1.0_GH0.tar.gz) = 6466 SIZE (mitchellh-go-homedir-v1.1.0_GH0.tar.gz) = 3362 SHA256 (muesli-reflow-v0.1.0_GH0.tar.gz) = f558a7918af1727e5153fa20b4b03f619a4855485ab41e98b89e5474571afaed SIZE (muesli-reflow-v0.1.0_GH0.tar.gz) = 16189 -SHA256 (muesli-termenv-v0.6.0_GH0.tar.gz) = 433652366157451263781e24263588f845a44755cb3be7ea124c2d2508df1e73 -SIZE (muesli-termenv-v0.6.0_GH0.tar.gz) = 405133 +SHA256 (muesli-termenv-v0.7.2_GH0.tar.gz) = f4f7fbea1149d10eb0559f7edea90876317a710b30474bf6e3ba257fe0cb7a36 +SIZE (muesli-termenv-v0.7.2_GH0.tar.gz) = 405812 SHA256 (olekukonko-tablewriter-v0.0.4_GH0.tar.gz) = a86028430fb4dd99ce0030a7c4d37915337c3b9a9efbfd2698b375f3e3488bd0 SIZE (olekukonko-tablewriter-v0.0.4_GH0.tar.gz) = 19252 +SHA256 (pmezard-go-difflib-v1.0.0_GH0.tar.gz) = 28f3dc1b5c0efd61203ab07233f774740d3bf08da4d8153fb5310db6cea0ebda +SIZE (pmezard-go-difflib-v1.0.0_GH0.tar.gz) = 11398 SHA256 (rivo-uniseg-v0.1.0_GH0.tar.gz) = b80dffa6c757687cc997b77efbd32435361829cb085b913424b9b2bfebc19655 SIZE (rivo-uniseg-v0.1.0_GH0.tar.gz) = 43971 SHA256 (russross-blackfriday-v2.0.1_GH0.tar.gz) = 5a0f38a36b6f3b2d59b72d713451a895a4d3a4406b3533882483782e37797cff @@ -75,5 +83,7 @@ SHA256 (spf13-cobra-v1.0.0_GH0.tar.gz) = 58dbfe1b4dbc6 SIZE (spf13-cobra-v1.0.0_GH0.tar.gz) = 128897 SHA256 (spf13-pflag-v1.0.5_GH0.tar.gz) = 9a2cae1f8e8ab0d2cc8ebe468e871af28d9ac0962cf0520999e3ba85f0c7b808 SIZE (spf13-pflag-v1.0.5_GH0.tar.gz) = 50796 +SHA256 (stretchr-testify-v1.6.1_GH0.tar.gz) = 40fd7204ab72ca9d8759f1cc3604dd17f556a0f9177f6fc05dd0cad9f06e708f +SIZE (stretchr-testify-v1.6.1_GH0.tar.gz) = 84215 SHA256 (yuin-goldmark-v1.2.0_GH0.tar.gz) = 8888ceef3495b9798a7eef97c87e204d6b38a01e1c9bb58e555a9846f9b4b9db SIZE (yuin-goldmark-v1.2.0_GH0.tar.gz) = 228253 Modified: branches/2020Q4/devel/gh/pkg-descr ============================================================================== --- branches/2020Q4/devel/gh/pkg-descr Wed Oct 7 13:49:59 2020 (r551641) +++ branches/2020Q4/devel/gh/pkg-descr Wed Oct 7 13:54:01 2020 (r551642) @@ -1,7 +1,7 @@ GitHub CLI brings GitHub to your terminal. It reduces context switching, helps you focus, and enables -you to more easily script and create your own workflows. +you to more easily script and create your own workflows. It brings pull requests, issues, and other GitHub concepts to the terminal next to where you are already working with