git: 1a28b418860f - main - audio/fasttracker2: backport upstream fix for Wayland
Emanuel Haupt
ehaupt at FreeBSD.org
Sun Sep 5 18:28:26 UTC 2021
The branch main has been updated by ehaupt:
URL: https://cgit.FreeBSD.org/ports/commit/?id=1a28b418860fea77ad55c8164d70a014df78190e
commit 1a28b418860fea77ad55c8164d70a014df78190e
Author: Evgeniy Khramtsov <evgeniy at khramtsov.org>
AuthorDate: 2021-09-03 10:53:12 +0000
Commit: Emanuel Haupt <ehaupt at FreeBSD.org>
CommitDate: 2021-09-05 18:28:04 +0000
audio/fasttracker2: backport upstream fix for Wayland
SDL_DRIVER=wayland results in mouse click not being registered.
Backport upstream change to fix this.
PR: 258246
---
audio/fasttracker2/Makefile | 4 ++++
audio/fasttracker2/distinfo | 4 +++-
2 files changed, 7 insertions(+), 1 deletion(-)
diff --git a/audio/fasttracker2/Makefile b/audio/fasttracker2/Makefile
index 7b67d154eb89..a3d370f36452 100644
--- a/audio/fasttracker2/Makefile
+++ b/audio/fasttracker2/Makefile
@@ -3,8 +3,12 @@
PORTNAME= fasttracker2
DISTVERSIONPREFIX= v
DISTVERSION= 1.47
+PORTREVISION= 1
CATEGORIES= audio
+PATCH_SITES= https://github.com/${GH_ACCOUNT}/${GH_PROJECT}/commit/
+PATCHFILES+= 14013d2165f6.patch:-p1 # https://github.com/8bitbubsy/ft2-clone/issues/21
+
MAINTAINER= ehaupt at FreeBSD.org
COMMENT= Fasttracker II clone
diff --git a/audio/fasttracker2/distinfo b/audio/fasttracker2/distinfo
index c1dfef94ec05..862fe34372d2 100644
--- a/audio/fasttracker2/distinfo
+++ b/audio/fasttracker2/distinfo
@@ -1,3 +1,5 @@
-TIMESTAMP = 1621948797
+TIMESTAMP = 1630666288
SHA256 (8bitbubsy-ft2-clone-v1.47_GH0.tar.gz) = a011c6c13aff8788daa6df5e8c6d44d2e1ce6d470618e41d9ede45c37ce79f5b
SIZE (8bitbubsy-ft2-clone-v1.47_GH0.tar.gz) = 5234480
+SHA256 (14013d2165f6.patch) = d0a03e33b679a39daf2acd55cf8c91402abc1318779b0fcc42e8318279baa105
+SIZE (14013d2165f6.patch) = 1033
More information about the dev-commits-ports-all
mailing list