diff options
author | jhale <jhale@FreeBSD.org> | 2018-08-31 17:25:42 +0800 |
---|---|---|
committer | jhale <jhale@FreeBSD.org> | 2018-08-31 17:25:42 +0800 |
commit | fb834cedc5040fc23e2a638a173d7715515596ee (patch) | |
tree | 2637c9d0991585ea3b90dfe626dbab3cb3b9e73c /audio | |
parent | ea35e6dcf75f9de83096276e8f1147a34bffc346 (diff) | |
download | freebsd-ports-gnome-fb834cedc5040fc23e2a638a173d7715515596ee.tar.gz freebsd-ports-gnome-fb834cedc5040fc23e2a638a173d7715515596ee.tar.zst freebsd-ports-gnome-fb834cedc5040fc23e2a638a173d7715515596ee.zip |
Fix build with Qt 5.11
While here, pet portlint
PR: 230884
Obtained from: upstream
Diffstat (limited to 'audio')
-rw-r--r-- | audio/polyphone/Makefile | 5 | ||||
-rw-r--r-- | audio/polyphone/distinfo | 4 |
2 files changed, 7 insertions, 2 deletions
diff --git a/audio/polyphone/Makefile b/audio/polyphone/Makefile index 243333f1274a..325acc731a0e 100644 --- a/audio/polyphone/Makefile +++ b/audio/polyphone/Makefile @@ -2,11 +2,14 @@ PORTNAME= polyphone DISTVERSION= 1.9 -PORTREVISION= 1 DISTVERSIONSUFFIX= -src +PORTREVISION= 1 CATEGORIES= audio MASTER_SITES= http://polyphone-soundfonts.com/en/download/file/76-polyphone-1-8-src-zip/latest/download?ae95d968569b61bc77f7b8559a14db4d=1/ +PATCH_SITES= https://github.com/davy7125/polyphone/commit/ +PATCHFILES= 7d3e26b46cb5.patch:-p2 + MAINTAINER= yuri@FreeBSD.org COMMENT= Graphical user interface for editing soundfont (sf2 and sfz) files diff --git a/audio/polyphone/distinfo b/audio/polyphone/distinfo index 15c022f824a8..b402bf6ae4af 100644 --- a/audio/polyphone/distinfo +++ b/audio/polyphone/distinfo @@ -1,3 +1,5 @@ -TIMESTAMP = 1531104583 +TIMESTAMP = 1535706912 SHA256 (polyphone-1.9-src.zip) = 2b0ba2887646208ae9953a336adfebe460133cd403e76f7fe795d3071827dfdd SIZE (polyphone-1.9-src.zip) = 3699516 +SHA256 (7d3e26b46cb5.patch) = 177737f0df2107eb4f7cf8b2e5e2519fa4f0b1500190d7d3a6ab6e479d43f520 +SIZE (7d3e26b46cb5.patch) = 1433 |