Skip to content

Commit

Permalink
games/opensfx: update to 1.0.3
Browse files Browse the repository at this point in the history
ChangeLog: https://github.com/OpenTTD/OpenSFX/blob/1.0.3/docs/changelog.txt

PR:	264214
Reported by:	agh@riseup.net
Approved by:	rum1cro@yandex.ru (maintainer, timeout > 2 weeks)
  • Loading branch information
Alastair Hogge authored and Fernando Apesteguía committed Jun 10, 2022
1 parent 4186639 commit 4c004de
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 12 deletions.
22 changes: 12 additions & 10 deletions games/opensfx/Makefile
@@ -1,27 +1,29 @@
# Created by: Ilya A. Arhipov <admin@gorodkirov.ru>

PORTNAME= opensfx
PORTVERSION= 0.2.3
PORTREVISION= 2
PORTVERSION= 1.0.3
CATEGORIES= games
MASTER_SITES= https://cdn.openttd.org/opensfx-releases/${PORTVERSION}/
MASTER_SITES= https://cdn.openttd.org/${PORTNAME}-releases/${PORTVERSION}/
PKGNAMEPREFIX= openttd-
DISTNAME= ${PORTNAME}-${PORTVERSION}-all

MAINTAINER= rum1cro@yandex.ru
COMMENT= Free alternative sounds for OpenTTD game engine

LICENSE= CC-Sampling+-1.0
LICENSE_NAME= Creative Commons Sampling Plus 1.0
LICENSE= CC-BY-SA-3.0 CDDL GPLv2
LICENSE_COMB= multi
LICENSE_FILE= ${WRKDIR}/opensfx-${PORTVERSION}/license.txt
LICENSE_PERMS= auto-accept

USES= zip
NO_BUILD= yes
NO_ARCH= yes
NO_BUILD= yes

post-extract:
@cd ${WRKDIR} && tar -xf ${PORTNAME}-${PORTVERSION}.tar

do-install:
@${MKDIR} ${STAGEDIR}${PREFIX}/share/openttd/baseset/opensfx
${INSTALL_DATA} ${WRKDIR}/opensfx-${PORTVERSION}/* \
${STAGEDIR}${PREFIX}/share/openttd/baseset/opensfx
@${MKDIR} ${STAGEDIR}${PREFIX}/share/openttd/baseset/${PORTNAME}
${INSTALL_DATA} ${WRKDIR}/${PORTNAME}-${PORTVERSION}/* \
${STAGEDIR}${PREFIX}/share/openttd/baseset/${PORTNAME}

.include <bsd.port.mk>
5 changes: 3 additions & 2 deletions games/opensfx/distinfo
@@ -1,2 +1,3 @@
SHA256 (opensfx-0.2.3-all.zip) = 6831b651b3dc8b494026f7277989a1d757961b67c17b75d3c2e097451f75af02
SIZE (opensfx-0.2.3-all.zip) = 11359588
TIMESTAMP = 1653449136
SHA256 (opensfx-1.0.3-all.zip) = e0a218b7dd9438e701503b0f84c25a97c1c11b7c2f025323fb19d6db16ef3759
SIZE (opensfx-1.0.3-all.zip) = 11566000

0 comments on commit 4c004de

Please sign in to comment.