diff --git a/dns/doggo/Makefile b/dns/doggo/Makefile index b5044bc78152..5f12cac32d8e 100644 --- a/dns/doggo/Makefile +++ b/dns/doggo/Makefile @@ -1,64 +1,63 @@ PORTNAME= doggo DISTVERSIONPREFIX= v -DISTVERSION= 1.1.5 -PORTREVISION= 1 +DISTVERSION= 1.1.6 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 +USES= go:1.26+,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 b98184ccc243..51a06f4f3df0 100644 --- a/dns/doggo/distinfo +++ b/dns/doggo/distinfo @@ -1,5 +1,5 @@ -TIMESTAMP = 1775931996 -SHA256 (go/dns_doggo/doggo-v1.1.5/v1.1.5.mod) = 34a7cd04c72d4210f6f589f565500bf37eae131f7845e49309dd44d2cde243e3 -SIZE (go/dns_doggo/doggo-v1.1.5/v1.1.5.mod) = 1900 -SHA256 (go/dns_doggo/doggo-v1.1.5/v1.1.5.zip) = 9288f5d8eb825bc005baf895dd5a2dc53e4bd0aa7ec0b45e6453ccb7c5f6c7d0 -SIZE (go/dns_doggo/doggo-v1.1.5/v1.1.5.zip) = 2499011 +TIMESTAMP = 1779287230 +SHA256 (go/dns_doggo/doggo-v1.1.6/v1.1.6.mod) = 2488cfd398379bc451f43bed82cea3ac78bb69b33e080410df14c1cfa008efa0 +SIZE (go/dns_doggo/doggo-v1.1.6/v1.1.6.mod) = 1902 +SHA256 (go/dns_doggo/doggo-v1.1.6/v1.1.6.zip) = 5ea1bcd64936ea1cc0eca78a232780a158913f3221c196499ff1432a49f0ece6 +SIZE (go/dns_doggo/doggo-v1.1.6/v1.1.6.zip) = 2501531