Update schismtracker to 20170910.

This commit is contained in:
fcambus 2017-10-19 07:21:07 +00:00
parent f007244af6
commit 0a2ce033d3
3 changed files with 6 additions and 6 deletions

View File

@ -1,10 +1,10 @@
# $OpenBSD: Makefile,v 1.8 2017/04/21 21:24:44 fcambus Exp $
# $OpenBSD: Makefile,v 1.9 2017/10/19 07:21:07 fcambus Exp $
COMMENT = open-source reimplementation of Impulse Tracker
GH_ACCOUNT = schismtracker
GH_PROJECT = schismtracker
GH_TAGNAME = 20170420
GH_TAGNAME = 20170910
CATEGORIES = audio x11

View File

@ -1,2 +1,2 @@
SHA256 (schismtracker-20170420.tar.gz) = v8RtpqEyi2euFlvN66zIqn0DufdjRv3rwcqrJGLeBkw=
SIZE (schismtracker-20170420.tar.gz) = 1031304
SHA256 (schismtracker-20170910.tar.gz) = nzL6cYeCNyZ8gyeYFta8zMMRxkSWysKTP2jf9axk7gU=
SIZE (schismtracker-20170910.tar.gz) = 1050995

View File

@ -1,4 +1,4 @@
$OpenBSD: patch-configure_ac,v 1.3 2017/04/21 21:24:44 fcambus Exp $
$OpenBSD: patch-configure_ac,v 1.4 2017/10/19 07:21:07 fcambus Exp $
Prevent calling Git to obtain date of the last commit, and hardcode
[last_git_commit] value to match package version.
@ -11,7 +11,7 @@ Prevent calling Git to obtain date of the last commit, and hardcode
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], [20170420])
+AC_INIT([schismtracker], [20170910])
AC_CONFIG_SRCDIR([schism/main.c])