Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 10 Sep 2024 10:42:03 GMT
From:      Emanuel Haupt <ehaupt@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: d496c424f3e8 - main - audio/schismtracker: Update to 20240909
Message-ID:  <202409101042.48AAg3pM049974@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by ehaupt:

URL: https://cgit.FreeBSD.org/ports/commit/?id=d496c424f3e848162f2ba701c4c61b3dcaca3be6

commit d496c424f3e848162f2ba701c4c61b3dcaca3be6
Author:     Emanuel Haupt <ehaupt@FreeBSD.org>
AuthorDate: 2024-09-10 10:41:53 +0000
Commit:     Emanuel Haupt <ehaupt@FreeBSD.org>
CommitDate: 2024-09-10 10:41:58 +0000

    audio/schismtracker: Update to 20240909
---
 audio/schismtracker/Makefile | 13 ++++++++-----
 audio/schismtracker/distinfo |  6 +++---
 2 files changed, 11 insertions(+), 8 deletions(-)

diff --git a/audio/schismtracker/Makefile b/audio/schismtracker/Makefile
index 1355fc10b047..2734c14dd6c2 100644
--- a/audio/schismtracker/Makefile
+++ b/audio/schismtracker/Makefile
@@ -1,6 +1,8 @@
 PORTNAME=	schismtracker
-DISTVERSION=	20240809
+DISTVERSION=	20240909
+DISTVERSIONSUFFIX=	.source
 CATEGORIES=	audio
+MASTER_SITES=	https://github.com/${PORTNAME}/${PORTNAME}/releases/download/${DISTVERSION}/
 
 MAINTAINER=	ehaupt@FreeBSD.org
 COMMENT=	Module tracker editor/player resembling impulse tracker
@@ -11,15 +13,16 @@ LICENSE=	GPLv2
 
 ONLY_FOR_ARCHS=	amd64 armv7 i386 powerpc powerpc64 powerpc64le
 
-LIB_DEPENDS=	libFLAC.so:audio/flac
+LIB_DEPENDS=	libFLAC.so:audio/flac \
+		libutf8proc.so:textproc/utf8proc
 
-USES=		autoreconf compiler:c++11-lib desktop-file-utils localbase \
-		pkgconfig python sdl xorg
-USE_GITHUB=	yes
+USES=		compiler:c++11-lib desktop-file-utils localbase pkgconfig \
+		python sdl xorg
 USE_SDL=	sdl2
 USE_XORG=	x11 xext xv
 GNU_CONFIGURE=	yes
 
+WRKSRC=		${WRKDIR}/${PORTNAME}-${PORTVERSION}
 PLIST_FILES=	bin/schismtracker \
 		share/applications/schism.desktop \
 		share/man/man1/schismtracker.1.gz \
diff --git a/audio/schismtracker/distinfo b/audio/schismtracker/distinfo
index 12728457b8e0..9c6781def428 100644
--- a/audio/schismtracker/distinfo
+++ b/audio/schismtracker/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1724137361
-SHA256 (schismtracker-schismtracker-20240809_GH0.tar.gz) = 4dafacc4db2516629d377097573a3cad9ee41de44b2f3c956b360779440168e0
-SIZE (schismtracker-schismtracker-20240809_GH0.tar.gz) = 1088121
+TIMESTAMP = 1725954451
+SHA256 (schismtracker-20240909.source.tar.gz) = 79178335de99e42691756e0e0b70062851d564d82a5619a43d8282becc652ed5
+SIZE (schismtracker-20240909.source.tar.gz) = 1224121



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202409101042.48AAg3pM049974>