git: d0f2b630d9a9 - main - dns/doggo: update 0.5.7 → 1.0.4
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 04 Jul 2024 01:18:10 UTC
The branch main has been updated by yuri: URL: https://cgit.FreeBSD.org/ports/commit/?id=d0f2b630d9a9a266129ae0156d5cdaa92305fe83 commit d0f2b630d9a9a266129ae0156d5cdaa92305fe83 Author: Yuri Victorovich <yuri@FreeBSD.org> AuthorDate: 2024-07-03 23:47:14 +0000 Commit: Yuri Victorovich <yuri@FreeBSD.org> CommitDate: 2024-07-04 01:18:06 +0000 dns/doggo: update 0.5.7 → 1.0.4 --- dns/doggo/Makefile | 17 +++++++++++------ dns/doggo/distinfo | 10 +++++----- 2 files changed, 16 insertions(+), 11 deletions(-) diff --git a/dns/doggo/Makefile b/dns/doggo/Makefile index f5e7e6f3589e..305d96afc344 100644 --- a/dns/doggo/Makefile +++ b/dns/doggo/Makefile @@ -1,7 +1,6 @@ PORTNAME= doggo DISTVERSIONPREFIX= v -DISTVERSION= 0.5.7 -PORTREVISION= 7 +DISTVERSION= 1.0.4 PORTEPOCH= 1 CATEGORIES= dns @@ -18,16 +17,22 @@ GO_MODULE= github.com/mr-karan/doggo GO_TARGET= ./cmd/${PORTNAME} PLIST_FILES= bin/${PORTNAME} \ + share/bash-completion/completions/_${PORTNAME} \ share/fish/completions/${PORTNAME}.fish \ share/zsh/site-functions/_${PORTNAME} -post-install: - # install completions +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 - ${INSTALL_DATA} ${WRKSRC}/completions/${PORTNAME}.fish \ + ${STAGEDIR}${PREFIX}/bin/${PORTNAME} completions fish > \ ${STAGEDIR}${PREFIX}/share/fish/completions/${PORTNAME}.fish + # zsh @${MKDIR} ${STAGEDIR}${PREFIX}/share/zsh/site-functions - ${INSTALL_DATA} ${WRKSRC}/completions/${PORTNAME}.zsh \ + ${STAGEDIR}${PREFIX}/bin/${PORTNAME} completions zsh > \ ${STAGEDIR}${PREFIX}/share/zsh/site-functions/_${PORTNAME} .include <bsd.port.mk> diff --git a/dns/doggo/distinfo b/dns/doggo/distinfo index 31085bf23721..8d6e0492d633 100644 --- a/dns/doggo/distinfo +++ b/dns/doggo/distinfo @@ -1,5 +1,5 @@ -TIMESTAMP = 1699221377 -SHA256 (go/dns_doggo/doggo-v0.5.7/v0.5.7.mod) = 62db586937a3a57eccea9064fe17d106405b4aec0f1c06c6e5f813678ff49f9e -SIZE (go/dns_doggo/doggo-v0.5.7/v0.5.7.mod) = 1598 -SHA256 (go/dns_doggo/doggo-v0.5.7/v0.5.7.zip) = 70361e7891da26e31c57c610ddab43a126ab80fecf53c3750ef7acfd44db631d -SIZE (go/dns_doggo/doggo-v0.5.7/v0.5.7.zip) = 418217 +TIMESTAMP = 1720043357 +SHA256 (go/dns_doggo/doggo-v1.0.4/v1.0.4.mod) = 40496cde8f7ff744b0f47f52359693a41d4f350fda175fb999387cb8f024e943 +SIZE (go/dns_doggo/doggo-v1.0.4/v1.0.4.mod) = 1765 +SHA256 (go/dns_doggo/doggo-v1.0.4/v1.0.4.zip) = 87c93fa527c65ca9a54343e4a899efa802011c7872b5f65d6a3388bf8610f9ff +SIZE (go/dns_doggo/doggo-v1.0.4/v1.0.4.zip) = 2468455