svn commit: r306533 - head/emulators/wine-devel

Gerald Pfeifer gerald at FreeBSD.org
Sat Oct 27 21:56:32 UTC 2012


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


More information about the svn-ports-all mailing list