From owner-svn-ports-all@FreeBSD.ORG Sat Jul 12 22:47:27 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id C5E1873B; Sat, 12 Jul 2014 22:47:27 +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 9862C2B27; Sat, 12 Jul 2014 22:47:27 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s6CMlRV4066829; Sat, 12 Jul 2014 22:47:27 GMT (envelope-from gerald@svn.freebsd.org) Received: (from gerald@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s6CMlRkr066827; Sat, 12 Jul 2014 22:47:27 GMT (envelope-from gerald@svn.freebsd.org) Message-Id: <201407122247.s6CMlRkr066827@svn.freebsd.org> From: Gerald Pfeifer Date: Sat, 12 Jul 2014 22:47:27 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r361650 - head/emulators/wine-devel X-SVN-Group: ports-head 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.18 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: Sat, 12 Jul 2014 22:47:27 -0000 Author: gerald Date: Sat Jul 12 22:47:26 2014 New Revision: 361650 URL: http://svnweb.freebsd.org/changeset/ports/361650 QAT: https://qat.redports.org/buildarchive/r361650/ Log: Update to Wine 1.7.22. This includes the following changes: - Support for Unicode bracketing pairs. - Improved Internet cookie support. - Initial support for geographical information. - Various bug fixes. Add sysutils/preload as a new build dependency. This should help with DRM and similar Windows bits and will especially be helpful for the new emulators/pipelight port. [1] Suggested by: kmoore [1] Modified: head/emulators/wine-devel/Makefile head/emulators/wine-devel/distinfo Modified: head/emulators/wine-devel/Makefile ============================================================================== --- head/emulators/wine-devel/Makefile Sat Jul 12 22:44:54 2014 (r361649) +++ head/emulators/wine-devel/Makefile Sat Jul 12 22:47:26 2014 (r361650) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= wine -DISTVERSION= 1.7.21 +DISTVERSION= 1.7.22 PORTEPOCH= 1 CATEGORIES= emulators MASTER_SITES= SF/${PORTNAME}/Source \ @@ -17,7 +17,8 @@ LICENSE= LGPL21 LGPL3 LICENSE_COMB= dual LICENSE_FILE= ${WRKSRC}/LICENSE -BUILD_DEPENDS= ${LOCALBASE}/bin/flex:${PORTSDIR}/textproc/flex +BUILD_DEPENDS= ${LOCALBASE}/bin/flex:${PORTSDIR}/textproc/flex \ + prelink:${PORTSDIR}/sysutils/prelink LIB_DEPENDS= libxml2.so:${PORTSDIR}/textproc/libxml2 CONFLICTS_INSTALL= i386-wine-[0-9]* i386-wine-devel-[0-9]* wine-[0-9]* Modified: head/emulators/wine-devel/distinfo ============================================================================== --- head/emulators/wine-devel/distinfo Sat Jul 12 22:44:54 2014 (r361649) +++ head/emulators/wine-devel/distinfo Sat Jul 12 22:47:26 2014 (r361650) @@ -1,4 +1,4 @@ -SHA256 (wine-1.7.21.tar.bz2) = a14723104135c21414c61e146144a2c527430057255f8c35a3a7d354e68b9401 -SIZE (wine-1.7.21.tar.bz2) = 21635330 -SHA256 (v1.7.21.tar.gz) = 19b619599e1d00829ab7782e069551dede0feacfd918b168f0843bd4ab0cd0d2 -SIZE (v1.7.21.tar.gz) = 883807 +SHA256 (wine-1.7.22.tar.bz2) = 60374c94c64110d58939e716c3ef4916059c691a2953d8340a9a140a208a7c63 +SIZE (wine-1.7.22.tar.bz2) = 21661089 +SHA256 (v1.7.22.tar.gz) = 110da63d7037bfbff1a1b64659b01161976e3e686961d8ed30218ff0d4bafac2 +SIZE (v1.7.22.tar.gz) = 888414