Skip to content

Commit

Permalink
audio/schismtracker: Update to 20230906
Browse files Browse the repository at this point in the history
  • Loading branch information
ehaupt committed Sep 7, 2023
1 parent b40fb3c commit 4ab1bff
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 19 deletions.
21 changes: 5 additions & 16 deletions audio/schismtracker/Makefile
@@ -1,6 +1,8 @@
PORTNAME= schismtracker
PORTVERSION= 20221201
PORTVERSION= 20230906
CATEGORIES= audio
MASTER_SITES= https://github.com/schismtracker/schismtracker/releases/download/${PORTVERSION}/
DISTNAME= ${PORTNAME}-${PORTVERSION}.source

MAINTAINER= ehaupt@FreeBSD.org
COMMENT= Module tracker editor/player resembling impulse tracker
Expand All @@ -10,31 +12,18 @@ LICENSE= GPLv2

ONLY_FOR_ARCHS= amd64 armv7 i386 powerpc powerpc64 powerpc64le

USES= autoreconf compiler:c++11-lib desktop-file-utils localbase \
python sdl xorg
USE_GITHUB= yes
USES= compiler:c++11-lib desktop-file-utils localbase python sdl xorg
USE_SDL= sdl2
USE_XORG= x11 xext xv

GNU_CONFIGURE= yes

# if you touch these make sure configure finds X11/XKBlib.h presence
LDFLAGS+= `sdl2-config --libs`
LIBS+= -lm -lX11
NO_WRKSUBDIR= yes

PLIST_FILES= bin/schismtracker \
man/man1/schismtracker.1.gz \
share/applications/schism.desktop \
share/pixmaps/schism-icon-128.png \
share/pixmaps/schism-itf-icon-128.png

post-patch:
@${REINPLACE_CMD} \
-e "s|^\(AC_INIT.*\)\[last_git_commit\]|\1${PORTVERSION}|" \
-e '/^m4_define.*last_git_commit.*git/d' \
${WRKSRC}/configure.ac
@${REINPLACE_CMD} -e '/^schismtracker_LDADD/d' ${WRKSRC}/Makefile.am

post-install:
${INSTALL_DATA} ${WRKSRC}/sys/fd.org/*.desktop ${STAGEDIR}${DESKTOPDIR}
${INSTALL_DATA} ${WRKSRC}/icons/schism-icon-128.png \
Expand Down
6 changes: 3 additions & 3 deletions audio/schismtracker/distinfo
@@ -1,3 +1,3 @@
TIMESTAMP = 1670003825
SHA256 (schismtracker-schismtracker-20221201_GH0.tar.gz) = edeac95743505e8c9baf32052b536e610d67866985e40fddb9d9e2fa10bd0be7
SIZE (schismtracker-schismtracker-20221201_GH0.tar.gz) = 1276464
TIMESTAMP = 1694073903
SHA256 (schismtracker-20230906.source.tar.gz) = 30e24d1ad16e68800fbefc30435296acc7b6863bb0048712ec09ca52de681bf0
SIZE (schismtracker-20230906.source.tar.gz) = 1397771

0 comments on commit 4ab1bff

Please sign in to comment.