mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-19 00:13:33 +00:00
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
This commit is contained in:
parent
fac2bc5195
commit
650bad9f68
@ -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>
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user