diff options
author | gerald <gerald@FreeBSD.org> | 2013-05-11 18:05:53 +0800 |
---|---|---|
committer | gerald <gerald@FreeBSD.org> | 2013-05-11 18:05:53 +0800 |
commit | d647e376ec3bc3f87511dc2cc2978c5e93156d2e (patch) | |
tree | 0438694b78429d175ff82ddf76a9a790018f2db7 /emulators | |
parent | 1e4f549526880f4bd3b28e489c1f42afbe5d36ed (diff) | |
download | freebsd-ports-gnome-d647e376ec3bc3f87511dc2cc2978c5e93156d2e.tar.gz freebsd-ports-gnome-d647e376ec3bc3f87511dc2cc2978c5e93156d2e.tar.zst freebsd-ports-gnome-d647e376ec3bc3f87511dc2cc2978c5e93156d2e.zip |
Update to Wine 1.5.30. This includes the following changes:
- NTLM and Negotiate authentication in WinHTTP.
- Support for proxy bypass in WinInet.
- Various bug fixes.
Note, libwine.so is now gone.
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/wine-devel/Makefile | 4 | ||||
-rw-r--r-- | emulators/wine-devel/distinfo | 4 | ||||
-rw-r--r-- | emulators/wine-devel/pkg-plist | 4 |
3 files changed, 5 insertions, 7 deletions
diff --git a/emulators/wine-devel/Makefile b/emulators/wine-devel/Makefile index bd960f383bc0..101c76ef7c21 100644 --- a/emulators/wine-devel/Makefile +++ b/emulators/wine-devel/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= wine -DISTVERSION= 1.5.29 +DISTVERSION= 1.5.30 PORTEPOCH= 1 CATEGORIES= emulators MASTER_SITES= SF/${PORTNAME}/Source \ @@ -150,8 +150,6 @@ post-install: @-${RMDIR} -p ${MAN1PREFIX}/man/de.UTF-8/man1 \ ${MAN1PREFIX}/man/fr.UTF-8/man1 \ ${MAN1PREFIX}/man/pl.UTF-8/man1 - ${MV} -f ${WINELIBDIR}/libwine.so.1.0 ${WINELIBDIR}/libwine.so.1 - ${LN} -sf libwine.so.1 ${WINELIBDIR}/libwine.so .if !defined(NOPORTDOCS) -@${MKDIR} ${DOCSDIR} .for i in README ANNOUNCE AUTHORS diff --git a/emulators/wine-devel/distinfo b/emulators/wine-devel/distinfo index 2a423bd904bd..f5e6d82039c8 100644 --- a/emulators/wine-devel/distinfo +++ b/emulators/wine-devel/distinfo @@ -1,2 +1,2 @@ -SHA256 (wine-1.5.29.tar.bz2) = 387c0ed440e1df2e94aa3630320949976a81725e48912f4d9856009d6b7888b1 -SIZE (wine-1.5.29.tar.bz2) = 22144030 +SHA256 (wine-1.5.30.tar.bz2) = 0f6f92a5730037b85b75089af6817ae2ceffb335caa5077e2ab1b41944c452c3 +SIZE (wine-1.5.30.tar.bz2) = 22149237 diff --git a/emulators/wine-devel/pkg-plist b/emulators/wine-devel/pkg-plist index 1ae3d4b4cc4a..a0c38f56b9a6 100644 --- a/emulators/wine-devel/pkg-plist +++ b/emulators/wine-devel/pkg-plist @@ -602,6 +602,8 @@ include/wine/windows/tmschema.h include/wine/windows/tom.h include/wine/windows/tom.idl include/wine/windows/traffic.h +include/wine/windows/transact.h +include/wine/windows/transact.idl include/wine/windows/twain.h include/wine/windows/udpmib.h include/wine/windows/uiautomation.h @@ -733,8 +735,6 @@ 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 lib/wine/activeds.dll.so |