Date: Sat, 7 Sep 2019 22:43:52 +0000 (UTC) From: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r511435 - head/net/madonctl Message-ID: <201909072243.x87MhqrY043800@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: sunpoet Date: Sat Sep 7 22:43:52 2019 New Revision: 511435 URL: https://svnweb.freebsd.org/changeset/ports/511435 Log: Update to newer snapshot (b936445) - Convert to USES=go:modules - Update dependencies - Bump PORTREVISION for package change Modified: head/net/madonctl/Makefile head/net/madonctl/distinfo Modified: head/net/madonctl/Makefile ============================================================================== --- head/net/madonctl/Makefile Sat Sep 7 22:43:46 2019 (r511434) +++ head/net/madonctl/Makefile Sat Sep 7 22:43:52 2019 (r511435) @@ -4,7 +4,7 @@ PORTNAME= madonctl PORTVERSION= 2.3.1 DISTVERSIONPREFIX= v -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= net MAINTAINER= sunpoet@FreeBSD.org @@ -13,39 +13,40 @@ COMMENT= CLI client for the Mastodon social network AP LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE -USES= go +USES= go:modules -GO_PKGNAME= github.com/${GH_ACCOUNT}/${GH_PROJECT} +#GO_PKGNAME= github.com/${GH_ACCOUNT}/${GH_PROJECT} PLIST_FILES= bin/madonctl GH_ACCOUNT= McKael -GH_TUPLE= McKael:madon:v2.3.0:McKael_madon/../src/github.com/McKael/madon \ - fsnotify:fsnotify:v1.4.7:fsnotify_fsnotify/../src/github.com/fsnotify/fsnotify \ - ghodss:yaml:v1.0.0:ghodss_yaml/../src/github.com/ghodss/yaml \ - go-yaml:yaml:v2.2.2:goyaml_yaml/../src/gopkg.in/yaml.v2 \ - golang:net:3ec1911:golang_net/../src/golang.org/x/net \ - golang:oauth2:950ef44:golang_oauth2/../src/golang.org/x/oauth2 \ - golang:sys:61b9204:golang_sys/../src/golang.org/x/sys \ - golang:text:342b2e1:golang_text/../src/golang.org/x/text \ - gorilla:websocket:v1.4.0:gorilla_websocket/../src/github.com/gorilla/websocket \ - hashicorp:hcl:v1.0.0:hashicorp_hcl/../src/github.com/hashicorp/hcl \ - kr:text:v0.1.0:kr_text/../src/github.com/kr/text \ - magiconair:properties:v1.8.1:magiconair_properties/../src/github.com/magiconair/properties \ - mattn:go:go1.9.1:imattn_go/../src/github.com/mattn/go \ - mattn:go-isatty:v0.0.7:mattn_goisatty/../src/github.com/mattn/go-isatty \ - mitchellh:mapstructure:v1.1.2:mitchellh_mapstructure/../src/github.com/mitchellh/mapstructure \ - pelletier:go-toml:v1.4.0:pelletier_gotoml/../src/github.com/pelletier/go-toml \ - pkg:errors:v0.8.1:pkg_errors/../src/github.com/pkg/errors \ - sendgrid:rest:v2.4.1:sendgrid_rest/../src/github.com/sendgrid/rest \ - sgoertzen:html2text:491ddf8:sgoertzen_html2text/../src/github.com/sgoertzen/html2text \ - spf13:afero:v1.2.2:spf13_afero/../src/github.com/spf13/afero \ - spf13:cast:v1.3.0:spf13_cast/../src/github.com/spf13/cast \ - spf13:cobra:v0.0.3:spf13_cobra/../src/github.com/spf13/cobra \ - spf13:jwalterweatherman:v1.1.0:spf13_jwalterweatherman/../src/github.com/spf13/jwalterweatherman \ - spf13:pflag:v1.0.3:spf13_pflag/../src/github.com/spf13/pflag \ - spf13:viper:v1.3.2:spf13_viper/../src/github.com/spf13/viper \ - stretchr:testify:v1.3.0:stretchr_testify/../src/github.com/stretchr/testify +GH_TAGNAME= b936445 +GH_TUPLE= McKael:madon:v2.3.0:McKael_madon/vendor/github.com/McKael/madon/v2 \ + fsnotify:fsnotify:v1.4.7:fsnotify_fsnotify/vendor/github.com/fsnotify/fsnotify \ + ghodss:yaml:v1.0.0:ghodss_yaml/vendor/github.com/ghodss/yaml \ + go-yaml:yaml:v2.2.2:goyaml_yaml/vendor/gopkg.in/yaml.v2 \ + golang:net:ba9fcec:golang_net/vendor/golang.org/x/net \ + golang:oauth2:0f29369:golang_oauth2/vendor/golang.org/x/oauth2 \ + golang:sys:749cb33:golang_sys/vendor/golang.org/x/sys \ + golang:text:3d0f797:golang_text/vendor/golang.org/x/text \ + gorilla:websocket:v1.4.1:gorilla_websocket/vendor/github.com/gorilla/websocket \ + hashicorp:hcl:v1.0.0:hashicorp_hcl/vendor/github.com/hashicorp/hcl \ + kr:text:v0.1.0:kr_text/vendor/github.com/kr/text \ + magiconair:properties:v1.8.1:magiconair_properties/vendor/github.com/magiconair/properties \ + mattn:go:go1.9.1:imattn_go/vendor/github.com/mattn/go \ + mattn:go-isatty:v0.0.9:mattn_goisatty/vendor/github.com/mattn/go-isatty \ + mitchellh:mapstructure:v1.1.2:mitchellh_mapstructure/vendor/github.com/mitchellh/mapstructure \ + pelletier:go-toml:v1.4.0:pelletier_gotoml/vendor/github.com/pelletier/go-toml \ + pkg:errors:v0.8.1:pkg_errors/vendor/github.com/pkg/errors \ + sendgrid:rest:v2.4.1:sendgrid_rest/vendor/github.com/sendgrid/rest \ + sgoertzen:html2text:491ddf8:sgoertzen_html2text/vendor/github.com/sgoertzen/html2text \ + spf13:afero:v1.2.2:spf13_afero/vendor/github.com/spf13/afero \ + spf13:cast:v1.3.0:spf13_cast/vendor/github.com/spf13/cast \ + spf13:cobra:v0.0.5:spf13_cobra/vendor/github.com/spf13/cobra \ + spf13:jwalterweatherman:v1.1.0:spf13_jwalterweatherman/vendor/github.com/spf13/jwalterweatherman \ + spf13:pflag:v1.0.3:spf13_pflag/vendor/github.com/spf13/pflag \ + spf13:viper:v1.4.0:spf13_viper/vendor/github.com/spf13/viper \ + stretchr:testify:v1.4.0:stretchr_testify/vendor/github.com/stretchr/testify USE_GITHUB= yes do-install: Modified: head/net/madonctl/distinfo ============================================================================== --- head/net/madonctl/distinfo Sat Sep 7 22:43:46 2019 (r511434) +++ head/net/madonctl/distinfo Sat Sep 7 22:43:52 2019 (r511435) @@ -1,6 +1,6 @@ -TIMESTAMP = 1558168986 -SHA256 (McKael-madonctl-v2.3.1_GH0.tar.gz) = f97707a4f96b15a8331a0b3725a43c7717bf068bf9e6c5e885a13dd3016d5cf6 -SIZE (McKael-madonctl-v2.3.1_GH0.tar.gz) = 43395 +TIMESTAMP = 1567842454 +SHA256 (McKael-madonctl-v2.3.1-b936445_GH0.tar.gz) = ec57f582f8de486d277e4f8ccf08e4e10a4649030076e4cae3b79ec3f5f810f8 +SIZE (McKael-madonctl-v2.3.1-b936445_GH0.tar.gz) = 1830510 SHA256 (McKael-madon-v2.3.0_GH0.tar.gz) = c970cb350b3da734399906e6da4b333d300dbaa820af921cb2c72cc6e533c600 SIZE (McKael-madon-v2.3.0_GH0.tar.gz) = 17197 SHA256 (fsnotify-fsnotify-v1.4.7_GH0.tar.gz) = b7530d973d0ab0e58ad8ce1b9a4b963d6f57b3d72f2f9e13d49846976361b1cd @@ -9,16 +9,16 @@ SHA256 (ghodss-yaml-v1.0.0_GH0.tar.gz) = 8a76b47cd1719 SIZE (ghodss-yaml-v1.0.0_GH0.tar.gz) = 11772 SHA256 (go-yaml-yaml-v2.2.2_GH0.tar.gz) = 42c3e4ef9eca2860d22b3c6c5582c6c13fb4b417e5ebc1acc56ee5e2c4ddcaff SIZE (go-yaml-yaml-v2.2.2_GH0.tar.gz) = 70656 -SHA256 (golang-net-3ec1911_GH0.tar.gz) = ad1bbf37e8a125a3f989e9f1fbf7f7561a3f275f04baacd9f336367d9fc999c6 -SIZE (golang-net-3ec1911_GH0.tar.gz) = 1096221 -SHA256 (golang-oauth2-950ef44_GH0.tar.gz) = 1b8de4d4502640b84ecc10dc477c281fd3df09609c93a6b9f86693eea9844b8a -SIZE (golang-oauth2-950ef44_GH0.tar.gz) = 45310 -SHA256 (golang-sys-61b9204_GH0.tar.gz) = a73df35a8c64cf371fda32e00519f15614f4dd5f26cd85d7a4598fa80d51d052 -SIZE (golang-sys-61b9204_GH0.tar.gz) = 1418673 -SHA256 (golang-text-342b2e1_GH0.tar.gz) = ee7a5a3208158692a6fb5b6a54c920cc167da399223a335b3bc2141a43b61a82 -SIZE (golang-text-342b2e1_GH0.tar.gz) = 7168276 -SHA256 (gorilla-websocket-v1.4.0_GH0.tar.gz) = 2b5743c72bd0930c5a80e49c0138b5b7d27fa7c085efd0c86805cccfa7220c9d -SIZE (gorilla-websocket-v1.4.0_GH0.tar.gz) = 50228 +SHA256 (golang-net-ba9fcec_GH0.tar.gz) = fa35ccfabf7e364a85bfe7ba6e8cb9f5a928e1018ba50a814fa61d6209e02c95 +SIZE (golang-net-ba9fcec_GH0.tar.gz) = 1099861 +SHA256 (golang-oauth2-0f29369_GH0.tar.gz) = 0b2093495f3f8e2938b829c07e768918004b92f8a4d2b5c23fe7de0069821652 +SIZE (golang-oauth2-0f29369_GH0.tar.gz) = 45469 +SHA256 (golang-sys-749cb33_GH0.tar.gz) = 14cd0776aff1de547c3d2501e985917d5843fbbab11c9f8c2ad7bb2c7a1279a8 +SIZE (golang-sys-749cb33_GH0.tar.gz) = 1468012 +SHA256 (golang-text-3d0f797_GH0.tar.gz) = d5cbfc9ac93211708e336c9129947b1f4146ed402b6cd624732e36838e1df4e9 +SIZE (golang-text-3d0f797_GH0.tar.gz) = 7168341 +SHA256 (gorilla-websocket-v1.4.1_GH0.tar.gz) = 9e5bd337d58a978bf4072767252ddb394b53e2b459697633794abd96e8eb3fa6 +SIZE (gorilla-websocket-v1.4.1_GH0.tar.gz) = 54218 SHA256 (hashicorp-hcl-v1.0.0_GH0.tar.gz) = 50632428210503070fd2fde748c88b7414bf84a6a0eadebf9d8e596a033bead2 SIZE (hashicorp-hcl-v1.0.0_GH0.tar.gz) = 70658 SHA256 (kr-text-v0.1.0_GH0.tar.gz) = b67f2744020b25f9298153af0992db252d195edd7ca5afa3b19d6ac300c2d14e @@ -27,8 +27,8 @@ SHA256 (magiconair-properties-v1.8.1_GH0.tar.gz) = 444 SIZE (magiconair-properties-v1.8.1_GH0.tar.gz) = 29735 SHA256 (mattn-go-go1.9.1_GH0.tar.gz) = cffb270091d61263254a130543ec7de30e4c3d847d394ea6fb71e09ce22f63fb SIZE (mattn-go-go1.9.1_GH0.tar.gz) = 16355327 -SHA256 (mattn-go-isatty-v0.0.7_GH0.tar.gz) = 80b6b3e4fee3b15864f23d622129c17ba222786f8c93bb01f8805f3cb91dfefe -SIZE (mattn-go-isatty-v0.0.7_GH0.tar.gz) = 3559 +SHA256 (mattn-go-isatty-v0.0.9_GH0.tar.gz) = 71d57a3fb3f990a5a5d1e190ae5112a8aca2fcdda9eb42770bd524076e8f371f +SIZE (mattn-go-isatty-v0.0.9_GH0.tar.gz) = 3904 SHA256 (mitchellh-mapstructure-v1.1.2_GH0.tar.gz) = 53fbc06b125ff1c9c73a4eb1764346932671a29c67a45a92e2ebc6855635069b SIZE (mitchellh-mapstructure-v1.1.2_GH0.tar.gz) = 20980 SHA256 (pelletier-go-toml-v1.4.0_GH0.tar.gz) = 04fb4855a64495c0c055c83b8a3446cabc6bfa4830eb458816370db38c0e67b0 @@ -43,13 +43,13 @@ SHA256 (spf13-afero-v1.2.2_GH0.tar.gz) = b577afca7e983 SIZE (spf13-afero-v1.2.2_GH0.tar.gz) = 46157 SHA256 (spf13-cast-v1.3.0_GH0.tar.gz) = e685282ea33f89e9354d148ad1886f532bcebe86b0b60a167988f7c6d081085f SIZE (spf13-cast-v1.3.0_GH0.tar.gz) = 11085 -SHA256 (spf13-cobra-v0.0.3_GH0.tar.gz) = 7eafb953b58fdd738c4db5202d94a0b6ac0de4f07718fc85a80450c2347c2f9c -SIZE (spf13-cobra-v0.0.3_GH0.tar.gz) = 101526 +SHA256 (spf13-cobra-v0.0.5_GH0.tar.gz) = 79226ce00e2b91306277e679d024eea6d17d0c02fc671555fd25df0c3ea07423 +SIZE (spf13-cobra-v0.0.5_GH0.tar.gz) = 111126 SHA256 (spf13-jwalterweatherman-v1.1.0_GH0.tar.gz) = 4fd850a792c5738954c4801cf549d8d0bf53edd17139cd39d179aa5abf7ec68d SIZE (spf13-jwalterweatherman-v1.1.0_GH0.tar.gz) = 6871 SHA256 (spf13-pflag-v1.0.3_GH0.tar.gz) = 9e57f86f493f04d9077fccd04e7139ebf243dd544e917ab83d35729b3e54a124 SIZE (spf13-pflag-v1.0.3_GH0.tar.gz) = 46002 -SHA256 (spf13-viper-v1.3.2_GH0.tar.gz) = 3eb6e09dc9de3d46ad659b97774afa3f27b560b642ca025bee04d14b5aad3b16 -SIZE (spf13-viper-v1.3.2_GH0.tar.gz) = 36932 -SHA256 (stretchr-testify-v1.3.0_GH0.tar.gz) = 0cd9c199a72b8d80621624b37c0ed5ac724352d458506a31dfa86710551e7fc5 -SIZE (stretchr-testify-v1.3.0_GH0.tar.gz) = 102859 +SHA256 (spf13-viper-v1.4.0_GH0.tar.gz) = ee522a00960a36db8f83c820a85fce99a177db2b022697e5c1881cd852d9c4c0 +SIZE (spf13-viper-v1.4.0_GH0.tar.gz) = 44183 +SHA256 (stretchr-testify-v1.4.0_GH0.tar.gz) = 3ae072321569a8cd6d77de8f3be774165e136198ce808df0a31589237ba59698 +SIZE (stretchr-testify-v1.4.0_GH0.tar.gz) = 110085
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201909072243.x87MhqrY043800>