From owner-svn-ports-all@freebsd.org Fri Aug 31 09:25:44 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 38E47F79EEB; Fri, 31 Aug 2018 09:25:44 +0000 (UTC) (envelope-from jhale@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id D75348AE0A; Fri, 31 Aug 2018 09:25:43 +0000 (UTC) (envelope-from jhale@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id AD809196B8; Fri, 31 Aug 2018 09:25:43 +0000 (UTC) (envelope-from jhale@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w7V9PhSY070235; Fri, 31 Aug 2018 09:25:43 GMT (envelope-from jhale@FreeBSD.org) Received: (from jhale@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w7V9Ph0k070231; Fri, 31 Aug 2018 09:25:43 GMT (envelope-from jhale@FreeBSD.org) Message-Id: <201808310925.w7V9Ph0k070231@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jhale set sender to jhale@FreeBSD.org using -f From: "Jason E. Hale" Date: Fri, 31 Aug 2018 09:25:43 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r478536 - head/audio/polyphone X-SVN-Group: ports-head X-SVN-Commit-Author: jhale X-SVN-Commit-Paths: head/audio/polyphone X-SVN-Commit-Revision: 478536 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.27 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 31 Aug 2018 09:25:44 -0000 Author: jhale Date: Fri Aug 31 09:25:42 2018 New Revision: 478536 URL: https://svnweb.freebsd.org/changeset/ports/478536 Log: Fix build with Qt 5.11 While here, pet portlint PR: 230884 Obtained from: upstream Modified: head/audio/polyphone/Makefile head/audio/polyphone/distinfo Modified: head/audio/polyphone/Makefile ============================================================================== --- head/audio/polyphone/Makefile Fri Aug 31 09:12:27 2018 (r478535) +++ head/audio/polyphone/Makefile Fri Aug 31 09:25:42 2018 (r478536) @@ -2,10 +2,13 @@ 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 Modified: head/audio/polyphone/distinfo ============================================================================== --- head/audio/polyphone/distinfo Fri Aug 31 09:12:27 2018 (r478535) +++ head/audio/polyphone/distinfo Fri Aug 31 09:25:42 2018 (r478536) @@ -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