From owner-svn-ports-all@freebsd.org Sun Jan 14 00:21:46 2018 Return-Path: Delivered-To: svn-ports-all@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 06FF4E62FE6; Sun, 14 Jan 2018 00:21:46 +0000 (UTC) (envelope-from gerald@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 D60C67FC49; Sun, 14 Jan 2018 00:21:45 +0000 (UTC) (envelope-from gerald@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 1FE3F1A2E4; Sun, 14 Jan 2018 00:21:45 +0000 (UTC) (envelope-from gerald@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w0E0LiOL028394; Sun, 14 Jan 2018 00:21:44 GMT (envelope-from gerald@FreeBSD.org) Received: (from gerald@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w0E0Lifo028392; Sun, 14 Jan 2018 00:21:44 GMT (envelope-from gerald@FreeBSD.org) Message-Id: <201801140021.w0E0Lifo028392@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: gerald set sender to gerald@FreeBSD.org using -f From: Gerald Pfeifer Date: Sun, 14 Jan 2018 00:21:44 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r458947 - head/emulators/wine-devel X-SVN-Group: ports-head X-SVN-Commit-Author: gerald X-SVN-Commit-Paths: head/emulators/wine-devel X-SVN-Commit-Revision: 458947 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.25 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: Sun, 14 Jan 2018 00:21:46 -0000 Author: gerald Date: Sun Jan 14 00:21:44 2018 New Revision: 458947 URL: https://svnweb.freebsd.org/changeset/ports/458947 Log: Update to Wine 3.0 RC6 which brings some further bug fixes. Replace STAGING_LIB_DEPENDS by LIB_DEPENDS+= in the block providing support for the STAGING option to have (nearly) everything related to that in one place. Modified: head/emulators/wine-devel/Makefile head/emulators/wine-devel/distinfo Modified: head/emulators/wine-devel/Makefile ============================================================================== --- head/emulators/wine-devel/Makefile Sat Jan 13 22:43:03 2018 (r458946) +++ head/emulators/wine-devel/Makefile Sun Jan 14 00:21:44 2018 (r458947) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= wine -DISTVERSION= 3.0-rc5 +DISTVERSION= 3.0-rc6 PORTEPOCH= 1 CATEGORIES= emulators MASTER_SITES= SF/${PORTNAME}/Source \ @@ -93,8 +93,6 @@ MPG123_LIB_DEPENDS= libmpg123.so:audio/mpg123 OPENAL_CONFIGURE_WITH= openal OPENAL_USES= openal -STAGING_LIB_DEPENDS= libtxc_dxtn.so:graphics/s2tc - V4L_CONFIGURE_WITH= v4l V4L_BUILD_DEPENDS= ${LOCALBASE}/include/linux/videodev2.h:multimedia/v4l_compat V4L_LIB_DEPENDS= libv4l1.so:multimedia/libv4l @@ -149,6 +147,7 @@ DISTFILES+= ${COMP_DIST}:cho EXTRACT_DEPENDS=bash:shells/bash \ git:devel/git \ autoreconf-2.69:devel/autoconf +LIB_DEPENDS+= libtxc_dxtn.so:graphics/s2tc post-extract: fix-shebang cd ${WRKSRC} && ${TAR} xf ${DISTDIR}/${COMP_DIST} --strip-components 1 Modified: head/emulators/wine-devel/distinfo ============================================================================== --- head/emulators/wine-devel/distinfo Sat Jan 13 22:43:03 2018 (r458946) +++ head/emulators/wine-devel/distinfo Sun Jan 14 00:21:44 2018 (r458947) @@ -1,3 +1,3 @@ -TIMESTAMP = 1515365837 -SHA256 (wine-3.0-rc5.tar.xz) = 4b4a9249db8b1ca6800421dd52f6ae411bbd81d75704022fdd464a8bc57dc206 -SIZE (wine-3.0-rc5.tar.xz) = 19708896 +TIMESTAMP = 1515790555 +SHA256 (wine-3.0-rc6.tar.xz) = 5ebdab6382cef4876913e55a3f92607848013d4a449de8918d0c36ad148fdcbb +SIZE (wine-3.0-rc6.tar.xz) = 19709980