games/automuteus: Update 8.3.6 => 8.3.7, take maintainership
Changelog: https://github.com/automuteus/automuteus/releases/tag/8.3.7 (It consists of purely non-functional changes - just a GitHub workflow update). - Upstream rename GH_ACCOUNT to PORTNAME. - "Parametrize" automuteus with ${PORTNAME}. - Replace 2 MKDIRs with single. - Replace CP with INSTALL_DATA. PR: 289193 Co-authored-by: Vladimir Druzenko <vvd@FreeBSD.org>
This commit is contained in:
committed by
Vladimir Druzenko
parent
77991744ec
commit
c1dc508f6f
@@ -1,9 +1,8 @@
|
||||
PORTNAME= automuteus
|
||||
DISTVERSION= 8.3.6
|
||||
PORTREVISION= 9
|
||||
DISTVERSION= 8.3.7
|
||||
CATEGORIES= games
|
||||
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
MAINTAINER= seafork@disroot.org
|
||||
COMMENT= Discord Bot to automute Among Us players at round transitions
|
||||
WWW= https://automute.us/
|
||||
|
||||
@@ -12,7 +11,6 @@ LICENSE_FILE= ${WRKSRC}/LICENSE
|
||||
|
||||
USES= go:modules
|
||||
USE_GITHUB= yes
|
||||
GH_ACCOUNT= denverquane
|
||||
|
||||
GH_TUPLE= \
|
||||
BurntSushi:toml:v1.1.0:burntsushi_toml/vendor/github.com/BurntSushi/toml \
|
||||
@@ -92,14 +90,13 @@ GO_TARGET= .:${PORTNAME}
|
||||
|
||||
SUB_FILES= pkg-message
|
||||
PLIST_FILES= bin/${PORTNAME} \
|
||||
"@sample etc/${PORTNAME}/automuteus.conf.sample" \
|
||||
"@dir /var/log/automuteus" \
|
||||
"@sample etc/${PORTNAME}/${PORTNAME}.conf.sample" \
|
||||
"@dir /var/log/${PORTNAME}" \
|
||||
/var/log/${PORTNAME}/logs.txt
|
||||
|
||||
post-install:
|
||||
@${MKDIR} ${STAGEDIR}${ETCDIR}
|
||||
@${CP} ${FILESDIR}/automuteus.conf ${STAGEDIR}${ETCDIR}/automuteus.conf.sample
|
||||
@${MKDIR} ${STAGEDIR}/var/log/${PORTNAME}
|
||||
@${MKDIR} ${STAGEDIR}${ETCDIR} ${STAGEDIR}/var/log/${PORTNAME}
|
||||
@${INSTALL_DATA} ${FILESDIR}/${PORTNAME}.conf ${STAGEDIR}${ETCDIR}/${PORTNAME}.conf.sample
|
||||
@${TOUCH} ${STAGEDIR}/var/log/${PORTNAME}/logs.txt
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
TIMESTAMP = 1715788613
|
||||
SHA256 (denverquane-automuteus-8.3.6_GH0.tar.gz) = 37f0c85d0cafaa6dfa5108ecb63c2e5353b39932cc5476292f0cdc00e8ae09e8
|
||||
SIZE (denverquane-automuteus-8.3.6_GH0.tar.gz) = 13667612
|
||||
TIMESTAMP = 1756582613
|
||||
SHA256 (automuteus-automuteus-8.3.7_GH0.tar.gz) = 80d0b1edee53127ccb1e1ef9e19b26a75899391ffa569ac29fcc641562c6bc1d
|
||||
SIZE (automuteus-automuteus-8.3.7_GH0.tar.gz) = 13667676
|
||||
SHA256 (BurntSushi-toml-v1.1.0_GH0.tar.gz) = 91d03c925082c1282636fe9f2c69fd6d54410ac56f2b6d7492ba56c00ada626d
|
||||
SIZE (BurntSushi-toml-v1.1.0_GH0.tar.gz) = 91871
|
||||
SHA256 (KyleBanks-depth-v1.2.1_GH0.tar.gz) = 8417300d559ec88f24fb3eef3eb8e76c1a6f5bf861d3e46a83d303dc5601f8ed
|
||||
|
||||
Reference in New Issue
Block a user