From owner-svn-ports-head@FreeBSD.ORG Sat Dec 20 07:48:10 2014 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 44DFFFBE; Sat, 20 Dec 2014 07:48:10 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::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 176502846; Sat, 20 Dec 2014 07:48:10 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id sBK7m9pi062188; Sat, 20 Dec 2014 07:48:09 GMT (envelope-from gerald@FreeBSD.org) Received: (from gerald@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id sBK7m9aP062186; Sat, 20 Dec 2014 07:48:09 GMT (envelope-from gerald@FreeBSD.org) Message-Id: <201412200748.sBK7m9aP062186@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: gerald set sender to gerald@FreeBSD.org using -f From: Gerald Pfeifer Date: Sat, 20 Dec 2014 07:48:09 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r374992 - head/emulators/wine X-SVN-Group: ports-head 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.18-1 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: Sat, 20 Dec 2014 07:48:10 -0000 Author: gerald Date: Sat Dec 20 07:48:08 2014 New Revision: 374992 URL: https://svnweb.freebsd.org/changeset/ports/374992 QAT: https://qat.redports.org/buildarchive/r374992/ Log: Fix pkg-plist when the MPG123 option is set. Add USES=desktop-file-utils as suggested by stage-qa. PR: 195903 Submitted by: amdmi3 Modified: head/emulators/wine/Makefile head/emulators/wine/pkg-plist Modified: head/emulators/wine/Makefile ============================================================================== --- head/emulators/wine/Makefile Sat Dec 20 06:45:05 2014 (r374991) +++ head/emulators/wine/Makefile Sat Dec 20 07:48:08 2014 (r374992) @@ -3,7 +3,7 @@ PORTNAME= wine DISTVERSION= 1.6.2 -PORTREVISION= 5 +PORTREVISION= 6 PORTEPOCH= 1 CATEGORIES= emulators MASTER_SITES= SF/${PORTNAME}/Source \ @@ -43,7 +43,7 @@ WINELIBDIR?= ${PREFIX}/lib USE_LDCONFIG= ${WINELIBDIR} ${WINELIBDIR}/wine .endif ONLY_FOR_ARCHS= i386 -USES= bison compiler:c11 gmake shebangfix tar:bzip2 +USES= bison compiler:c11 desktop-file-utils gmake shebangfix tar:bzip2 SHEBANG_FILES= tools/winemaker tools/winedump/function_grep.pl USE_GL= glu USE_XORG= xcomposite xcursor xi xpm xrandr xrender Modified: head/emulators/wine/pkg-plist ============================================================================== --- head/emulators/wine/pkg-plist Sat Dec 20 06:45:05 2014 (r374991) +++ head/emulators/wine/pkg-plist Sat Dec 20 07:48:08 2014 (r374992) @@ -1374,6 +1374,7 @@ lib/wine/fakedlls/winefile.exe lib/wine/fakedlls/winemapi.dll lib/wine/fakedlls/winemenubuilder.exe lib/wine/fakedlls/winemine.exe +%%MPG123%%lib/wine/fakedlls/winemp3.acm lib/wine/fakedlls/winemsibuilder.exe lib/wine/fakedlls/wineoss.drv lib/wine/fakedlls/winepath.exe @@ -1907,6 +1908,7 @@ lib/wine/winefile.exe.so lib/wine/winemapi.dll.so lib/wine/winemenubuilder.exe.so lib/wine/winemine.exe.so +%%MPG123%%lib/wine/winemp3.acm.so lib/wine/winemsibuilder.exe.so lib/wine/wineoss.drv.so lib/wine/winepath.exe.so