diff --git a/dns/doggo/Makefile b/dns/doggo/Makefile index 597246083a9a..a8ec4a136de2 100644 --- a/dns/doggo/Makefile +++ b/dns/doggo/Makefile @@ -1,64 +1,63 @@ PORTNAME= doggo DISTVERSIONPREFIX= v -DISTVERSION= 1.0.5 -PORTREVISION= 9 +DISTVERSION= 1.1.2 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:modules +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 999c962291b8..a9ce896285fb 100644 --- a/dns/doggo/distinfo +++ b/dns/doggo/distinfo @@ -1,5 +1,5 @@ -TIMESTAMP = 1728745159 -SHA256 (go/dns_doggo/doggo-v1.0.5/v1.0.5.mod) = 313f68ee3d9da1ad842d32e0b9eb9c145fa5982d8a54f641159693ef191c88b9 -SIZE (go/dns_doggo/doggo-v1.0.5/v1.0.5.mod) = 1908 -SHA256 (go/dns_doggo/doggo-v1.0.5/v1.0.5.zip) = 034b582b27e5523baf32cf48bae75b2ab14323d84422fea6825f2f7b366a3df9 -SIZE (go/dns_doggo/doggo-v1.0.5/v1.0.5.zip) = 2472383 +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