diff --git a/games/hyperrogue/Makefile b/games/hyperrogue/Makefile index 146b3d6fe15..927c95db4f2 100644 --- a/games/hyperrogue/Makefile +++ b/games/hyperrogue/Makefile @@ -1,11 +1,11 @@ -# $OpenBSD: Makefile,v 1.1.1.1 2017/11/08 14:54:39 bcallah Exp $ +# $OpenBSD: Makefile,v 1.2 2018/06/15 23:33:43 bcallah Exp $ COMMENT = roguelike game in a non-Euclidean world CATEGORIES = games x11 GH_ACCOUNT = zenorogue GH_PROJECT = hyperrogue -GH_TAGNAME = 10.0o +GH_TAGNAME = v10.4b HOMEPAGE = http://roguetemple.com/z/hyper/ MAINTAINER = Brian Callahan @@ -37,14 +37,10 @@ MAKE_FLAGS = CFLAGS="${CFLAGS}" CXXFLAGS="${CXXFLAGS} -std=c++11" AUTOCONF_VERSION = 2.69 AUTOMAKE_VERSION = 1.15 -# Set version number correctly (upstream oversight?) -# Disable hardcoded optimizations, including -std=c++11 -# It gets added back anyhow, and if you don't the C compiler -# will pick it up and clang will error out. +# Disable hardcoded optimizations # autoreconf taken from games/manaplus pre-configure: - sed -i "s,9.4d,${GH_TAGNAME},g" ${WRKSRC}/configure.ac - sed -i -e 's,-O0,,g' -e 's,-std=c++11,,g' ${WRKSRC}/Makefile.am + sed -i 's,-O0,,g' ${WRKSRC}/Makefile.am cd ${WRKSRC} && \ ${SETENV} AUTOCONF_VERSION=${AUTOCONF_VERSION} \ AUTOMAKE_VERSION=${AUTOMAKE_VERSION} autoreconf -i diff --git a/games/hyperrogue/distinfo b/games/hyperrogue/distinfo index 59c230c24dd..0304673628e 100644 --- a/games/hyperrogue/distinfo +++ b/games/hyperrogue/distinfo @@ -1,2 +1,2 @@ -SHA256 (hyperrogue-10.0o.tar.gz) = CZp982AmiQ0AgqyzJcOIcwd66hefA2Nj0aR0S0FcyJM= -SIZE (hyperrogue-10.0o.tar.gz) = 57254838 +SHA256 (hyperrogue-10.4b.tar.gz) = IUA7eBd4DG+fR7MD45FgTn7fFa1E/GPrfvtJAkW1aoU= +SIZE (hyperrogue-10.4b.tar.gz) = 57528910 diff --git a/games/hyperrogue/pkg/PLIST b/games/hyperrogue/pkg/PLIST index b9d61bf5133..8268d65a5ca 100644 --- a/games/hyperrogue/pkg/PLIST +++ b/games/hyperrogue/pkg/PLIST @@ -1,4 +1,4 @@ -@comment $OpenBSD: PLIST,v 1.1.1.1 2017/11/08 14:54:39 bcallah Exp $ +@comment $OpenBSD: PLIST,v 1.2 2018/06/15 23:33:43 bcallah Exp $ @bin bin/hyperrogue share/doc/hyperrogue/ share/doc/hyperrogue/README.md @@ -92,6 +92,7 @@ share/hyperrogue/sounds/speak-prince.ogg share/hyperrogue/sounds/speak-princess.ogg share/hyperrogue/sounds/splash1.ogg share/hyperrogue/sounds/splash2.ogg +share/hyperrogue/sounds/steamhiss.ogg share/hyperrogue/sounds/storm.ogg share/hyperrogue/sounds/tada.ogg share/hyperrogue/sounds/trapdoor.ogg