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

Collapse All | Expand All

(-)Makefile (-1 / +5 lines)
Lines 2-8 Link Here
2
# $FreeBSD$
2
# $FreeBSD$
3
3
4
PORTNAME=	megaglest
4
PORTNAME=	megaglest
5
PORTVERSION=	3.11.1
5
PORTVERSION=	3.12.0
6
CATEGORIES=	games
6
CATEGORIES=	games
7
PKGNAMESUFFIX=	-data
7
PKGNAMESUFFIX=	-data
8
DISTNAME=	${PORTNAME}${PKGNAMESUFFIX}-${PORTVERSION}
8
DISTNAME=	${PORTNAME}${PKGNAMESUFFIX}-${PORTVERSION}
Lines 29-34 Link Here
29
do-install:
29
do-install:
30
	@${MKDIR} ${STAGEDIR}${DATADIR}
30
	@${MKDIR} ${STAGEDIR}${DATADIR}
31
	cd ${WRKSRC} && ${COPYTREE_SHARE} "data maps scenarios techs tilesets tutorials" ${STAGEDIR}${DATADIR}
31
	cd ${WRKSRC} && ${COPYTREE_SHARE} "data maps scenarios techs tilesets tutorials" ${STAGEDIR}${DATADIR}
32
	${INSTALL_DATA} ${WRKSRC}/others/desktop/megaglest.desktop ${STAGEDIR}${PREFIX}/share/applications/
33
	${INSTALL_DATA} ${WRKSRC}/others/desktop/megaglest_editor.desktop ${STAGEDIR}${PREFIX}/share/applications/
34
	${INSTALL_DATA} ${WRKSRC}/others/desktop/megaglest_g3dviewer.desktop ${STAGEDIR}${PREFIX}/share/applications/
35
	${INSTALL_DATA} ${WRKSRC}/others/icons/megaglest.png ${STAGEDIR}${PREFIX}/share/pixmaps/
32
36
33
do-install-DOCS-on:
37
do-install-DOCS-on:
34
	@${MKDIR} ${STAGEDIR}${DOCSDIR}
38
	@${MKDIR} ${STAGEDIR}${DOCSDIR}
(-)distinfo (-2 / +2 lines)
Lines 1-2 Link Here
1
SHA256 (megaglest-data-3.11.1_GH0.tar.xz) = 7c4fb62e7b80284669a95d9ed179ea1c34195bf70b9a46d934a171d44781a153
1
SHA256 (megaglest-data-3.12.0_GH0.tar.xz) = 7273dbc26aad06f5e796b1c76cd12d518ec6d172bd712b46aba05623e73ad154
2
SIZE (megaglest-data-3.11.1_GH0.tar.xz) = 350271789
2
SIZE (megaglest-data-3.12.0_GH0.tar.xz) = 352540676
(-)pkg-plist (+7 lines)
Line 0 Link Here
1
share/applications/megaglest.desktop
2
share/applications/megaglest_editor.desktop
3
share/applications/megaglest_g3dviewer.desktop
4
share/pixmaps/megaglest.png
5
yes
6
native
7
text/plain

Return to bug 205581