From owner-svn-ports-all@freebsd.org Fri Aug 31 09:02:49 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 1C38BF7953E; Fri, 31 Aug 2018 09:02:49 +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 C4E658A1F6; Fri, 31 Aug 2018 09:02:48 +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 A3CE719360; Fri, 31 Aug 2018 09:02:48 +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 w7V92mwT059739; Fri, 31 Aug 2018 09:02:48 GMT (envelope-from jhale@FreeBSD.org) Received: (from jhale@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w7V92mQ6059738; Fri, 31 Aug 2018 09:02:48 GMT (envelope-from jhale@FreeBSD.org) Message-Id: <201808310902.w7V92mQ6059738@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:02:48 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r478533 - head/audio/guidolib X-SVN-Group: ports-head X-SVN-Commit-Author: jhale X-SVN-Commit-Paths: head/audio/guidolib X-SVN-Commit-Revision: 478533 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:02:49 -0000 Author: jhale Date: Fri Aug 31 09:02:47 2018 New Revision: 478533 URL: https://svnweb.freebsd.org/changeset/ports/478533 Log: Fix build with Qt 5.11 While here, add USES=gnome since this has USE_GNOME PR: 230884 Obtained from: upstream Modified: head/audio/guidolib/Makefile head/audio/guidolib/distinfo Modified: head/audio/guidolib/Makefile ============================================================================== --- head/audio/guidolib/Makefile Fri Aug 31 08:57:17 2018 (r478532) +++ head/audio/guidolib/Makefile Fri Aug 31 09:02:47 2018 (r478533) @@ -6,6 +6,9 @@ DISTVERSION= 164-61 DISTVERSIONSUFFIX= -gbcd5705d CATEGORIES= audio graphics print +PATCH_SITES= https://github.com/${GH_ACCOUNT}/${GH_PROJECT}/commit/ +PATCHFILES+= 713a205a6e57.patch:-p1 + MAINTAINER= yuri@FreeBSD.org COMMENT= Library for graphic rendering of music scores @@ -13,7 +16,7 @@ LICENSE= MPL20 BUILD_DEPENDS= cmake:devel/cmake -USES= gmake pkgconfig qt:5 +USES= gmake gnome pkgconfig qt:5 USE_GITHUB= yes GH_ACCOUNT= grame-cncm USE_QT= core gui widgets printsupport xml buildtools_build qmake_build Modified: head/audio/guidolib/distinfo ============================================================================== --- head/audio/guidolib/distinfo Fri Aug 31 08:57:17 2018 (r478532) +++ head/audio/guidolib/distinfo Fri Aug 31 09:02:47 2018 (r478533) @@ -1,3 +1,5 @@ -TIMESTAMP = 1514688196 +TIMESTAMP = 1535704701 SHA256 (grame-cncm-guidolib-v164-61-gbcd5705d_GH0.tar.gz) = 2a8edde89e6c1edb64ee8bc430e86524dc89979671912e4f0faefdb6a2e3ae15 SIZE (grame-cncm-guidolib-v164-61-gbcd5705d_GH0.tar.gz) = 24893281 +SHA256 (713a205a6e57.patch) = e79f461b1fbf56af5f8cd8f46b7d3bd664fd507d22e54d425fd03c7f7a9adbae +SIZE (713a205a6e57.patch) = 1624