git: de74c5fda2d7 - main - security/acmetool: migrate to golang 1.20, add new dependency
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 15 Aug 2023 13:50:03 UTC
The branch main has been updated by samm: URL: https://cgit.FreeBSD.org/ports/commit/?id=de74c5fda2d706dfa41170c4a0bce39210ae6b4b commit de74c5fda2d706dfa41170c4a0bce39210ae6b4b Author: Oleksii Samorukov <samm@FreeBSD.org> AuthorDate: 2023-08-15 13:47:53 +0000 Commit: Oleksii Samorukov <samm@FreeBSD.org> CommitDate: 2023-08-15 13:47:53 +0000 security/acmetool: migrate to golang 1.20, add new dependency - unbreak - use go 1.20 - add new dependency required for CGO enabled build --- security/acmetool/Makefile | 7 +++---- security/acmetool/distinfo | 4 +++- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/security/acmetool/Makefile b/security/acmetool/Makefile index 148d1313f71e..4e7159ae4392 100644 --- a/security/acmetool/Makefile +++ b/security/acmetool/Makefile @@ -1,7 +1,7 @@ PORTNAME= acmetool DISTVERSIONPREFIX= v DISTVERSION= 0.2.2 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= security MAINTAINER= samm@FreeBSD.org @@ -10,9 +10,7 @@ WWW= https://github.com/hlandau/acme/ LICENSE= MIT -BROKEN= requires unsupported go1.18 - -# USES= go:1.18 +USES= go:1.20 USE_GITHUB= yes GH_ACCOUNT= hlandau @@ -49,6 +47,7 @@ GH_TUPLE= alecthomas:template:fb15b89:template/vendor/github.com/alecthomas/temp square:go-jose:5606281:go_jose/vendor/gopkg.in/square/go-jose.v1 \ tylerb:graceful:4654dfb:graceful/vendor/gopkg.in/tylerb/graceful.v1 \ go-yaml:yaml:7649d45:go_yaml/vendor/gopkg.in/yaml.v2 \ + erikdubbelboer:gspt:ce36a51:gspt/vendor/github.com/erikdubbelboer/gspt GO_BUILDFLAGS= -ldflags "\ -X github.com/hlandau/acmetool/vendor/github.com/hlandau/acmetool/hooks.DefaultPath=${PREFIX}/libexec/acme/hooks \ diff --git a/security/acmetool/distinfo b/security/acmetool/distinfo index bb783377517b..b8c9f45e790c 100644 --- a/security/acmetool/distinfo +++ b/security/acmetool/distinfo @@ -1,4 +1,4 @@ -TIMESTAMP = 1685987239 +TIMESTAMP = 1692107086 SHA256 (hlandau-acmetool-v0.2.2_GH0.tar.gz) = 5671a4ff00c007dd00883c601c0a64ab9c4dc1ca4fa47e5801b69b015d43dfb3 SIZE (hlandau-acmetool-v0.2.2_GH0.tar.gz) = 121583 SHA256 (alecthomas-template-fb15b89_GH0.tar.gz) = edc515063323c61120740ef930ce60e659e9ae82e2b21062ec451ff675b8d6be @@ -65,3 +65,5 @@ SHA256 (tylerb-graceful-4654dfb_GH0.tar.gz) = 1c3320d71c47adb5ffcc10f0e5c641e0c9 SIZE (tylerb-graceful-4654dfb_GH0.tar.gz) = 15029 SHA256 (go-yaml-yaml-7649d45_GH0.tar.gz) = ec11ff7559ca3eb596caa64305a4b4286ebb82f15ecc00cfbbe4463e7dbf30a5 SIZE (go-yaml-yaml-7649d45_GH0.tar.gz) = 73219 +SHA256 (erikdubbelboer-gspt-ce36a51_GH0.tar.gz) = 8588b2741f9269f7302228f2a1f85dc220dcd485c308c905562f405b3d73d99c +SIZE (erikdubbelboer-gspt-ce36a51_GH0.tar.gz) = 4760