File tree 1 file changed +8
-10
lines changed 1 file changed +8
-10
lines changed Original file line number Diff line number Diff line change 3
3
PortSystem 1.0
4
4
PortGroup golang 1.0
5
5
6
- go.setup github.com/tofuutils/tenv 4.4.0 v
6
+ go.setup github.com/tofuutils/tenv 4.6.2 v
7
7
go.offline_build no
8
8
revision 0
9
9
@@ -16,16 +16,16 @@ long_description \
16
16
17
17
conflicts terraform \
18
18
terragrunt
19
-
19
+
20
20
categories sysutils
21
21
license Apache-2
22
22
maintainers {icloud.com:github.ssk @suhailskhan} \
23
23
openmaintainer
24
-
25
- checksums rmd160 b556266d0ee9db7e40ebe5452d3b7d5f0b9d73d7 \
26
- sha256 4ec009b0da3d1645d7ebd674b7f36ac92831946e8d5fff812c352fab041c1d39 \
27
- size 808268
28
-
24
+
25
+ checksums rmd160 4d3775f003b8b6e4c027f149c9a30a509b83ce46 \
26
+ sha256 f3ebd348301163509d23c0cb6963c6f69bc9b942c54188c09605cd63f08475a0 \
27
+ size 810827
28
+
29
29
build.env-append CGO_ENABLED=0
30
30
build.args-append -o ${worksrcpath} /build/ \
31
31
-ldflags=" -s -w -X main.version=${version} " \
@@ -56,11 +56,9 @@ destroot {
56
56
57
57
xinstall -d ${destroot}${prefix} /share/doc/${name}
58
58
xinstall -m 644 -W ${worksrcpath} \
59
- CHANGELOG.md LICENSE \
59
+ README.md CHANGELOG.md LICENSE SECURITY.md TENV_AS_LIB.md \
60
60
${destroot}${prefix} /share/doc/${name}
61
61
}
62
62
63
63
test.run yes
64
64
test.cmd ${prefix} /bin/tenv help
65
-
66
- github.livecheck.regex {([0-9.]+)}
You can’t perform that action at this time.
0 commit comments