View | Details | Raw Unified | Return to bug 208613
Collapse All | Expand All

(-)games/stepmania-devel/Makefile (-3 / +1 lines)
Lines 2-8 Link Here
2
# $FreeBSD: head/games/stepmania-devel/Makefile 412346 2016-04-01 14:00:51Z mat $
2
# $FreeBSD: head/games/stepmania-devel/Makefile 412346 2016-04-01 14:00:51Z mat $
3
3
4
PORTNAME=	stepmania
4
PORTNAME=	stepmania
5
PORTVERSION=	5.0.10
5
PORTVERSION=	5.0.11
6
DISTVERSIONPREFIX=	v
6
DISTVERSIONPREFIX=	v
7
PORTEPOCH=	1
7
PORTEPOCH=	1
8
CATEGORIES=	games
8
CATEGORIES=	games
Lines 67-73 Link Here
67
do-install:
67
do-install:
68
	(cd ${WRKDIR}/wrappers && ${INSTALL_SCRIPT} stepmania \
68
	(cd ${WRKDIR}/wrappers && ${INSTALL_SCRIPT} stepmania \
69
		${STAGEDIR}${PREFIX}/bin)
69
		${STAGEDIR}${PREFIX}/bin)
70
	@${MKDIR} ${STAGEDIR}${PREFIX}/lib/stepmania
71
.for i in Announcers BGAnimations BackgroundEffects BackgroundTransitions \
70
.for i in Announcers BGAnimations BackgroundEffects BackgroundTransitions \
72
	Characters Courses Data NoteSkins Scripts Songs Themes
71
	Characters Courses Data NoteSkins Scripts Songs Themes
73
	@(cd ${WRKSRC} && ${COPYTREE_SHARE} ${i} \
72
	@(cd ${WRKSRC} && ${COPYTREE_SHARE} ${i} \
Lines 85-91 Link Here
85
		${STAGEDIR}${PREFIX}/lib/stepmania)
84
		${STAGEDIR}${PREFIX}/lib/stepmania)
86
85
87
post-install-DOCS-on:
86
post-install-DOCS-on:
88
	@${MKDIR} ${STAGEDIR}${DOCSDIR}
89
	@(cd ${WRKSRC}/Docs && ${COPYTREE_SHARE} . \
87
	@(cd ${WRKSRC}/Docs && ${COPYTREE_SHARE} . \
90
		${STAGEDIR}${DOCSDIR} "! -name Licenses.txt")
88
		${STAGEDIR}${DOCSDIR} "! -name Licenses.txt")
91
89
(-)games/stepmania-devel/distinfo (-2 / +2 lines)
Lines 1-2 Link Here
1
SHA256 (stepmania-stepmania-v5.0.10_GH0.tar.gz) = 8c6d375da82fede5752442c39254b76d3013102bb6f73f2fa8053f8e6fff0b70
1
SHA256 (stepmania-stepmania-v5.0.11_GH0.tar.gz) = bf34c4504a762d8c618d49730fb0235028be6763b578d4d4053366417bbd522e
2
SIZE (stepmania-stepmania-v5.0.10_GH0.tar.gz) = 176559619
2
SIZE (stepmania-stepmania-v5.0.11_GH0.tar.gz) = 176647905
(-)games/stepmania-devel/files/patch-StepmaniaCore.cmake (-4 / +4 lines)
Lines 1-6 Link Here
1
--- StepmaniaCore.cmake.orig	2015-10-30 15:55:52.000000000 +0900
1
--- StepmaniaCore.cmake.orig	2016-03-30 16:08:58 UTC
2
+++ StepmaniaCore.cmake	2015-11-09 01:49:26.062972000 +0900
2
+++ StepmaniaCore.cmake
3
@@ -308,7 +308,7 @@
3
@@ -308,7 +308,7 @@ elseif(MACOSX)
4
     MAC_FRAME_OPENGL
4
     MAC_FRAME_OPENGL
5
     MAC_FRAME_QUICKTIME
5
     MAC_FRAME_QUICKTIME
6
   )
6
   )
Lines 9-15 Link Here
9
   if(WITH_GTK2)
9
   if(WITH_GTK2)
10
     find_package("GTK2" 2.0)
10
     find_package("GTK2" 2.0)
11
     if (${GTK2_FOUND})
11
     if (${GTK2_FOUND})
12
@@ -350,26 +350,32 @@
12
@@ -350,26 +350,32 @@ elseif(LINUX)
13
     set(HAX_XRANDR FALSE)
13
     set(HAX_XRANDR FALSE)
14
   endif()
14
   endif()
15
 
15
 
(-)games/stepmania-devel/pkg-plist (+2 lines)
Lines 2668-2677 Link Here
2668
lib/stepmania/Themes/default/Graphics/_rave result P1.png
2668
lib/stepmania/Themes/default/Graphics/_rave result P1.png
2669
lib/stepmania/Themes/default/Graphics/_rave result P2.png
2669
lib/stepmania/Themes/default/Graphics/_rave result P2.png
2670
lib/stepmania/Themes/default/Graphics/_rave result draw.png
2670
lib/stepmania/Themes/default/Graphics/_rave result draw.png
2671
lib/stepmania/Themes/default/Graphics/pause_menu.lua
2671
lib/stepmania/Themes/default/Languages/de.ini
2672
lib/stepmania/Themes/default/Languages/de.ini
2672
lib/stepmania/Themes/default/Languages/en.ini
2673
lib/stepmania/Themes/default/Languages/en.ini
2673
lib/stepmania/Themes/default/Languages/es.ini
2674
lib/stepmania/Themes/default/Languages/es.ini
2674
lib/stepmania/Themes/default/Languages/fr.ini
2675
lib/stepmania/Themes/default/Languages/fr.ini
2676
lib/stepmania/Themes/default/Languages/id.ini
2675
lib/stepmania/Themes/default/Languages/ja.ini
2677
lib/stepmania/Themes/default/Languages/ja.ini
2676
lib/stepmania/Themes/default/Languages/nl.ini
2678
lib/stepmania/Themes/default/Languages/nl.ini
2677
lib/stepmania/Themes/default/Languages/pl.ini
2679
lib/stepmania/Themes/default/Languages/pl.ini

Return to bug 208613