Update to hyperrogue-11.3l

From cwen@ -- thanks!
This commit is contained in:
bcallah 2020-05-14 21:20:03 +00:00
parent 0df2ad34a7
commit 12e25bb25c
2 changed files with 7 additions and 12 deletions

View File

@ -1,15 +1,14 @@
# $OpenBSD: Makefile,v 1.14 2020/03/10 20:34:34 bcallah Exp $
# $OpenBSD: Makefile,v 1.15 2020/05/14 21:20:03 bcallah Exp $
V = 11.3a
V = 11.3l
COMMENT = roguelike game in a non-Euclidean world
PKGNAME = ${GH_PROJECT}-${V}
CATEGORIES = games x11
GH_ACCOUNT = zenorogue
GH_PROJECT = hyperrogue
GH_TAGNAME = ${V:S/.//}
GH_TAGNAME = v${V}
HOMEPAGE = http://roguetemple.com/z/hyper/
HOMEPAGE = https://roguetemple.com/z/hyper/
MAINTAINER = Brian Callahan <bcallah@openbsd.org>
# GPLv2+
@ -30,7 +29,7 @@ LIB_DEPENDS = devel/sdl-gfx \
graphics/glew \
graphics/png
CONFIGURE_STYLE = gnu
CONFIGURE_STYLE = autoreconf
CONFIGURE_ENV = CPPFLAGS="${CPPFLAGS} -I${LOCALBASE}/include -I${X11BASE}/include" \
LDFLAGS="${LDFLAGS} -L${LOCALBASE}/lib -L${X11BASE}/lib"
@ -40,11 +39,7 @@ AUTOCONF_VERSION = 2.69
AUTOMAKE_VERSION = 1.16
# Correct version number
# autoreconf taken from games/manaplus
pre-configure:
sed -i 's,10.4i,${V},g' ${WRKSRC}/configure.ac
cd ${WRKSRC} && \
${SETENV} AUTOCONF_VERSION=${AUTOCONF_VERSION} \
AUTOMAKE_VERSION=${AUTOMAKE_VERSION} autoreconf -i
.include <bsd.port.mk>

View File

@ -1,2 +1,2 @@
SHA256 (hyperrogue-113a.tar.gz) = +aONQc9YBB8BwcQEETIOb00JXKxIXAo1Y2Cwg02lyEA=
SIZE (hyperrogue-113a.tar.gz) = 69162332
SHA256 (hyperrogue-11.3l.tar.gz) = 7fSCoekhyeJMBYGm/5vXHCpogvjztxZ8WyFeWIXBjsA=
SIZE (hyperrogue-11.3l.tar.gz) = 69226267