Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 8 Apr 2016 12:37:55 +0000 (UTC)
From:      Mathieu Arnold <mat@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r412737 - in head/games/stepmania-devel: . files
Message-ID:  <201604081237.u38CbtTk010327@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: mat
Date: Fri Apr  8 12:37:55 2016
New Revision: 412737
URL: https://svnweb.freebsd.org/changeset/ports/412737

Log:
  Update to 5.0.11.
  
  PR:		208613
  Submitted by:	tkato432 yahoo com
  Sponsored by:	Absolight

Added:
  head/games/stepmania-devel/files/patch-extern_CMakeLists.txt   (contents, props changed)
     - copied, changed from r412736, head/games/stepmania-devel/files/patch-extern__CMakeLists.txt
  head/games/stepmania-devel/files/patch-src_CMakeData-arch.cmake   (contents, props changed)
     - copied, changed from r412736, head/games/stepmania-devel/files/patch-src__CMakeData-arch.cmake
  head/games/stepmania-devel/files/patch-src_CMakeLists.txt   (contents, props changed)
     - copied, changed from r412736, head/games/stepmania-devel/files/patch-src__CMakeLists.txt
  head/games/stepmania-devel/files/patch-src_arch_ArchHooks_ArchHooks.h   (contents, props changed)
     - copied, changed from r412736, head/games/stepmania-devel/files/patch-ArchHooks.h
  head/games/stepmania-devel/files/patch-src_libtomcrypt_src_headers_tomcrypt__macros.h   (contents, props changed)
     - copied, changed from r412736, head/games/stepmania-devel/files/patch-tomcrypt_macros.h
Deleted:
  head/games/stepmania-devel/files/patch-ArchHooks.h
  head/games/stepmania-devel/files/patch-extern__CMakeLists.txt
  head/games/stepmania-devel/files/patch-src__CMakeData-arch.cmake
  head/games/stepmania-devel/files/patch-src__CMakeLists.txt
  head/games/stepmania-devel/files/patch-tomcrypt_macros.h
Modified:
  head/games/stepmania-devel/Makefile   (contents, props changed)
  head/games/stepmania-devel/distinfo   (contents, props changed)
  head/games/stepmania-devel/files/patch-StepmaniaCore.cmake   (contents, props changed)
  head/games/stepmania-devel/pkg-plist   (contents, props changed)

Modified: head/games/stepmania-devel/Makefile
==============================================================================
--- head/games/stepmania-devel/Makefile	Fri Apr  8 12:37:48 2016	(r412736)
+++ head/games/stepmania-devel/Makefile	Fri Apr  8 12:37:55 2016	(r412737)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	stepmania
-PORTVERSION=	5.0.10
+PORTVERSION=	5.0.11
 DISTVERSIONPREFIX=	v
 PORTEPOCH=	1
 CATEGORIES=	games
@@ -67,7 +67,6 @@ pre-build:
 do-install:
 	(cd ${WRKDIR}/wrappers && ${INSTALL_SCRIPT} stepmania \
 		${STAGEDIR}${PREFIX}/bin)
-	@${MKDIR} ${STAGEDIR}${PREFIX}/lib/stepmania
 .for i in Announcers BGAnimations BackgroundEffects BackgroundTransitions \
 	Characters Courses Data NoteSkins Scripts Songs Themes
 	@(cd ${WRKSRC} && ${COPYTREE_SHARE} ${i} \
@@ -85,7 +84,6 @@ post-install-GTK2-on:
 		${STAGEDIR}${PREFIX}/lib/stepmania)
 
 post-install-DOCS-on:
-	@${MKDIR} ${STAGEDIR}${DOCSDIR}
 	@(cd ${WRKSRC}/Docs && ${COPYTREE_SHARE} . \
 		${STAGEDIR}${DOCSDIR} "! -name Licenses.txt")
 

Modified: head/games/stepmania-devel/distinfo
==============================================================================
--- head/games/stepmania-devel/distinfo	Fri Apr  8 12:37:48 2016	(r412736)
+++ head/games/stepmania-devel/distinfo	Fri Apr  8 12:37:55 2016	(r412737)
@@ -1,2 +1,2 @@
-SHA256 (stepmania-stepmania-v5.0.10_GH0.tar.gz) = 8c6d375da82fede5752442c39254b76d3013102bb6f73f2fa8053f8e6fff0b70
-SIZE (stepmania-stepmania-v5.0.10_GH0.tar.gz) = 176559619
+SHA256 (stepmania-stepmania-v5.0.11_GH0.tar.gz) = bf34c4504a762d8c618d49730fb0235028be6763b578d4d4053366417bbd522e
+SIZE (stepmania-stepmania-v5.0.11_GH0.tar.gz) = 176647905

Modified: head/games/stepmania-devel/files/patch-StepmaniaCore.cmake
==============================================================================
--- head/games/stepmania-devel/files/patch-StepmaniaCore.cmake	Fri Apr  8 12:37:48 2016	(r412736)
+++ head/games/stepmania-devel/files/patch-StepmaniaCore.cmake	Fri Apr  8 12:37:55 2016	(r412737)
@@ -1,6 +1,6 @@
---- StepmaniaCore.cmake.orig	2015-10-30 15:55:52.000000000 +0900
-+++ StepmaniaCore.cmake	2015-11-09 01:49:26.062972000 +0900
-@@ -308,7 +308,7 @@
+--- StepmaniaCore.cmake.orig	2016-03-30 16:08:58 UTC
++++ StepmaniaCore.cmake
+@@ -308,7 +308,7 @@ elseif(MACOSX)
      MAC_FRAME_OPENGL
      MAC_FRAME_QUICKTIME
    )
@@ -9,7 +9,7 @@
    if(WITH_GTK2)
      find_package("GTK2" 2.0)
      if (${GTK2_FOUND})
-@@ -350,26 +350,32 @@
+@@ -350,26 +350,32 @@ elseif(LINUX)
      set(HAX_XRANDR FALSE)
    endif()
  

Copied and modified: head/games/stepmania-devel/files/patch-extern_CMakeLists.txt (from r412736, head/games/stepmania-devel/files/patch-extern__CMakeLists.txt)
==============================================================================
--- head/games/stepmania-devel/files/patch-extern__CMakeLists.txt	Fri Apr  8 12:37:48 2016	(r412736, copy source)
+++ head/games/stepmania-devel/files/patch-extern_CMakeLists.txt	Fri Apr  8 12:37:55 2016	(r412737)
@@ -1,4 +1,4 @@
---- extern/CMakeLists.txt.orig	2015-10-30 06:55:52 UTC
+--- extern/CMakeLists.txt.orig	2016-03-30 16:08:58 UTC
 +++ extern/CMakeLists.txt
 @@ -1,5 +1,4 @@
  include(CMakeProject-lua.cmake)

Copied and modified: head/games/stepmania-devel/files/patch-src_CMakeData-arch.cmake (from r412736, head/games/stepmania-devel/files/patch-src__CMakeData-arch.cmake)
==============================================================================
--- head/games/stepmania-devel/files/patch-src__CMakeData-arch.cmake	Fri Apr  8 12:37:48 2016	(r412736, copy source)
+++ head/games/stepmania-devel/files/patch-src_CMakeData-arch.cmake	Fri Apr  8 12:37:55 2016	(r412737)
@@ -1,4 +1,4 @@
---- src/CMakeData-arch.cmake.orig	2015-10-30 06:55:52 UTC
+--- src/CMakeData-arch.cmake.orig	2016-03-30 16:08:58 UTC
 +++ src/CMakeData-arch.cmake
 @@ -243,7 +243,7 @@ else()
      list(APPEND SMDATA_ARCH_LOADING_HPP

Copied and modified: head/games/stepmania-devel/files/patch-src_CMakeLists.txt (from r412736, head/games/stepmania-devel/files/patch-src__CMakeLists.txt)
==============================================================================
--- head/games/stepmania-devel/files/patch-src__CMakeLists.txt	Fri Apr  8 12:37:48 2016	(r412736, copy source)
+++ head/games/stepmania-devel/files/patch-src_CMakeLists.txt	Fri Apr  8 12:37:55 2016	(r412737)
@@ -1,4 +1,4 @@
---- src/CMakeLists.txt.orig	2015-10-30 06:55:52 UTC
+--- src/CMakeLists.txt.orig	2016-03-30 16:08:58 UTC
 +++ src/CMakeLists.txt
 @@ -328,7 +328,7 @@ list(APPEND SMDATA_LINK_LIB
    "zlib"
@@ -8,8 +8,8 @@
 +  "GLEW"
    "jpeg"
  )
- 
-@@ -521,7 +521,6 @@ list(APPEND SM_INCLUDE_DIRS
+ include(../extern/CMakeProject-mmmagic.cmake)
+@@ -522,7 +522,6 @@ list(APPEND SM_INCLUDE_DIRS
  )
  if(NOT APPLE)
    list(APPEND SM_INCLUDE_DIRS

Copied and modified: head/games/stepmania-devel/files/patch-src_arch_ArchHooks_ArchHooks.h (from r412736, head/games/stepmania-devel/files/patch-ArchHooks.h)
==============================================================================
--- head/games/stepmania-devel/files/patch-ArchHooks.h	Fri Apr  8 12:37:48 2016	(r412736, copy source)
+++ head/games/stepmania-devel/files/patch-src_arch_ArchHooks_ArchHooks.h	Fri Apr  8 12:37:55 2016	(r412737)
@@ -1,4 +1,4 @@
---- src/arch/ArchHooks/ArchHooks.h.orig	2015-06-20 16:57:25 UTC
+--- src/arch/ArchHooks/ArchHooks.h.orig	2016-03-30 16:08:58 UTC
 +++ src/arch/ArchHooks/ArchHooks.h
 @@ -1,6 +1,8 @@
  #ifndef ARCH_HOOKS_H

Copied and modified: head/games/stepmania-devel/files/patch-src_libtomcrypt_src_headers_tomcrypt__macros.h (from r412736, head/games/stepmania-devel/files/patch-tomcrypt_macros.h)
==============================================================================
--- head/games/stepmania-devel/files/patch-tomcrypt_macros.h	Fri Apr  8 12:37:48 2016	(r412736, copy source)
+++ head/games/stepmania-devel/files/patch-src_libtomcrypt_src_headers_tomcrypt__macros.h	Fri Apr  8 12:37:55 2016	(r412737)
@@ -1,4 +1,4 @@
---- src/libtomcrypt/src/headers/tomcrypt_macros.h.orig	2015-06-20 16:57:25 UTC
+--- src/libtomcrypt/src/headers/tomcrypt_macros.h.orig	2016-03-30 16:08:58 UTC
 +++ src/libtomcrypt/src/headers/tomcrypt_macros.h
 @@ -262,21 +262,19 @@ static inline __attribute__((always_inli
  

Modified: head/games/stepmania-devel/pkg-plist
==============================================================================
--- head/games/stepmania-devel/pkg-plist	Fri Apr  8 12:37:48 2016	(r412736)
+++ head/games/stepmania-devel/pkg-plist	Fri Apr  8 12:37:55 2016	(r412737)
@@ -2668,10 +2668,12 @@ lib/stepmania/Themes/default/Graphics/_r
 lib/stepmania/Themes/default/Graphics/_rave result P1.png
 lib/stepmania/Themes/default/Graphics/_rave result P2.png
 lib/stepmania/Themes/default/Graphics/_rave result draw.png
+lib/stepmania/Themes/default/Graphics/pause_menu.lua
 lib/stepmania/Themes/default/Languages/de.ini
 lib/stepmania/Themes/default/Languages/en.ini
 lib/stepmania/Themes/default/Languages/es.ini
 lib/stepmania/Themes/default/Languages/fr.ini
+lib/stepmania/Themes/default/Languages/id.ini
 lib/stepmania/Themes/default/Languages/ja.ini
 lib/stepmania/Themes/default/Languages/nl.ini
 lib/stepmania/Themes/default/Languages/pl.ini



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201604081237.u38CbtTk010327>