From 9637b9d4eae0bd0ba076028178ff71f88a561684 Mon Sep 17 00:00:00 2001 From: fcambus Date: Sat, 29 Oct 2022 19:15:54 +0000 Subject: [PATCH] Update schismtracker to 20221020. --- audio/schismtracker/Makefile | 2 +- audio/schismtracker/distinfo | 4 ++-- audio/schismtracker/patches/patch-configure_ac | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/audio/schismtracker/Makefile b/audio/schismtracker/Makefile index aac5cba3fb0..212ef25e9c4 100644 --- a/audio/schismtracker/Makefile +++ b/audio/schismtracker/Makefile @@ -2,7 +2,7 @@ COMMENT = open-source reimplementation of Impulse Tracker GH_ACCOUNT = schismtracker GH_PROJECT = schismtracker -GH_TAGNAME = 20220905 +GH_TAGNAME = 20221020 CATEGORIES = audio x11 diff --git a/audio/schismtracker/distinfo b/audio/schismtracker/distinfo index bbe976e1990..020cebe77bc 100644 --- a/audio/schismtracker/distinfo +++ b/audio/schismtracker/distinfo @@ -1,2 +1,2 @@ -SHA256 (schismtracker-20220905.tar.gz) = Hc8juBUFXpVSoKSX9+kVPiQxJgTY9iqJ6//rz9ItG1w= -SIZE (schismtracker-20220905.tar.gz) = 1278816 +SHA256 (schismtracker-20221020.tar.gz) = WNcrOwgw1k/x0PrSxT+dUaPjKyqjTrHc+g8V2tDsh3A= +SIZE (schismtracker-20221020.tar.gz) = 1276386 diff --git a/audio/schismtracker/patches/patch-configure_ac b/audio/schismtracker/patches/patch-configure_ac index c63635aef9e..1d3b243c9ec 100644 --- a/audio/schismtracker/patches/patch-configure_ac +++ b/audio/schismtracker/patches/patch-configure_ac @@ -10,7 +10,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],[20220905]) ++AC_INIT([schismtracker],[20221020]) AC_CONFIG_SRCDIR([schism/main.c])