pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/games/taisei Use PKGVERSION_NOREV to fix a potential e...
details: https://anonhg.NetBSD.org/pkgsrc/rev/33ae9137e827
branches: trunk
changeset: 340603:33ae9137e827
user: ryoon <ryoon%pkgsrc.org@localhost>
date: Sat Oct 05 02:28:49 2019 +0000
description:
Use PKGVERSION_NOREV to fix a potential error when PKGREVISION is bumped
diffstat:
games/taisei/Makefile | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r 75f4af4890cd -r 33ae9137e827 games/taisei/Makefile
--- a/games/taisei/Makefile Fri Oct 04 23:43:03 2019 +0000
+++ b/games/taisei/Makefile Sat Oct 05 02:28:49 2019 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2019/10/01 14:25:08 nia Exp $
+# $NetBSD: Makefile,v 1.3 2019/10/05 02:28:49 ryoon Exp $
DISTNAME= taisei-v1.3.1
PKGNAME= ${DISTNAME:S/-v/-/}
@@ -18,7 +18,7 @@
MESON_ARGS+= -Db_lto=false
MESON_ARGS+= -Dstrip=false
MESON_ARGS+= -Ddefault_library=shared
-MESON_ARGS+= -Dversion_fallback=${PKGVERSION}
+MESON_ARGS+= -Dversion_fallback=${PKGVERSION_NOREV}
MESON_ARGS+= -Ddocs=false
MESON_ARGS+= -Ddeveloper=false
MESON_ARGS+= -Ddebug_opengl=false
Home |
Main Index |
Thread Index |
Old Index