Date: Sat, 27 Oct 2012 21:56:31 +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: r306533 - head/emulators/wine-devel Message-ID: <201210272156.q9RLuVNA066500@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: gerald Date: Sat Oct 27 21:56:31 2012 New Revision: 306533 URL: http://svn.freebsd.org/changeset/ports/306533 Log: Update to Wine 1.5.15. This includes the following changes: - Many improvements to the CMD command-line parser. - More stream classes in the C++ runtime. - Support for managing services in WMI. - Improved CPU detection. - Various bug fixes. This also depends on a new version of the Wine Mono package. Feature safe: yes Modified: head/emulators/wine-devel/Makefile head/emulators/wine-devel/distinfo Modified: head/emulators/wine-devel/Makefile ============================================================================== --- head/emulators/wine-devel/Makefile Sat Oct 27 20:57:55 2012 (r306532) +++ head/emulators/wine-devel/Makefile Sat Oct 27 21:56:31 2012 (r306533) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= wine -DISTVERSION= 1.5.15 +DISTVERSION= 1.5.16 PORTEPOCH= 1 CATEGORIES= emulators MASTER_SITES= SF/${PORTNAME}/Source \ @@ -128,7 +128,7 @@ RUN_DEPENDS+= ${DATADIR}/gecko/wine_geck .endif .if ${PORT_OPTIONS:MMONO} -RUN_DEPENDS+= ${DATADIR}/mono/wine-mono-0.0.4.msi:${PORTSDIR}/emulators/wine-mono +RUN_DEPENDS+= ${DATADIR}/mono/wine-mono-0.0.8.msi:${PORTSDIR}/emulators/wine-mono .endif .if ${OSVERSION} < 800000 Modified: head/emulators/wine-devel/distinfo ============================================================================== --- head/emulators/wine-devel/distinfo Sat Oct 27 20:57:55 2012 (r306532) +++ head/emulators/wine-devel/distinfo Sat Oct 27 21:56:31 2012 (r306533) @@ -1,2 +1,2 @@ -SHA256 (wine-1.5.15.tar.bz2) = 2642698204bbc5d9fd04c30f3507fa08a62fa3b0a21e53cdfd2c5a4530b69454 -SIZE (wine-1.5.15.tar.bz2) = 20844051 +SHA256 (wine-1.5.16.tar.bz2) = 2f4df6ade18d636c892bee0feb6fd075eb3ad299e61d250ea359659d6411e723 +SIZE (wine-1.5.16.tar.bz2) = 20879326
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201210272156.q9RLuVNA066500>