Update schismtracker to 20211116.

This commit is contained in:
fcambus 2021-11-17 10:26:48 +00:00
parent 4f3e539639
commit ccbe1d129c
3 changed files with 6 additions and 7 deletions

View File

@ -1,10 +1,10 @@
# $OpenBSD: Makefile,v 1.25 2021/05/28 09:12:08 fcambus Exp $
# $OpenBSD: Makefile,v 1.26 2021/11/17 10:26:48 fcambus Exp $
COMMENT = open-source reimplementation of Impulse Tracker
GH_ACCOUNT = schismtracker
GH_PROJECT = schismtracker
GH_TAGNAME = 20210525
GH_TAGNAME = 20211116
CATEGORIES = audio x11
@ -16,7 +16,6 @@ PERMIT_PACKAGE = Yes
WANTLIB += SDL X11 Xext Xv c m pthread
MODULES = lang/python
MODPY_VERSION = ${MODPY_DEFAULT_VERSION_2}
MODPY_RUNDEP = No

View File

@ -1,2 +1,2 @@
SHA256 (schismtracker-20210525.tar.gz) = 9SEerKiBsxSY8iFnq9gnXhFimfX6YzNIZ7Ph4Zg1ZTA=
SIZE (schismtracker-20210525.tar.gz) = 1309489
SHA256 (schismtracker-20211116.tar.gz) = AZ198J79f/f78Qat0wAsDiExRGn4fCMgDOme6ISWKkU=
SIZE (schismtracker-20211116.tar.gz) = 1309344

View File

@ -1,4 +1,4 @@
$OpenBSD: patch-configure_ac,v 1.13 2021/05/28 09:12:08 fcambus Exp $
$OpenBSD: patch-configure_ac,v 1.14 2021/11/17 10:26:48 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], [20210525])
+AC_INIT([schismtracker], [20211116])
AC_CONFIG_SRCDIR([schism/main.c])