From owner-svn-ports-all@freebsd.org Sat Nov 7 19:02:45 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 4FA7046789F; Sat, 7 Nov 2020 19:02:45 +0000 (UTC) (envelope-from ashish@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 4CT68P1pdFz3h7Y; Sat, 7 Nov 2020 19:02:45 +0000 (UTC) (envelope-from ashish@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 268EC13620; Sat, 7 Nov 2020 19:02:45 +0000 (UTC) (envelope-from ashish@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 0A7J2jL7072775; Sat, 7 Nov 2020 19:02:45 GMT (envelope-from ashish@FreeBSD.org) Received: (from ashish@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 0A7J2iuC072772; Sat, 7 Nov 2020 19:02:44 GMT (envelope-from ashish@FreeBSD.org) Message-Id: <202011071902.0A7J2iuC072772@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: ashish set sender to ashish@FreeBSD.org using -f From: Ashish SHUKLA Date: Sat, 7 Nov 2020 19:02:44 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r554416 - in head/devel/bit: . files X-SVN-Group: ports-head X-SVN-Commit-Author: ashish X-SVN-Commit-Paths: in head/devel/bit: . files X-SVN-Commit-Revision: 554416 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.34 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: Sat, 07 Nov 2020 19:02:45 -0000 Author: ashish Date: Sat Nov 7 19:02:44 2020 New Revision: 554416 URL: https://svnweb.freebsd.org/changeset/ports/554416 Log: - Update to 0.9.11 - Remove bitcomplete from GO_TARGET, it's now part as an option in main executable - Update bash/zsh completion instruction in pkg-message Modified: head/devel/bit/Makefile head/devel/bit/distinfo head/devel/bit/files/pkg-message.in Modified: head/devel/bit/Makefile ============================================================================== --- head/devel/bit/Makefile Sat Nov 7 18:59:37 2020 (r554415) +++ head/devel/bit/Makefile Sat Nov 7 19:02:44 2020 (r554416) @@ -2,7 +2,7 @@ PORTNAME= bit DISTVERSIONPREFIX= v -DISTVERSION= 0.8.1 +DISTVERSION= 0.9.11 CATEGORIES= devel MAINTAINER= ashish@FreeBSD.org @@ -17,7 +17,6 @@ GH_ACCOUNT= chriswalz GH_TUPLE= \ AlecAivazis:survey:v2.1.1:alecaivazis_survey/vendor/github.com/AlecAivazis/survey/v2 \ apex:log:v1.9.0:apex_log/vendor/github.com/apex/log \ - bradfitz:iter:e8f45d346db8:bradfitz_iter/vendor/github.com/bradfitz/iter \ c-bata:go-prompt:v0.2.5:c_bata_go_prompt/vendor/github.com/c-bata/go-prompt \ c4milo:unpackit:4ed373e9ef1c:c4milo_unpackit/vendor/github.com/c4milo/unpackit \ davecgh:go-spew:v1.1.1:davecgh_go_spew/vendor/github.com/davecgh/go-spew \ @@ -29,11 +28,8 @@ GH_TUPLE= \ google:go-github:v17.0.0:google_go_github/vendor/github.com/google/go-github \ google:go-github:v32.1.0:google_go_github_1/vendor/github.com/google/go-github/v32 \ google:go-querystring:v1.0.0:google_go_querystring/vendor/github.com/google/go-querystring \ - gosuri:uilive:v0.0.4:gosuri_uilive/vendor/github.com/gosuri/uilive \ - gosuri:uiprogress:v0.0.1:gosuri_uiprogress/vendor/github.com/gosuri/uiprogress \ hashicorp:errwrap:v1.0.0:hashicorp_errwrap/vendor/github.com/hashicorp/errwrap \ hashicorp:go-multierror:v1.0.0:hashicorp_go_multierror/vendor/github.com/hashicorp/go-multierror \ - hooklift:assert:v0.1.0:hooklift_assert/vendor/github.com/hooklift/assert \ 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 \ klauspost:compress:v1.4.1:klauspost_compress/vendor/github.com/klauspost/compress \ @@ -57,8 +53,8 @@ GH_TUPLE= \ tj:go-update:v2.2.4:tj_go_update/vendor/github.com/tj/go-update \ ulikunitz:xz:v0.5.8:ulikunitz_xz/vendor/github.com/ulikunitz/xz -GO_TARGET= bit ./bitcomplete -PLIST_FILES= bin/bit bin/bitcomplete +GO_TARGET= bit +PLIST_FILES= bin/bit SUB_FILES= pkg-message .include Modified: head/devel/bit/distinfo ============================================================================== --- head/devel/bit/distinfo Sat Nov 7 18:59:37 2020 (r554415) +++ head/devel/bit/distinfo Sat Nov 7 19:02:44 2020 (r554416) @@ -1,12 +1,10 @@ -TIMESTAMP = 1603640628 -SHA256 (chriswalz-bit-v0.8.1_GH0.tar.gz) = 80f19e249356f6adc46071bbf2a01f139c0af9997bc3e323eb62952863d7cf8b -SIZE (chriswalz-bit-v0.8.1_GH0.tar.gz) = 94386 +TIMESTAMP = 1604771390 +SHA256 (chriswalz-bit-v0.9.11_GH0.tar.gz) = a6d7f31d92007725b18f6203c7b9c8f9eaaa49e22f807ad683473d7388350681 +SIZE (chriswalz-bit-v0.9.11_GH0.tar.gz) = 95008 SHA256 (AlecAivazis-survey-v2.1.1_GH0.tar.gz) = e60d2836f8e34c9fbc7addf0c304b662ce26ab5b67f7dc7bca5fbb9ca0e80055 SIZE (AlecAivazis-survey-v2.1.1_GH0.tar.gz) = 1564121 SHA256 (apex-log-v1.9.0_GH0.tar.gz) = 6171253fb8b022d5151a5b4b9847bcd6f2cdc2fd7180a741090626d73d311890 SIZE (apex-log-v1.9.0_GH0.tar.gz) = 31978 -SHA256 (bradfitz-iter-e8f45d346db8_GH0.tar.gz) = e6674cc6daefb2d2a745d7aeccee0d242d183458c38824361793540e0e359185 -SIZE (bradfitz-iter-e8f45d346db8_GH0.tar.gz) = 2012 SHA256 (c-bata-go-prompt-v0.2.5_GH0.tar.gz) = 6e408e73ee484e3ed56b1dfd9dda7dae622b3d80d9eb62c668060f0572de1f1e SIZE (c-bata-go-prompt-v0.2.5_GH0.tar.gz) = 44208 SHA256 (c4milo-unpackit-4ed373e9ef1c_GH0.tar.gz) = e71de01ca3d954245b24ea5dcdc60705ce55d3991a400c656ca3d4b30b06de98 @@ -29,16 +27,10 @@ SHA256 (google-go-github-v32.1.0_GH0.tar.gz) = 2f9eb92 SIZE (google-go-github-v32.1.0_GH0.tar.gz) = 336951 SHA256 (google-go-querystring-v1.0.0_GH0.tar.gz) = 59fdfd4d740c85c60c35d3e09b587cfa2b435e78178ac4a23950afbece7118ed SIZE (google-go-querystring-v1.0.0_GH0.tar.gz) = 7529 -SHA256 (gosuri-uilive-v0.0.4_GH0.tar.gz) = d6d60529725b8fe0a75d30361961257f2dc0c99ae567256fb6d9e45bf5243036 -SIZE (gosuri-uilive-v0.0.4_GH0.tar.gz) = 153271 -SHA256 (gosuri-uiprogress-v0.0.1_GH0.tar.gz) = 02c75ecc3f948d33beb2a484deb9566a00fccbdfc55ed52ae3bc6e84af669c3d -SIZE (gosuri-uiprogress-v0.0.1_GH0.tar.gz) = 1655252 SHA256 (hashicorp-errwrap-v1.0.0_GH0.tar.gz) = 26afc0e5895c6ce87c881c5c02c682ccc9a08174a9c27ca26d4a1e72dbf78128 SIZE (hashicorp-errwrap-v1.0.0_GH0.tar.gz) = 8346 SHA256 (hashicorp-go-multierror-v1.0.0_GH0.tar.gz) = 5ae83eea62b2c845d41087c38c878741337e092db114b9a7ca9aebe5bf1dd264 SIZE (hashicorp-go-multierror-v1.0.0_GH0.tar.gz) = 10066 -SHA256 (hooklift-assert-v0.1.0_GH0.tar.gz) = ba2900e6769dd55fede3c3ca48912222ac3050e156f6b33fcc864e83d09011fc -SIZE (hooklift-assert-v0.1.0_GH0.tar.gz) = 6559 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 Modified: head/devel/bit/files/pkg-message.in ============================================================================== --- head/devel/bit/files/pkg-message.in Sat Nov 7 18:59:37 2020 (r554415) +++ head/devel/bit/files/pkg-message.in Sat Nov 7 19:02:44 2020 (r554416) @@ -3,7 +3,7 @@ message: <