diff options
Diffstat (limited to 'security/enc/Makefile')
-rw-r--r-- | security/enc/Makefile | 25 |
1 files changed, 6 insertions, 19 deletions
diff --git a/security/enc/Makefile b/security/enc/Makefile index d358605824f2..86766ecf88c0 100644 --- a/security/enc/Makefile +++ b/security/enc/Makefile @@ -1,11 +1,10 @@ PORTNAME= enc -DISTVERSION= 1.1.3 -PORTREVISION= 8 +DISTVERSION= 1.1.4 CATEGORIES= security -MAINTAINER= DtxdF@disroot.org +MAINTAINER= dtxdf@FreeBSD.org COMMENT= Modern and friendly CLI alternative to GnuPG -WWW= https://github.com/life4/enc +WWW= https://github.com/life4/${PORTNAME} LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE @@ -13,21 +12,9 @@ LICENSE_FILE= ${WRKSRC}/LICENSE USES= go:modules USE_GITHUB= yes GH_ACCOUNT= life4 +GO_MOD_DIST= github +GO_MODULE= github.com/life4/${PORTNAME} -GH_TUPLE= ProtonMail:go-crypto:afb1ddc0824c:protonmail_go_crypto/vendor/github.com/ProtonMail/go-crypto \ - ProtonMail:go-mime:7d82a3887f2f:protonmail_go_mime/vendor/github.com/ProtonMail/go-mime \ - ProtonMail:gopenpgp:v2.7.4:protonmail_gopenpgp_v2/vendor/github.com/ProtonMail/gopenpgp/v2 \ - cloudflare:circl:v1.3.7:cloudflare_circl/vendor/github.com/cloudflare/circl \ - golang:crypto:v0.18.0:golang_crypto/vendor/golang.org/x/crypto \ - golang:sync:v0.6.0:golang_sync/vendor/golang.org/x/sync \ - golang:sys:v0.16.0:golang_sys/vendor/golang.org/x/sys \ - golang:text:v0.14.0:golang_text/vendor/golang.org/x/text \ - inconshreveable:mousetrap:v1.1.0:inconshreveable_mousetrap/vendor/github.com/inconshreveable/mousetrap \ - matryer:is:v1.4.0:matryer_is/vendor/github.com/matryer/is \ - pkg:errors:v0.9.1:pkg_errors/vendor/github.com/pkg/errors \ - spf13:cobra:v1.8.0:spf13_cobra/vendor/github.com/spf13/cobra \ - spf13:pflag:v1.0.5:spf13_pflag/vendor/github.com/spf13/pflag - -PLIST_FILES= bin/enc +PLIST_FILES= bin/${PORTNAME} .include <bsd.port.mk> |