View | Details | Raw Unified | Return to bug 264214 | Differences between
and this patch

Collapse All | Expand All

(-)b/games/opensfx/Makefile (-10 / +16 lines)
Lines 1-27 Link Here
1
# Created by: Ilya A. Arhipov <admin@gorodkirov.ru>
1
# Created by: Ilya A. Arhipov <admin@gorodkirov.ru>
2
2
3
PORTNAME=	opensfx
3
PORTNAME=	opensfx
4
PORTVERSION=	0.2.3
4
PORTVERSION=	1.0.3
5
PORTREVISION=	2
6
CATEGORIES=	games
5
CATEGORIES=	games
7
MASTER_SITES=	https://cdn.openttd.org/opensfx-releases/${PORTVERSION}/
6
MASTER_SITES=	https://cdn.openttd.org/${PORTNAME}-releases/${PORTVERSION}/
7
PKGNAMEPREFIX=	openttd-
8
DISTNAME=	${PORTNAME}-${PORTVERSION}-all
8
DISTNAME=	${PORTNAME}-${PORTVERSION}-all
9
9
10
MAINTAINER=	rum1cro@yandex.ru
10
MAINTAINER=	rum1cro@yandex.ru
11
COMMENT=	Free alternative sounds for OpenTTD game engine
11
COMMENT=	Free alternative sounds for OpenTTD game engine
12
12
13
LICENSE=	CC-Sampling+-1.0
13
LICENSE=	CC-BY-SA-3.0 CDDL GPLv2
14
LICENSE_NAME=	Creative Commons Sampling Plus 1.0
14
LICENSE_COMB=	multi
15
LICENSE_FILE=	${WRKDIR}/opensfx-${PORTVERSION}/license.txt
15
LICENSE_FILE=	${WRKDIR}/opensfx-${PORTVERSION}/license.txt
16
LICENSE_PERMS=	auto-accept
17
16
18
USES=		zip
17
USES=		zip
19
NO_BUILD=	yes
20
NO_ARCH=	yes
18
NO_ARCH=	yes
19
NO_BUILD=	yes
20
21
PLIST_FILES=	share/openttd/baseset/opensfx/opensfx.cat \
22
		share/openttd/baseset/opensfx/opensfx.obs
23
24
post-extract:
25
	@cd ${WRKDIR} && tar -xf ${PORTNAME}-${PORTVERSION}.tar
21
26
22
do-install:
27
do-install:
23
	@${MKDIR} ${STAGEDIR}${PREFIX}/share/openttd/baseset/opensfx
28
	@${MKDIR} ${STAGEDIR}${PREFIX}/share/openttd/baseset/${PORTNAME}
24
	${INSTALL_DATA} ${WRKDIR}/opensfx-${PORTVERSION}/* \
29
	${INSTALL_DATA} \
25
		${STAGEDIR}${PREFIX}/share/openttd/baseset/opensfx
30
		${WRKDIR}/${PORTNAME}-${PORTVERSION}/${PORTNAME}.* \
31
		${STAGEDIR}${PREFIX}/share/openttd/baseset/${PORTNAME}
26
32
27
.include <bsd.port.mk>
33
.include <bsd.port.mk>
(-)b/games/opensfx/distinfo (-2 / +3 lines)
Lines 1-2 Link Here
1
SHA256 (opensfx-0.2.3-all.zip) = 6831b651b3dc8b494026f7277989a1d757961b67c17b75d3c2e097451f75af02
1
TIMESTAMP = 1653449136
2
SIZE (opensfx-0.2.3-all.zip) = 11359588
2
SHA256 (opensfx-1.0.3-all.zip) = e0a218b7dd9438e701503b0f84c25a97c1c11b7c2f025323fb19d6db16ef3759
3
SIZE (opensfx-1.0.3-all.zip) = 11566000

Return to bug 264214