diff --git a/dns/doggo/Makefile b/dns/doggo/Makefile index 95cf725e4ae4..7ce5e648b75b 100644 --- a/dns/doggo/Makefile +++ b/dns/doggo/Makefile @@ -1,64 +1,63 @@ PORTNAME= doggo DISTVERSIONPREFIX= v -DISTVERSION= 1.1.2 -PORTREVISION= 2 +DISTVERSION= 1.1.4 PORTEPOCH= 1 CATEGORIES= dns MAINTAINER= yuri@FreeBSD.org COMMENT= Modern command-line DNS client (like dig) WWW= https://github.com/mr-karan/doggo LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/LICENSE FLAVORS= default webui FLAVOR?= ${FLAVORS:[1]} webui_PKGNAMESUFFIX= -webui USES= go:1.25+,modules .if ${FLAVOR} == webui COMMENT+= (web UI version) .endif GO_MODULE= github.com/mr-karan/doggo .if ${FLAVOR} == default GO_TARGET= ./cmd/${PORTNAME} .endif .if ${FLAVOR} == webui GO_TARGET= ./web .endif .if ${FLAVOR} == default PLIST_FILES= bin/${PORTNAME} \ share/bash-completion/completions/_${PORTNAME} \ share/fish/completions/${PORTNAME}.fish \ share/zsh/site-functions/_${PORTNAME} .endif .if ${FLAVOR} == webui PLIST_FILES= bin/${PORTNAME}-webui .endif .if ${FLAVOR} == default post-install: # install completions # bash @${MKDIR} ${STAGEDIR}${PREFIX}/share/bash-completion/completions ${STAGEDIR}${PREFIX}/bin/${PORTNAME} completions bash > \ ${STAGEDIR}${PREFIX}/share/bash-completion/completions/_${PORTNAME} # fish @${MKDIR} ${STAGEDIR}${PREFIX}/share/fish/completions ${STAGEDIR}${PREFIX}/bin/${PORTNAME} completions fish > \ ${STAGEDIR}${PREFIX}/share/fish/completions/${PORTNAME}.fish # zsh @${MKDIR} ${STAGEDIR}${PREFIX}/share/zsh/site-functions ${STAGEDIR}${PREFIX}/bin/${PORTNAME} completions zsh > \ ${STAGEDIR}${PREFIX}/share/zsh/site-functions/_${PORTNAME} .endif .if ${FLAVOR} == webui post-install: # rename executable @${MV} ${STAGEDIR}${PREFIX}/bin/web ${STAGEDIR}${PREFIX}/bin/${PORTNAME}-webui .endif .include diff --git a/dns/doggo/distinfo b/dns/doggo/distinfo index a9ce896285fb..b648dc554787 100644 --- a/dns/doggo/distinfo +++ b/dns/doggo/distinfo @@ -1,5 +1,5 @@ -TIMESTAMP = 1762287165 -SHA256 (go/dns_doggo/doggo-v1.1.2/v1.1.2.mod) = 049f1109fa96d5df4bfd0df2370ed3bb7827e17a0a06103f7c18c86f84c059c6 -SIZE (go/dns_doggo/doggo-v1.1.2/v1.1.2.mod) = 1844 -SHA256 (go/dns_doggo/doggo-v1.1.2/v1.1.2.zip) = e29f411aded9fe6cb7d55532261be7f4249f678c9f780941c38a270261df70dd -SIZE (go/dns_doggo/doggo-v1.1.2/v1.1.2.zip) = 2490381 +TIMESTAMP = 1767594312 +SHA256 (go/dns_doggo/doggo-v1.1.4/v1.1.4.mod) = e5f08b11e6ce223eb6a559a79e12649064e75817dac0330bafb728b6ab057b60 +SIZE (go/dns_doggo/doggo-v1.1.4/v1.1.4.mod) = 1858 +SHA256 (go/dns_doggo/doggo-v1.1.4/v1.1.4.zip) = 507b6dc37da05a694769ef621f0aae50a8d5fcc0e88bb7a2887eec115bba5755 +SIZE (go/dns_doggo/doggo-v1.1.4/v1.1.4.zip) = 2498832