Update schismtracker to 20190805.

This commit is contained in:
fcambus 2019-08-08 12:54:32 +00:00
parent 7f6bd6dfeb
commit 520d8c22a2
3 changed files with 6 additions and 6 deletions

View File

@ -1,8 +1,8 @@
# $OpenBSD: Makefile,v 1.20 2019/07/26 13:51:31 fcambus Exp $
# $OpenBSD: Makefile,v 1.21 2019/08/08 12:54:32 fcambus Exp $
COMMENT = open-source reimplementation of Impulse Tracker
V = 20190722
V = 20190805
DISTNAME = schismtracker-${V}.source
PKGNAME = schismtracker-${V}

View File

@ -1,2 +1,2 @@
SHA256 (schismtracker-20190722.source.tar.gz) = RLxnAe/sznNWINzCLarzeKuGbcL4WLN+7BfzqdZAt6A=
SIZE (schismtracker-20190722.source.tar.gz) = 1315682
SHA256 (schismtracker-20190805.source.tar.gz) = P4CRnAHjXuVadJ56HrxdUQiWozIuD8iySaw03vXmnsY=
SIZE (schismtracker-20190805.source.tar.gz) = 1315705

View File

@ -1,4 +1,4 @@
$OpenBSD: patch-configure_ac,v 1.10 2019/07/26 13:51:31 fcambus Exp $
$OpenBSD: patch-configure_ac,v 1.11 2019/08/08 12:54:32 fcambus Exp $
Prevent calling Git to obtain date of the last commit, and hardcode
[last_git_commit] value to match package version.
@ -12,7 +12,7 @@ Index: configure.ac
dnl PACKAGE_VERSION will be either "" if not using git, or date of the last git commit in the form YYYYMMDD
-m4_define([last_git_commit], patsubst(m4_esyscmd([git log -n 1 --date=short --format=format:%cd]), [[^0-9]]))
-AC_INIT([schismtracker], [last_git_commit])
+AC_INIT([schismtracker], [20190722])
+AC_INIT([schismtracker], [20190805])
AC_CONFIG_SRCDIR([schism/main.c])