svn commit: r410656 - head/emulators/wine-devel
Gerald Pfeifer
gerald at FreeBSD.org
Tue Mar 8 20:25:50 UTC 2016
Author: gerald
Date: Tue Mar 8 20:25:48 2016
New Revision: 410656
URL: https://svnweb.freebsd.org/changeset/ports/410656
Log:
Update to Wine 1.9.5. This includes the following changes:
- Beginnings of the WineD3D command stream.
- Support for effect states in Direct3DX.
- Drag & drop improvements.
- Various bug fixes.
- Use a new version of the Mono engine, with 64-bit support.
Modified:
head/emulators/wine-devel/Makefile
head/emulators/wine-devel/distinfo
Modified: head/emulators/wine-devel/Makefile
==============================================================================
--- head/emulators/wine-devel/Makefile Tue Mar 8 20:25:01 2016 (r410655)
+++ head/emulators/wine-devel/Makefile Tue Mar 8 20:25:48 2016 (r410656)
@@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= wine
-DISTVERSION= 1.9.4
+DISTVERSION= 1.9.5
PORTEPOCH= 1
CATEGORIES= emulators
MASTER_SITES= SF/${PORTNAME}/Source \
@@ -82,7 +82,7 @@ LDAP_USE= OPENLDAP=yes
LIBXSLT_CONFIGURE_WITH= xslt
LIBXSLT_LIB_DEPENDS= libxslt.so:${PORTSDIR}/textproc/libxslt
-MONO_RUN_DEPENDS= ${DATADIR}/mono/wine-mono-4.5.6.msi:${PORTSDIR}/emulators/wine-mono-devel
+MONO_RUN_DEPENDS= ${DATADIR}/mono/wine-mono-4.6.0.msi:${PORTSDIR}/emulators/wine-mono-devel
MPG123_CONFIGURE_WITH= mpg123
MPG123_LIB_DEPENDS= libmpg123.so:${PORTSDIR}/audio/mpg123
Modified: head/emulators/wine-devel/distinfo
==============================================================================
--- head/emulators/wine-devel/distinfo Tue Mar 8 20:25:01 2016 (r410655)
+++ head/emulators/wine-devel/distinfo Tue Mar 8 20:25:48 2016 (r410656)
@@ -1,4 +1,4 @@
-SHA256 (wine-1.9.4.tar.bz2) = 75c1eab6b980870b367a73db6e57eb0dc9242c2be8546f94084577a0ed0bbbb8
-SIZE (wine-1.9.4.tar.bz2) = 22974777
-SHA256 (v1.9.4.tar.gz) = 1b3c6bb3e21e549fb8657cd9a2117946b7e78140b400c614dd41b041b6dc2674
-SIZE (v1.9.4.tar.gz) = 9719676
+SHA256 (wine-1.9.5.tar.bz2) = fb526308e7ac5e202c0f0b663d4c7a943419d9eec766af6831caf23914300f09
+SIZE (wine-1.9.5.tar.bz2) = 23034629
+SHA256 (v1.9.5.tar.gz) = e12c5fb741e6c5b55b99c37d6bba1746b0f40317f27198406e63f260ede3600c
+SIZE (v1.9.5.tar.gz) = 9889302
More information about the svn-ports-head
mailing list