dns/doggo: Update 0.4.0 -> 0.4.1

Reported by:	portscout
This commit is contained in:
Yuri Victorovich 2021-08-19 10:53:39 -07:00
parent c8eb2895bc
commit a293784e8d
2 changed files with 17 additions and 9 deletions

View file

@ -1,6 +1,6 @@
PORTNAME= doggo
DISTVERSIONPREFIX= v
DISTVERSION= 0.4.0
DISTVERSION= 0.4.1
CATEGORIES= dns
MAINTAINER= yuri@FreeBSD.org
@ -12,11 +12,19 @@ LICENSE_FILE= ${WRKSRC}/LICENSE
USES= go:modules
GO_MODULE= github.com/mr-karan/doggo
GO_TARGET= ./cmd/${PORTNAME}/cli
GO_TARGET= ./cmd/${PORTNAME}
PLIST_FILES= bin/${PORTNAME}
PLIST_FILES= bin/${PORTNAME} \
share/fish/completions/${PORTNAME}.fish \
share/zsh/site-functions/_${PORTNAME}
post-install:
@cd ${STAGEDIR}${PREFIX} && ${MV} bin/cli bin/${PORTNAME}
# install completions
@${MKDIR} ${STAGEDIR}${PREFIX}/share/fish/completions
${INSTALL_DATA} ${WRKSRC}/completions/${PORTNAME}.fish \
${STAGEDIR}${PREFIX}/share/fish/completions/${PORTNAME}.fish
@${MKDIR} ${STAGEDIR}${PREFIX}/share/zsh/site-functions
${INSTALL_DATA} ${WRKSRC}/completions/${PORTNAME}.zsh \
${STAGEDIR}${PREFIX}/share/zsh/site-functions/_${PORTNAME}
.include <bsd.port.mk>

View file

@ -1,5 +1,5 @@
TIMESTAMP = 1619317943
SHA256 (go/dns_doggo/doggo-v0.4.0/v0.4.0.mod) = 5a9b611dd335420f6a0766a384ad25e127996b4b09048d7e43e361ca3bccb99a
SIZE (go/dns_doggo/doggo-v0.4.0/v0.4.0.mod) = 513
SHA256 (go/dns_doggo/doggo-v0.4.0/v0.4.0.zip) = 7b916c06fbfca127924e28427a5145e2f3aefcebcb49a25caa8bb99db86da2aa
SIZE (go/dns_doggo/doggo-v0.4.0/v0.4.0.zip) = 409376
TIMESTAMP = 1629394688
SHA256 (go/dns_doggo/doggo-v0.4.1/v0.4.1.mod) = 6011c9d90a7c335911e66b3744f0263c111e437b4f1002003645ce57ac116274
SIZE (go/dns_doggo/doggo-v0.4.1/v0.4.1.mod) = 468
SHA256 (go/dns_doggo/doggo-v0.4.1/v0.4.1.zip) = 19c1487fc903707fcb2b9505bd3c1516f5baa4d1b183be5259db650e3672c43f
SIZE (go/dns_doggo/doggo-v0.4.1/v0.4.1.zip) = 401275