git: 92962d8e3c5a - main - audio/schismtracker: Update to 20241226
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 30 Dec 2024 12:46:04 UTC
The branch main has been updated by ehaupt: URL: https://cgit.FreeBSD.org/ports/commit/?id=92962d8e3c5aaeeb2838ccb7273a1283c5851977 commit 92962d8e3c5aaeeb2838ccb7273a1283c5851977 Author: Emanuel Haupt <ehaupt@FreeBSD.org> AuthorDate: 2024-12-30 09:23:28 +0000 Commit: Emanuel Haupt <ehaupt@FreeBSD.org> CommitDate: 2024-12-30 12:28:05 +0000 audio/schismtracker: Update to 20241226 --- audio/schismtracker/Makefile | 4 ++-- audio/schismtracker/distinfo | 6 +++--- audio/schismtracker/files/patch-configure.ac | 17 ++++++++++------- 3 files changed, 15 insertions(+), 12 deletions(-) diff --git a/audio/schismtracker/Makefile b/audio/schismtracker/Makefile index cf5d5041fd4f..e0e38786946f 100644 --- a/audio/schismtracker/Makefile +++ b/audio/schismtracker/Makefile @@ -1,5 +1,5 @@ PORTNAME= schismtracker -DISTVERSION= 20241021 +DISTVERSION= 20241226 CATEGORIES= audio MAINTAINER= ehaupt@FreeBSD.org @@ -28,7 +28,7 @@ PLIST_FILES= bin/schismtracker \ share/pixmaps/schism-itf-icon-128.png post-patch: - @${REINPLACE_CMD} -e "s|%%LAST_GIT_COMMIT%%|${DISTVERSION:C/([0-9]{4})([0-9]{2})([0-9]{2})/\1-\2-\3/}|" \ + @${REINPLACE_CMD} -e "s|%%LAST_GIT_COMMIT%%|${DISTVERSION}|" \ ${WRKSRC}/configure.ac post-install: diff --git a/audio/schismtracker/distinfo b/audio/schismtracker/distinfo index a13b63780853..72f6b808d416 100644 --- a/audio/schismtracker/distinfo +++ b/audio/schismtracker/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1729616204 -SHA256 (schismtracker-schismtracker-20241021_GH0.tar.gz) = 9615aeb37a29867306b92008c4579be185871ac0156009ce64be406b777b8f5d -SIZE (schismtracker-schismtracker-20241021_GH0.tar.gz) = 1081219 +TIMESTAMP = 1735550021 +SHA256 (schismtracker-schismtracker-20241226_GH0.tar.gz) = 32b9e5f3cab7648c89b23449fb7ca2ab77abd9e67e120ced70770710b1e06a58 +SIZE (schismtracker-schismtracker-20241226_GH0.tar.gz) = 1187056 diff --git a/audio/schismtracker/files/patch-configure.ac b/audio/schismtracker/files/patch-configure.ac index 4e82148e0da2..ed1ee3f5fb39 100644 --- a/audio/schismtracker/files/patch-configure.ac +++ b/audio/schismtracker/files/patch-configure.ac @@ -1,11 +1,14 @@ ---- configure.ac.orig 2024-10-21 06:04:43 UTC +--- configure.ac.orig 2024-12-26 07:15:43 UTC +++ configure.ac -@@ -22,7 +22,7 @@ dnl PACKAGE_VERSION will be either "" if not using git - dnl Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA +@@ -23,9 +23,9 @@ m4_define([last_git_commit], patsubst(m4_esyscmd([git 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]])) -+m4_define([last_git_commit], [%%LAST_GIT_COMMIT%%]) - AC_INIT([schismtracker], [last_git_commit]) + 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],[%%LAST_GIT_COMMIT%%]) + +-last_commit_date="last_git_commit" ++last_commit_date="%%LAST_GIT_COMMIT%%" + + AC_CONFIG_SRCDIR([schism/main.c]) - last_commit_date=[last_git_commit]