Date: Thu, 15 Jul 2021 07:07:41 GMT From: Nuno Teixeira <eduardo@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 650bad9f6880 - main - games/neo-cowsay: Update to 1.0.3 Message-ID: <202107150707.16F77ffM000772@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by eduardo: URL: https://cgit.FreeBSD.org/ports/commit/?id=650bad9f6880482f5dd92eb30ab1b1231043250e commit 650bad9f6880482f5dd92eb30ab1b1231043250e Author: Nuno Teixeira <eduardo@FreeBSD.org> AuthorDate: 2021-07-15 07:04:10 +0000 Commit: Nuno Teixeira <eduardo@FreeBSD.org> CommitDate: 2021-07-15 07:07:30 +0000 games/neo-cowsay: Update to 1.0.3 * reorder makefile variables with portclippy * reformat Makefile with portfmt ChangeLog: https://github.com/Code-Hex/Neo-cowsay/releases --- games/neo-cowsay/Makefile | 16 ++++++++-------- games/neo-cowsay/distinfo | 6 +++--- 2 files changed, 11 insertions(+), 11 deletions(-) diff --git a/games/neo-cowsay/Makefile b/games/neo-cowsay/Makefile index 0f7d38c80493..2014b520f67e 100644 --- a/games/neo-cowsay/Makefile +++ b/games/neo-cowsay/Makefile @@ -1,6 +1,6 @@ PORTNAME= neo-cowsay DISTVERSIONPREFIX= v -DISTVERSION= 1.0.1 +DISTVERSION= 1.0.3 CATEGORIES= games MAINTAINER= eduardo@FreeBSD.org @@ -14,8 +14,7 @@ USES= go:modules USE_GITHUB= yes GH_ACCOUNT= Code-Hex GH_PROJECT= Neo-cowsay -GH_TUPLE= \ - Code-Hex:go-wordwrap:v1.0.0:code_hex_go_wordwrap/vendor/github.com/Code-Hex/go-wordwrap \ +GH_TUPLE= Code-Hex:go-wordwrap:v1.0.0:code_hex_go_wordwrap/vendor/github.com/Code-Hex/go-wordwrap \ golang:crypto:74369b46fc67:golang_crypto/vendor/golang.org/x/crypto \ golang:sys:a9d3bda3a223:golang_sys/vendor/golang.org/x/sys \ jessevdk:go-flags:v1.4.0:jessevdk_go_flags/vendor/github.com/jessevdk/go-flags \ @@ -25,19 +24,20 @@ GH_TUPLE= \ pkg:errors:v0.8.1:pkg_errors/vendor/github.com/pkg/errors GO_TARGET= ./cmd/cowsay:neo-cowsay ./cmd/cowthink:neo-cowthink -PLIST_FILES= bin/neo-cowsay bin/neo-cowthink +PLIST_FILES= bin/neo-cowsay \ + bin/neo-cowthink PORTDOCS= README.md OPTIONS_DEFINE= DOCS +do-install-DOCS-on: + @${MKDIR} ${STAGEDIR}${DOCSDIR} + ${INSTALL_MAN} ${WRKSRC}/${PORTDOCS} ${STAGEDIR}${DOCSDIR} + post-install: .for l in neo-cowsay neo-cowthink ${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/${l} .endfor -do-install-DOCS-on: - @${MKDIR} ${STAGEDIR}${DOCSDIR} - ${INSTALL_MAN} ${WRKSRC}/${PORTDOCS} ${STAGEDIR}${DOCSDIR} - .include <bsd.port.mk> diff --git a/games/neo-cowsay/distinfo b/games/neo-cowsay/distinfo index 44cff6431432..dfeace80fb5b 100644 --- a/games/neo-cowsay/distinfo +++ b/games/neo-cowsay/distinfo @@ -1,6 +1,6 @@ -TIMESTAMP = 1604222441 -SHA256 (Code-Hex-Neo-cowsay-v1.0.1_GH0.tar.gz) = 4e7287b42c63df2b11942d6f074f41afb02f0561257ac200fb14a8a320b68798 -SIZE (Code-Hex-Neo-cowsay-v1.0.1_GH0.tar.gz) = 38569 +TIMESTAMP = 1626331397 +SHA256 (Code-Hex-Neo-cowsay-v1.0.3_GH0.tar.gz) = 14fc1aa9410b5fe58640cf619b62dbc9488b28434dca3faaa63a9ed7a3b75db1 +SIZE (Code-Hex-Neo-cowsay-v1.0.3_GH0.tar.gz) = 18845 SHA256 (Code-Hex-go-wordwrap-v1.0.0_GH0.tar.gz) = 4a46ed1aba825767992a992bc31b61e0d6298e91ead60a4edf52836e920ec970 SIZE (Code-Hex-go-wordwrap-v1.0.0_GH0.tar.gz) = 4419 SHA256 (golang-crypto-74369b46fc67_GH0.tar.gz) = 4fa9713287d51530ea926ed7187139f700c6247db1dd0904796a2e41a40ce9ec
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202107150707.16F77ffM000772>