pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/games/taisei
Module Name: pkgsrc
Committed By: ryoon
Date: Sat Oct 5 02:28:49 UTC 2019
Modified Files:
pkgsrc/games/taisei: Makefile
Log Message:
Use PKGVERSION_NOREV to fix a potential error when PKGREVISION is bumped
To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 pkgsrc/games/taisei/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/games/taisei/Makefile
diff -u pkgsrc/games/taisei/Makefile:1.2 pkgsrc/games/taisei/Makefile:1.3
--- pkgsrc/games/taisei/Makefile:1.2 Tue Oct 1 14:25:08 2019
+++ pkgsrc/games/taisei/Makefile Sat Oct 5 02:28:49 2019
@@ -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_pch=false
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