From owner-svn-ports-head@freebsd.org Fri Aug 11 04:41:32 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 78153D9A4F0; Fri, 11 Aug 2017 04:41:32 +0000 (UTC) (envelope-from jbeich@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 mx1.freebsd.org (Postfix) with ESMTPS id 45AE1847A5; Fri, 11 Aug 2017 04:41:32 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v7B4fVJF084088; Fri, 11 Aug 2017 04:41:31 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v7B4fVkf084087; Fri, 11 Aug 2017 04:41:31 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201708110441.v7B4fVkf084087@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Fri, 11 Aug 2017 04:41:31 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r447730 - head/multimedia/mpc-qt X-SVN-Group: ports-head X-SVN-Commit-Author: jbeich X-SVN-Commit-Paths: head/multimedia/mpc-qt X-SVN-Commit-Revision: 447730 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 11 Aug 2017 04:41:32 -0000 Author: jbeich Date: Fri Aug 11 04:41:31 2017 New Revision: 447730 URL: https://svnweb.freebsd.org/changeset/ports/447730 Log: multimedia/mpc-qt: fix missing icons after r443673 Modified: head/multimedia/mpc-qt/Makefile (contents, props changed) Modified: head/multimedia/mpc-qt/Makefile ============================================================================== --- head/multimedia/mpc-qt/Makefile Fri Aug 11 00:39:19 2017 (r447729) +++ head/multimedia/mpc-qt/Makefile Fri Aug 11 04:41:31 2017 (r447730) @@ -3,7 +3,7 @@ PORTNAME= mpc-qt DISTVERSIONPREFIX= v DISTVERSION= 17.07 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= multimedia audio MASTER_SITES= https://aur.archlinux.org/cgit/aur.git/plain/${PORTNAME}.desktop?h=${PORTNAME}-git&id=b1a6b91&dummy=/:desktop DISTFILES= ${PORTNAME}.desktop:desktop @@ -24,7 +24,7 @@ GH_ACCOUNT= cmdrkotori USES= compiler:c++11-lib desktop-file-utils pkgconfig qmake USE_QT5= qmake_build buildtools_build linguisttools_build \ - core dbus gui network widgets x11extras + core dbus gui network svg_run widgets x11extras USE_GL= gl CXXFLAGS+= -D_GLIBCXX_USE_C99 -D_GLIBCXX_USE_C99_MATH_TR1 \ -D_DECLARE_C99_LDBL_MATH # XXX ports/193528