diff --git a/dns/doggo/Makefile b/dns/doggo/Makefile index 6c1c25d87d82..8b54d7383353 100644 --- a/dns/doggo/Makefile +++ b/dns/doggo/Makefile @@ -1,64 +1,63 @@ PORTNAME= doggo DISTVERSIONPREFIX= v -DISTVERSION= 1.2.0 -PORTREVISION= 4 +DISTVERSION= 1.4.0 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 9609a3614b57..c6ab9e415fe5 100644 --- a/dns/doggo/distinfo +++ b/dns/doggo/distinfo @@ -1,5 +1,5 @@ -TIMESTAMP = 1782227693 -SHA256 (go/dns_doggo/doggo-v1.2.0/v1.2.0.mod) = b06fd0cf2add605d8168d32c811318af464ad094c4bb65e9e60fc28db4df11c6 -SIZE (go/dns_doggo/doggo-v1.2.0/v1.2.0.mod) = 1902 -SHA256 (go/dns_doggo/doggo-v1.2.0/v1.2.0.zip) = 4a115db6aafca9d77ccdd6e69321754aa16a4a135e2a24bcece25aee61a413c1 -SIZE (go/dns_doggo/doggo-v1.2.0/v1.2.0.zip) = 2512492 +TIMESTAMP = 1788932758 +SHA256 (go/dns_doggo/doggo-v1.4.0/v1.4.0.mod) = 7b907d3ede9e3a42d58a7f29ca88034a50157b2cff1a300b05425603608df00c +SIZE (go/dns_doggo/doggo-v1.4.0/v1.4.0.mod) = 1946 +SHA256 (go/dns_doggo/doggo-v1.4.0/v1.4.0.zip) = d90784ba86baa43278c65d2155d570ee3d97ba7b255165f486532d93c56968f8 +SIZE (go/dns_doggo/doggo-v1.4.0/v1.4.0.zip) = 2644931