diff --git a/sysutils/terraform-switcher/Makefile b/sysutils/terraform-switcher/Makefile index d1acc6e183b8..a4ddad577c01 100644 --- a/sysutils/terraform-switcher/Makefile +++ b/sysutils/terraform-switcher/Makefile @@ -1,53 +1,54 @@ # Created by: Gabriel M. Dutra <0xdutra@gmail.com> PORTNAME= terraform-switcher -DISTVERSION= 0.13.1218 -PORTREVISION= 1 +DISTVERSION= 0.13.1250 CATEGORIES= sysutils MAINTAINER= 0xdutra@gmail.com COMMENT= Tool to switch between different versions of terraform LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE USES= go:modules USE_GITHUB= yes GH_ACCOUNT= warrensbox GH_TUPLE= \ agext:levenshtein:v1.2.2:agext_levenshtein/vendor/github.com/agext/levenshtein \ apparentlymart:go-textseg:v1.0.0:apparentlymart_go_textseg/vendor/github.com/apparentlymart/go-textseg \ apparentlymart:go-textseg:v13.0.0:apparentlymart_go_textseg_v13/vendor/github.com/apparentlymart/go-textseg/v13 \ + chzyer:logex:v1.1.10:chzyer_logex/vendor/github.com/chzyer/logex \ chzyer:readline:f6d7a1f6fbf3:chzyer_readline/vendor/github.com/chzyer/readline \ + chzyer:test:a1ea475d72b1:chzyer_test/vendor/github.com/chzyer/test \ fsnotify:fsnotify:v1.4.7:fsnotify_fsnotify/vendor/github.com/fsnotify/fsnotify \ go-yaml:yaml:v2.2.2:go_yaml_yaml/vendor/gopkg.in/yaml.v2 \ golang:sys:0f9fa26af87c:golang_sys/vendor/golang.org/x/sys \ golang:text:v0.3.5:golang_text/vendor/golang.org/x/text \ google:go-cmp:v0.3.1:google_go_cmp/vendor/github.com/google/go-cmp \ hashicorp:go-version:v1.4.0:hashicorp_go_version/vendor/github.com/hashicorp/go-version \ hashicorp:hcl2:fb75b3253c80:hashicorp_hcl2/vendor/github.com/hashicorp/hcl2 \ hashicorp:hcl:v1.0.0:hashicorp_hcl/vendor/github.com/hashicorp/hcl \ hashicorp:hcl:v2.0.0:hashicorp_hcl_v2/vendor/github.com/hashicorp/hcl/v2 \ hashicorp:terraform-config-inspect:90acf1ca460f:hashicorp_terraform_config_inspect/vendor/github.com/hashicorp/terraform-config-inspect \ juju:ansiterm:720a0952cc2a:juju_ansiterm/vendor/github.com/juju/ansiterm \ lunixbochs:vtclean:d14193dfc626:lunixbochs_vtclean/vendor/github.com/lunixbochs/vtclean \ magiconair:properties:v1.8.1:magiconair_properties/vendor/github.com/magiconair/properties \ manifoldco:promptui:c0c0d3afc6a0:manifoldco_promptui/vendor/github.com/manifoldco/promptui \ mattn:go-colorable:v0.0.9:mattn_go_colorable/vendor/github.com/mattn/go-colorable \ mattn:go-isatty:v0.0.3:mattn_go_isatty/vendor/github.com/mattn/go-isatty \ mitchellh:go-homedir:v1.1.0:mitchellh_go_homedir/vendor/github.com/mitchellh/go-homedir \ mitchellh:go-wordwrap:v1.0.0:mitchellh_go_wordwrap/vendor/github.com/mitchellh/go-wordwrap \ mitchellh:mapstructure:v1.1.2:mitchellh_mapstructure/vendor/github.com/mitchellh/mapstructure \ pborman:getopt:7148bc3a4c30:pborman_getopt/vendor/github.com/pborman/getopt \ pelletier:go-toml:v1.4.0:pelletier_go_toml/vendor/github.com/pelletier/go-toml \ 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: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 \ zclconf:go-cty:v1.8.0:zclconf_go_cty/vendor/github.com/zclconf/go-cty PLIST_FILES= bin/${PORTNAME} .include diff --git a/sysutils/terraform-switcher/distinfo b/sysutils/terraform-switcher/distinfo index 908c21b4806a..e614f66355cf 100644 --- a/sysutils/terraform-switcher/distinfo +++ b/sysutils/terraform-switcher/distinfo @@ -1,65 +1,69 @@ -TIMESTAMP = 1650841856 -SHA256 (warrensbox-terraform-switcher-0.13.1218_GH0.tar.gz) = 397b52616580dc571b87b9bfd8849e375796ddf7b01186414edd33cbfe58d8df -SIZE (warrensbox-terraform-switcher-0.13.1218_GH0.tar.gz) = 485181 +TIMESTAMP = 1653709967 +SHA256 (warrensbox-terraform-switcher-0.13.1250_GH0.tar.gz) = fa46b83ef84c0c3b3271f1536f19f0c7f4544f3baab4871a2ad7cc8eee7b1719 +SIZE (warrensbox-terraform-switcher-0.13.1250_GH0.tar.gz) = 485917 SHA256 (agext-levenshtein-v1.2.2_GH0.tar.gz) = b238bfd1dce6da173913c27cf2e172d58a55e7e6b7fc11736c7e45bd1af4818f SIZE (agext-levenshtein-v1.2.2_GH0.tar.gz) = 13098 SHA256 (apparentlymart-go-textseg-v1.0.0_GH0.tar.gz) = addc7fbd3684db4b0a56744409b6bd96931387aa0f904ac67340fbbd233b41e0 SIZE (apparentlymart-go-textseg-v1.0.0_GH0.tar.gz) = 129532 SHA256 (apparentlymart-go-textseg-v13.0.0_GH0.tar.gz) = 7479ac3309883e2bdb6f562004f2044d3d13d19b78c41db12957aa573fdf3556 SIZE (apparentlymart-go-textseg-v13.0.0_GH0.tar.gz) = 133786 +SHA256 (chzyer-logex-v1.1.10_GH0.tar.gz) = 578a6e2cc10cd9e188b9edbd9dfb762dae7d49e47c4f46637e6c7626641a5cef +SIZE (chzyer-logex-v1.1.10_GH0.tar.gz) = 4343 SHA256 (chzyer-readline-f6d7a1f6fbf3_GH0.tar.gz) = 580a56ae1160535b0f9d76d1de093844403e11c3e8104499541773e01f360906 SIZE (chzyer-readline-f6d7a1f6fbf3_GH0.tar.gz) = 36829 +SHA256 (chzyer-test-a1ea475d72b1_GH0.tar.gz) = fe176a7cdbf71ade6977f351b411da51a69f9ac9e75278e69f6e6303dad0b68d +SIZE (chzyer-test-a1ea475d72b1_GH0.tar.gz) = 4006 SHA256 (fsnotify-fsnotify-v1.4.7_GH0.tar.gz) = b7530d973d0ab0e58ad8ce1b9a4b963d6f57b3d72f2f9e13d49846976361b1cd SIZE (fsnotify-fsnotify-v1.4.7_GH0.tar.gz) = 31139 SHA256 (go-yaml-yaml-v2.2.2_GH0.tar.gz) = 42c3e4ef9eca2860d22b3c6c5582c6c13fb4b417e5ebc1acc56ee5e2c4ddcaff SIZE (go-yaml-yaml-v2.2.2_GH0.tar.gz) = 70656 SHA256 (golang-sys-0f9fa26af87c_GH0.tar.gz) = 4a7725e85ddaba8f2efc9b799eb00f4b3d522ea8ed9ad0ce08783febe3ec97a1 SIZE (golang-sys-0f9fa26af87c_GH0.tar.gz) = 1202044 SHA256 (golang-text-v0.3.5_GH0.tar.gz) = f85d1185ba116cd40ef8cf702fe1d960ed41d039c08fd314dbeb5866f3166f27 SIZE (golang-text-v0.3.5_GH0.tar.gz) = 8348127 SHA256 (google-go-cmp-v0.3.1_GH0.tar.gz) = a95fa266e5c2283b813102f265c1bdf5b78100f9889b984aef828eb094efe6e3 SIZE (google-go-cmp-v0.3.1_GH0.tar.gz) = 76403 SHA256 (hashicorp-go-version-v1.4.0_GH0.tar.gz) = 6414647d4dfe0835d9ce5c9f62b40ba1c0b33957a235b7f36e172cb35583d4bf SIZE (hashicorp-go-version-v1.4.0_GH0.tar.gz) = 15373 SHA256 (hashicorp-hcl2-fb75b3253c80_GH0.tar.gz) = 829f0de2566a8b12e68b754d96d0a3323fdd9e75fbfdeb0c34da262bc2966929 SIZE (hashicorp-hcl2-fb75b3253c80_GH0.tar.gz) = 382675 SHA256 (hashicorp-hcl-v1.0.0_GH0.tar.gz) = 50632428210503070fd2fde748c88b7414bf84a6a0eadebf9d8e596a033bead2 SIZE (hashicorp-hcl-v1.0.0_GH0.tar.gz) = 70658 SHA256 (hashicorp-hcl-v2.0.0_GH0.tar.gz) = bcb08b5b10982ad719b8f3849f2ca45e3fce45a6d6dd1ce82f263d7b8330f369 SIZE (hashicorp-hcl-v2.0.0_GH0.tar.gz) = 370242 SHA256 (hashicorp-terraform-config-inspect-90acf1ca460f_GH0.tar.gz) = de57ee86003048ae6c5aab61b258b77058dac259a165354907cdd6bfed9eab3b SIZE (hashicorp-terraform-config-inspect-90acf1ca460f_GH0.tar.gz) = 31871 SHA256 (juju-ansiterm-720a0952cc2a_GH0.tar.gz) = 5595c2dc8973aab36a69648d4d94cac75a9ff4a28eb074a7b82b030fc7edbf64 SIZE (juju-ansiterm-720a0952cc2a_GH0.tar.gz) = 15417 SHA256 (lunixbochs-vtclean-d14193dfc626_GH0.tar.gz) = 9e35bb3474791049b2270f191a55ea7c89868ccd6f66e262cd7285a28b7a648d SIZE (lunixbochs-vtclean-d14193dfc626_GH0.tar.gz) = 4253 SHA256 (magiconair-properties-v1.8.1_GH0.tar.gz) = 4449df3d2be86608bfc997228f66f1cff57bf620cc5bf9ba44339c7e4c5612dd SIZE (magiconair-properties-v1.8.1_GH0.tar.gz) = 29735 SHA256 (manifoldco-promptui-c0c0d3afc6a0_GH0.tar.gz) = 38cd7221f12ddf5bebf3df7ba047cad885a8ccffe050c092e17ced7ed121f627 SIZE (manifoldco-promptui-c0c0d3afc6a0_GH0.tar.gz) = 19117 SHA256 (mattn-go-colorable-v0.0.9_GH0.tar.gz) = 703db7bd13f84446bb06a7f075cf6b21d65b828cd6831dc9069e28b564bdfb87 SIZE (mattn-go-colorable-v0.0.9_GH0.tar.gz) = 7593 SHA256 (mattn-go-isatty-v0.0.3_GH0.tar.gz) = daf68970a6506650b05bac72082865f88d582ecdb74418b95ac5621d5392b633 SIZE (mattn-go-isatty-v0.0.3_GH0.tar.gz) = 3364 SHA256 (mitchellh-go-homedir-v1.1.0_GH0.tar.gz) = 646671c73a84a8dfb4a5a76b80c7b63549ffefa906524d45077301bc7da76600 SIZE (mitchellh-go-homedir-v1.1.0_GH0.tar.gz) = 3362 SHA256 (mitchellh-go-wordwrap-v1.0.0_GH0.tar.gz) = 9bcf5c1f8b66594c73f606502bb3d9713d862a71ea66d8641e2a0b7bb66cb252 SIZE (mitchellh-go-wordwrap-v1.0.0_GH0.tar.gz) = 2777 SHA256 (mitchellh-mapstructure-v1.1.2_GH0.tar.gz) = 53fbc06b125ff1c9c73a4eb1764346932671a29c67a45a92e2ebc6855635069b SIZE (mitchellh-mapstructure-v1.1.2_GH0.tar.gz) = 20980 SHA256 (pborman-getopt-7148bc3a4c30_GH0.tar.gz) = 1bc9d6aaa4f6b267259f22210d8be705cb4a75311a30f0878e5611254e683bc8 SIZE (pborman-getopt-7148bc3a4c30_GH0.tar.gz) = 37925 SHA256 (pelletier-go-toml-v1.4.0_GH0.tar.gz) = 04fb4855a64495c0c055c83b8a3446cabc6bfa4830eb458816370db38c0e67b0 SIZE (pelletier-go-toml-v1.4.0_GH0.tar.gz) = 73274 SHA256 (spf13-afero-v1.2.2_GH0.tar.gz) = b577afca7e9839aa7cf0ddd712af553aec671b74f97fe0c88c63f911d1020570 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-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.4.0_GH0.tar.gz) = ee522a00960a36db8f83c820a85fce99a177db2b022697e5c1881cd852d9c4c0 SIZE (spf13-viper-v1.4.0_GH0.tar.gz) = 44183 SHA256 (zclconf-go-cty-v1.8.0_GH0.tar.gz) = 0cf0c1ab17e886ca6bc202661eb1a5006a4f0bcbe9e5faa8f67468204b9a14d4 SIZE (zclconf-go-cty-v1.8.0_GH0.tar.gz) = 185575