diff --git a/dns/doggo/Makefile b/dns/doggo/Makefile index c19f5569162f..a1a5d90fbd3e 100644 --- a/dns/doggo/Makefile +++ b/dns/doggo/Makefile @@ -1,64 +1,63 @@ PORTNAME= doggo DISTVERSIONPREFIX= v -DISTVERSION= 1.1.4 -PORTREVISION= 4 +DISTVERSION= 1.1.5 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 b648dc554787..b98184ccc243 100644 --- a/dns/doggo/distinfo +++ b/dns/doggo/distinfo @@ -1,5 +1,5 @@ -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 +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