Update schismtracker to 20220125.

This commit is contained in:
fcambus 2022-02-09 10:28:13 +00:00
parent f90de24ce3
commit 475e8284e9
3 changed files with 7 additions and 7 deletions

View File

@ -1,10 +1,10 @@
# $OpenBSD: Makefile,v 1.26 2021/11/17 10:26:48 fcambus Exp $
# $OpenBSD: Makefile,v 1.27 2022/02/09 10:28:13 fcambus Exp $
COMMENT = open-source reimplementation of Impulse Tracker
GH_ACCOUNT = schismtracker
GH_PROJECT = schismtracker
GH_TAGNAME = 20211116
GH_TAGNAME = 20220125
CATEGORIES = audio x11

View File

@ -1,2 +1,2 @@
SHA256 (schismtracker-20211116.tar.gz) = AZ198J79f/f78Qat0wAsDiExRGn4fCMgDOme6ISWKkU=
SIZE (schismtracker-20211116.tar.gz) = 1309344
SHA256 (schismtracker-20220125.tar.gz) = yAPhaA2Gp+64TFBIjSChQ9O/EFzqBOBGDvk3bZZhiBA=
SIZE (schismtracker-20220125.tar.gz) = 1309919

View File

@ -1,4 +1,4 @@
$OpenBSD: patch-configure_ac,v 1.14 2021/11/17 10:26:48 fcambus Exp $
$OpenBSD: patch-configure_ac,v 1.15 2022/02/09 10:28:13 fcambus Exp $
Prevent calling Git to obtain date of the last commit, and hardcode
[last_git_commit] value to match package version.
@ -11,8 +11,8 @@ 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], [20211116])
-AC_INIT([schismtracker],[last_git_commit])
+AC_INIT([schismtracker],[20220125])
AC_CONFIG_SRCDIR([schism/main.c])