Date: Sat, 12 Jul 2014 22:47:27 +0000 (UTC) From: Gerald Pfeifer <gerald@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r361650 - head/emulators/wine-devel Message-ID: <201407122247.s6CMlRkr066827@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201407122247.s6CMlRkr066827>