diff options
author | gerald <gerald@FreeBSD.org> | 2014-03-22 08:20:22 +0800 |
---|---|---|
committer | gerald <gerald@FreeBSD.org> | 2014-03-22 08:20:22 +0800 |
commit | 24932fcd508957ed6d778a1a0f88a22d5b56b6ba (patch) | |
tree | c54cc58ad84a0b0ec247d728cff5b4cdd3120bae /emulators | |
parent | b71e2ff96c2a535d5bd3d42ecd2a75a94d816d2b (diff) | |
download | freebsd-ports-gnome-24932fcd508957ed6d778a1a0f88a22d5b56b6ba.tar.gz freebsd-ports-gnome-24932fcd508957ed6d778a1a0f88a22d5b56b6ba.tar.zst freebsd-ports-gnome-24932fcd508957ed6d778a1a0f88a22d5b56b6ba.zip |
Update to Wine 1.7.15. This includes the following changes:
- New Task Scheduler service.
- Many regression test fixes.
- Support for exception unwinding in VBScript.
- Various bug fixes.
Convert USE_BZIP2 to USES=tar:bzip2.
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/wine-devel/Makefile | 5 | ||||
-rw-r--r-- | emulators/wine-devel/distinfo | 4 | ||||
-rw-r--r-- | emulators/wine-devel/pkg-plist | 5 |
3 files changed, 9 insertions, 5 deletions
diff --git a/emulators/wine-devel/Makefile b/emulators/wine-devel/Makefile index 02d92e4dd22b..70fb359c03af 100644 --- a/emulators/wine-devel/Makefile +++ b/emulators/wine-devel/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= wine -DISTVERSION= 1.7.14 +DISTVERSION= 1.7.15 PORTEPOCH= 1 CATEGORIES= emulators MASTER_SITES= SF/${PORTNAME}/Source \ @@ -36,9 +36,8 @@ WINELIBDIR?= ${PREFIX}/lib USE_LDCONFIG= ${WINELIBDIR} ${WINELIBDIR}/wine .endif ONLY_FOR_ARCHS= i386 -USES= bison compiler:c11 gmake shebangfix +USES= bison compiler:c11 gmake shebangfix tar:bzip2 SHEBANG_FILES= tools/winemaker tools/winedump/function_grep.pl -USE_BZIP2= yes SUB_FILES= pkg-message PKGMESSAGE= ${WRKDIR}/pkg-message diff --git a/emulators/wine-devel/distinfo b/emulators/wine-devel/distinfo index 79198dca8319..73abc2d057de 100644 --- a/emulators/wine-devel/distinfo +++ b/emulators/wine-devel/distinfo @@ -1,2 +1,2 @@ -SHA256 (wine-1.7.14.tar.bz2) = 2df1937e28936ba33e70a42fddcee01097ca0fbdd4dbf2c2f05d8a2ff5263e09 -SIZE (wine-1.7.14.tar.bz2) = 21444526 +SHA256 (wine-1.7.15.tar.bz2) = 519137adc562d32035fcf7b110d6e65fdd7721af0b176567a2187397c63f1380 +SIZE (wine-1.7.15.tar.bz2) = 21463370 diff --git a/emulators/wine-devel/pkg-plist b/emulators/wine-devel/pkg-plist index 427b6f24ad86..675bbe82a663 100644 --- a/emulators/wine-devel/pkg-plist +++ b/emulators/wine-devel/pkg-plist @@ -460,6 +460,8 @@ include/wine/windows/msxml6did.h include/wine/windows/msxmldid.h include/wine/windows/nb30.h include/wine/windows/ndrtypes.h +include/wine/windows/netcfgx.h +include/wine/windows/netcfgx.idl include/wine/windows/netcon.h include/wine/windows/netcon.idl include/wine/windows/netfw.h @@ -760,6 +762,7 @@ include/wine/windows/ddk/ntddcdvd.h include/wine/windows/ddk/ntddk.h include/wine/windows/ddk/ntddser.h include/wine/windows/ddk/ntddtape.h +include/wine/windows/ddk/ntifs.h include/wine/windows/ddk/usb.h include/wine/windows/ddk/usb100.h include/wine/windows/ddk/usb200.h @@ -1403,6 +1406,7 @@ lib/wine/fakedlls/sc.exe lib/wine/fakedlls/scarddlg.dll lib/wine/fakedlls/sccbase.dll lib/wine/fakedlls/schannel.dll +lib/wine/fakedlls/schedsvc.dll lib/wine/fakedlls/schtasks.exe lib/wine/fakedlls/scrrun.dll lib/wine/fakedlls/scsiport.sys @@ -1954,6 +1958,7 @@ lib/wine/sc.exe.so lib/wine/scarddlg.dll.so lib/wine/sccbase.dll.so lib/wine/schannel.dll.so +lib/wine/schedsvc.dll.so lib/wine/schtasks.exe.so lib/wine/scrrun.dll.so lib/wine/scsiport.sys.so |