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

Collapse All | Expand All

(-)wxlauncher/Makefile (-2 / +7 lines)
Lines 3-9 Link Here
3
3
4
PORTNAME=	wxlauncher
4
PORTNAME=	wxlauncher
5
PORTVERSION=	0.9.5
5
PORTVERSION=	0.9.5
6
DISTVERSIONSUFFIX=	-${GH_TAGNAME}
7
PORTREVISION=	1
6
CATEGORIES=	games
8
CATEGORIES=	games
9
MASTER_SITES=	http://github.com/${GH_ACCOUNT}/${GH_PROJECT}/tarball/${GH_TAGNAME}?dummy=/
7
10
8
MAINTAINER=	lightside@gmx.com
11
MAINTAINER=	lightside@gmx.com
9
COMMENT=	Multi-platform launcher for the Freespace 2 Source Code Project
12
COMMENT=	Multi-platform launcher for the Freespace 2 Source Code Project
Lines 14-24 Link Here
14
BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}markdown>0:${PORTSDIR}/textproc/py-markdown \
17
BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}markdown>0:${PORTSDIR}/textproc/py-markdown \
15
		${PYTHON_PKGNAMEPREFIX}sqlite3>0:${PORTSDIR}/databases/py-sqlite3
18
		${PYTHON_PKGNAMEPREFIX}sqlite3>0:${PORTSDIR}/databases/py-sqlite3
16
19
17
USE_GITHUB=	yes
18
GH_ACCOUNT=	wxLauncher
20
GH_ACCOUNT=	wxLauncher
19
GH_COMMIT=	7ee46df
21
GH_PROJECT=	${PORTNAME}
22
GH_COMMIT=	1e72625
20
GH_TAGNAME=	${GH_COMMIT}
23
GH_TAGNAME=	${GH_COMMIT}
21
24
25
WRKSRC=	${WRKDIR}/${GH_ACCOUNT}-${GH_PROJECT}-${GH_COMMIT}
26
22
USES=		cmake:outsource openal python:2,build
27
USES=		cmake:outsource openal python:2,build
23
USE_SDL=	sdl
28
USE_SDL=	sdl
24
WX_UNICODE=	yes
29
WX_UNICODE=	yes
(-)wxlauncher/distinfo (-2 / +2 lines)
Lines 1-2 Link Here
1
SHA256 (wxlauncher-0.9.5.tar.gz) = bc4a14cff2a012b95fd72610ffad1ad74df06665c4c19fbde55df949e9e41aea
1
SHA256 (wxlauncher-0.9.5-1e72625.tar.gz) = 78052ec136b3bf344be1aa8e2aeb32ab3b797ebcab071e68394fc91a6b952a5d
2
SIZE (wxlauncher-0.9.5.tar.gz) = 893508
2
SIZE (wxlauncher-0.9.5-1e72625.tar.gz) = 893491

Return to bug 198729