diff options
author | gerald <gerald@FreeBSD.org> | 2013-06-08 21:05:26 +0800 |
---|---|---|
committer | gerald <gerald@FreeBSD.org> | 2013-06-08 21:05:26 +0800 |
commit | c31508374e20175464c79aec3e802b70ed25686d (patch) | |
tree | 80f62943c9441c72a1c848cdefaa2812e74cd954 /emulators | |
parent | 87abbdccd42b6221e30fad720248616001a82ff4 (diff) | |
download | freebsd-ports-gnome-c31508374e20175464c79aec3e802b70ed25686d.tar.gz freebsd-ports-gnome-c31508374e20175464c79aec3e802b70ed25686d.tar.zst freebsd-ports-gnome-c31508374e20175464c79aec3e802b70ed25686d.zip |
Update to Wine 1.5.31. This includes the following relevant changes:
- New version of the Gecko engine based on Firefox 21.
- Various bug fixes (54 reports closed).
Also, the upstream bug around installing libwine.so has been fixed,
so we can revert our hack around that.
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/wine-devel/Makefile | 7 | ||||
-rw-r--r-- | emulators/wine-devel/distinfo | 4 | ||||
-rw-r--r-- | emulators/wine-devel/pkg-plist | 3 |
3 files changed, 8 insertions, 6 deletions
diff --git a/emulators/wine-devel/Makefile b/emulators/wine-devel/Makefile index 3f910fcffc85..6769e2606582 100644 --- a/emulators/wine-devel/Makefile +++ b/emulators/wine-devel/Makefile @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= wine -DISTVERSION= 1.5.30 -PORTREVISION= 1 +DISTVERSION= 1.5.31 PORTEPOCH= 1 CATEGORIES= emulators MASTER_SITES= SF/${PORTNAME}/Source \ @@ -126,7 +125,7 @@ RUN_DEPENDS+= p5-XML-LibXML>0:${PORTSDIR}/textproc/p5-XML-LibXML .endif .if ${PORT_OPTIONS:MGECKO} -RUN_DEPENDS+= ${DATADIR}/gecko/wine_gecko-1.9-x86.msi:${PORTSDIR}/emulators/wine-gecko-devel +RUN_DEPENDS+= ${DATADIR}/gecko/wine_gecko-2.21-x86.msi:${PORTSDIR}/emulators/wine-gecko-devel .endif .if ${PORT_OPTIONS:MMONO} @@ -151,7 +150,7 @@ post-install: @-${RMDIR} -p ${MAN1PREFIX}/man/de.UTF-8/man1 \ ${MAN1PREFIX}/man/fr.UTF-8/man1 \ ${MAN1PREFIX}/man/pl.UTF-8/man1 - @${INSTALL_LIB} ${WRKSRC}/libs/wine/libwine.so.1.0 ${WINELIBDIR}/libwine.so.1 + @${MV} -f ${WINELIBDIR}/libwine.so.1.0 ${WINELIBDIR}/libwine.so.1 .if !defined(NOPORTDOCS) -@${MKDIR} ${DOCSDIR} .for i in README ANNOUNCE AUTHORS diff --git a/emulators/wine-devel/distinfo b/emulators/wine-devel/distinfo index f5e6d82039c8..6cdcf787fe7b 100644 --- a/emulators/wine-devel/distinfo +++ b/emulators/wine-devel/distinfo @@ -1,2 +1,2 @@ -SHA256 (wine-1.5.30.tar.bz2) = 0f6f92a5730037b85b75089af6817ae2ceffb335caa5077e2ab1b41944c452c3 -SIZE (wine-1.5.30.tar.bz2) = 22149237 +SHA256 (wine-1.5.31.tar.bz2) = 462547451e17a3d2a287b2881731282da3b537bc2cf338e9c2ab86d8470e92c2 +SIZE (wine-1.5.31.tar.bz2) = 22171605 diff --git a/emulators/wine-devel/pkg-plist b/emulators/wine-devel/pkg-plist index 6ccc0e4dae09..887a4ff36c28 100644 --- a/emulators/wine-devel/pkg-plist +++ b/emulators/wine-devel/pkg-plist @@ -735,6 +735,7 @@ include/wine/windows/ddk/usbdlib.h include/wine/windows/ddk/wdm.h include/wine/windows/ddk/winddiui.h include/wine/windows/ddk/winsplp.h +lib/libwine.so lib/libwine.so.1 lib/wine/acledit.dll.so lib/wine/aclui.dll.so @@ -857,6 +858,7 @@ lib/wine/ddraw.dll.so lib/wine/ddrawex.dll.so lib/wine/devenum.dll.so lib/wine/dhcpcsvc.dll.so +lib/wine/difxapi.dll.so lib/wine/dinput.dll.so lib/wine/dinput8.dll.so lib/wine/dispdib.dll16.so @@ -1014,6 +1016,7 @@ lib/wine/fakedlls/ddraw.dll lib/wine/fakedlls/ddrawex.dll lib/wine/fakedlls/devenum.dll lib/wine/fakedlls/dhcpcsvc.dll +lib/wine/fakedlls/difxapi.dll lib/wine/fakedlls/dinput.dll lib/wine/fakedlls/dinput8.dll lib/wine/fakedlls/dispdib.dll16 |