diff --git a/dns/doggo/Makefile b/dns/doggo/Makefile index 5f12cac32d8e..9a9f03b26d65 100644 --- a/dns/doggo/Makefile +++ b/dns/doggo/Makefile @@ -1,63 +1,63 @@ PORTNAME= doggo DISTVERSIONPREFIX= v -DISTVERSION= 1.1.6 +DISTVERSION= 1.1.7 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.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 51a06f4f3df0..02004a6786ee 100644 --- a/dns/doggo/distinfo +++ b/dns/doggo/distinfo @@ -1,5 +1,5 @@ -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 +TIMESTAMP = 1779769753 +SHA256 (go/dns_doggo/doggo-v1.1.7/v1.1.7.mod) = d4b903ea16c54f886566935b09c2d624af3931dd99f29e8b9f68f38544395ec2 +SIZE (go/dns_doggo/doggo-v1.1.7/v1.1.7.mod) = 1902 +SHA256 (go/dns_doggo/doggo-v1.1.7/v1.1.7.zip) = 8643844606ec003a374e69e782a2aaec67c0402e6f7620b1924ce904bd1416e4 +SIZE (go/dns_doggo/doggo-v1.1.7/v1.1.7.zip) = 2510132