diff --git a/security/y509/Makefile b/security/y509/Makefile index db498cdb3b5d..9d82facbaefb 100644 --- a/security/y509/Makefile +++ b/security/y509/Makefile @@ -1,43 +1,42 @@ PORTNAME= y509 DISTVERSIONPREFIX= v -DISTVERSION= 1.0.3 -PORTREVISION= 1 +DISTVERSION= 1.0.4 CATEGORIES= security MAINTAINER= olgeni@FreeBSD.org COMMENT= TUI tool for viewing and analyzing X.509 certificate chains WWW= https://github.com/kanywst/y509 LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE USES= go:modules GO_MODULE= github.com/kanywst/y509 GO_TARGET= ./cmd/${PORTNAME} GO_LDFLAGS= -X ${GO_MODULE}/internal/version.Version=${DISTVERSION} PLIST_FILES= bin/${PORTNAME} \ etc/bash_completion.d/${PORTNAME} \ share/fish/completions/${PORTNAME}.fish \ share/zsh/site-functions/_${PORTNAME} post-build: @${MKDIR} ${GO_WRKSRC}/completions .for sh in bash fish zsh ${GO_WRKDIR_BIN}/${PORTNAME} completion ${sh} > \ ${GO_WRKSRC}/completions/${PORTNAME}.${sh} .endfor post-install: @${MKDIR} ${STAGEDIR}${PREFIX}/etc/bash_completion.d \ ${STAGEDIR}${PREFIX}/share/fish/completions \ ${STAGEDIR}${PREFIX}/share/zsh/site-functions ${INSTALL_DATA} ${GO_WRKSRC}/completions/${PORTNAME}.bash \ ${STAGEDIR}${PREFIX}/etc/bash_completion.d/${PORTNAME} ${INSTALL_DATA} ${GO_WRKSRC}/completions/${PORTNAME}.fish \ ${STAGEDIR}${PREFIX}/share/fish/completions/${PORTNAME}.fish ${INSTALL_DATA} ${GO_WRKSRC}/completions/${PORTNAME}.zsh \ ${STAGEDIR}${PREFIX}/share/zsh/site-functions/_${PORTNAME} .include diff --git a/security/y509/distinfo b/security/y509/distinfo index 98d794bbea95..3b5fc095554f 100644 --- a/security/y509/distinfo +++ b/security/y509/distinfo @@ -1,5 +1,5 @@ -TIMESTAMP = 1787896497 -SHA256 (go/security_y509/y509-v1.0.3/v1.0.3.mod) = 88dad6302107b6696d818f69b8cdc150b9f43b5ef6903725a3c9f2022fc2ad6f -SIZE (go/security_y509/y509-v1.0.3/v1.0.3.mod) = 11408 -SHA256 (go/security_y509/y509-v1.0.3/v1.0.3.zip) = 153954a9d6da26ea734a152a1fd79bbebd7171893d120f9903e2bd48ac6d80f0 -SIZE (go/security_y509/y509-v1.0.3/v1.0.3.zip) = 1527463 +TIMESTAMP = 1788418521 +SHA256 (go/security_y509/y509-v1.0.4/v1.0.4.mod) = dae5f39d2598b675ad17453b308522aa5088ccc3fa00e060503da18ceae25470 +SIZE (go/security_y509/y509-v1.0.4/v1.0.4.mod) = 11408 +SHA256 (go/security_y509/y509-v1.0.4/v1.0.4.zip) = 8c166841b7192e90179f8b573898582245daa0bf1d754e7ab7bc33932224b26d +SIZE (go/security_y509/y509-v1.0.4/v1.0.4.zip) = 1529826