diff options
author | Emanuel Haupt <ehaupt@FreeBSD.org> | 2020-05-15 09:01:38 +0000 |
---|---|---|
committer | Emanuel Haupt <ehaupt@FreeBSD.org> | 2020-05-15 09:01:38 +0000 |
commit | 84059d8240178f3956cc17b956b9b1232021f350 (patch) | |
tree | cb4cc72e0d92f5fbe0f82197e982558be96c9c49 /audio/schismtracker | |
parent | 26cc42d1127b972b771e3808430e4d8066150af6 (diff) | |
download | freebsd-ports-84059d8240178f3956cc17b956b9b1232021f350.zip |
- Update to 20200412
- Make portclippy/portfmt happy
- Remove PORTSCOUT (ignored version is lower than current)
Diffstat (limited to 'audio/schismtracker')
-rw-r--r-- | audio/schismtracker/Makefile | 16 | ||||
-rw-r--r-- | audio/schismtracker/distinfo | 6 |
2 files changed, 10 insertions, 12 deletions
diff --git a/audio/schismtracker/Makefile b/audio/schismtracker/Makefile index 105fb2c548a8..1a5c247afb48 100644 --- a/audio/schismtracker/Makefile +++ b/audio/schismtracker/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= schismtracker -PORTVERSION= 20190805 +PORTVERSION= 20200412 CATEGORIES= audio MAINTAINER= ehaupt@FreeBSD.org @@ -12,27 +12,25 @@ LICENSE= GPLv2 ONLY_FOR_ARCHS= amd64 i386 -USES= autoreconf python compiler:c++11-lib desktop-file-utils sdl xorg +USES= autoreconf compiler:c++11-lib desktop-file-utils python sdl \ + xorg +USE_GITHUB= yes USE_SDL= sdl USE_XORG= x11 xext xv -USE_GITHUB= yes - GNU_CONFIGURE= yes # if you touch these make sure configure finds X11/XKBlib.h presence +CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= `sdl-config --libs` LIBS+= -lm -lX11 -CPPFLAGS+= -I${LOCALBASE}/include -PLIST_FILES= bin/schismtracker man/man1/schismtracker.1.gz \ +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 -# changes only affect macOS -PORTSCOUT= ignore:20190614 - post-patch: @${REINPLACE_CMD} \ -e "s|^\(AC_INIT.*\)\[last_git_commit\]|\1${PORTVERSION}|" \ diff --git a/audio/schismtracker/distinfo b/audio/schismtracker/distinfo index c89471053d58..11997829277a 100644 --- a/audio/schismtracker/distinfo +++ b/audio/schismtracker/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1567071166 -SHA256 (schismtracker-schismtracker-20190805_GH0.tar.gz) = 855205db8047e4d76faf46b80c2b7209f1f8f26be44973334fa7b74684c08cc1 -SIZE (schismtracker-schismtracker-20190805_GH0.tar.gz) = 1307914 +TIMESTAMP = 1589531416 +SHA256 (schismtracker-schismtracker-20200412_GH0.tar.gz) = 255a07cdcf4df818095c290be5cc7e291a09581d5ce2cb7088b45285f74ede3d +SIZE (schismtracker-schismtracker-20200412_GH0.tar.gz) = 1308056 |