diff options
author | gerald <gerald@FreeBSD.org> | 2006-08-14 14:04:08 +0800 |
---|---|---|
committer | gerald <gerald@FreeBSD.org> | 2006-08-14 14:04:08 +0800 |
commit | 97eff0d8cf42156dc47770313e4f7950dc864fcc (patch) | |
tree | f01e8d101d3e2451409e1d81c5f4bce65f972a2b | |
parent | c587f6f7a3b2d27969cc87bc4283632acaeab5f4 (diff) | |
download | freebsd-ports-gnome-97eff0d8cf42156dc47770313e4f7950dc864fcc.tar.gz freebsd-ports-gnome-97eff0d8cf42156dc47770313e4f7950dc864fcc.tar.zst freebsd-ports-gnome-97eff0d8cf42156dc47770313e4f7950dc864fcc.zip |
Update to Wine 0.9.19. This includes the following changes:
- Support for a proper Trash folder.
- Many improvements to the IDL compiler.
- Better FreeBSD support.
- A number of MSI bug fixes.
- Many RichEdit improvements.
- Lots of bug fixes.
Switch the order of MASTER_SITES. [1]
Submitted by: Tijl Coosemans <tijl@ulyssis.org> [1]
-rw-r--r-- | emulators/wine-devel/Makefile | 8 | ||||
-rw-r--r-- | emulators/wine-devel/distinfo | 6 | ||||
-rw-r--r-- | emulators/wine-devel/pkg-plist | 5 | ||||
-rw-r--r-- | emulators/wine/Makefile | 8 | ||||
-rw-r--r-- | emulators/wine/distinfo | 6 | ||||
-rw-r--r-- | emulators/wine/pkg-plist | 5 |
6 files changed, 26 insertions, 12 deletions
diff --git a/emulators/wine-devel/Makefile b/emulators/wine-devel/Makefile index 40061ae22375..51943764f11e 100644 --- a/emulators/wine-devel/Makefile +++ b/emulators/wine-devel/Makefile @@ -7,11 +7,11 @@ # PORTNAME= wine -PORTVERSION= 0.9.18 +PORTVERSION= 0.9.19 PORTEPOCH= 1 CATEGORIES= emulators -MASTER_SITES= http://ibiblio.org/pub/linux/system/emulators/wine/ \ - ${MASTER_SITE_SOURCEFORGE_EXTENDED} +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE_EXTENDED} \ + http://ibiblio.org/pub/linux/system/emulators/wine/ MASTER_SITE_SUBDIR= ${PORTNAME} MAINTAINER= gerald@FreeBSD.org @@ -53,6 +53,8 @@ pre-build: post-install: ${RM} ${PREFIX}/man/man1/wineg++.1 + ${MV} -f ${PREFIX}/lib/libwine.so.1.0 ${PREFIX}/lib/libwine.so.1 + ${LN} -sf ${PREFIX}/lib/libwine.so.1 ${PREFIX}/lib/libwine.so .if !defined(NOPORTDOCS) -@${MKDIR} ${DOCSDIR} .for i in README ANNOUNCE AUTHORS LICENSE diff --git a/emulators/wine-devel/distinfo b/emulators/wine-devel/distinfo index 6bea4f85f6be..2d70fd8f177f 100644 --- a/emulators/wine-devel/distinfo +++ b/emulators/wine-devel/distinfo @@ -1,3 +1,3 @@ -MD5 (wine-0.9.18.tar.bz2) = 165e297315e236e9fd1351cdb90e01c6 -SHA256 (wine-0.9.18.tar.bz2) = ab27fa0f226913be78c2be4d6a5c3a400bf3dbcf151f37ac4942b2ff1e042f0f -SIZE (wine-0.9.18.tar.bz2) = 10875491 +MD5 (wine-0.9.19.tar.bz2) = e2662b283313115d1e1135a3a4ed55ec +SHA256 (wine-0.9.19.tar.bz2) = e721739ee7274960b3a65bb70408a6548b160da8a0e76ed4b9c6576d9366631d +SIZE (wine-0.9.19.tar.bz2) = 10979298 diff --git a/emulators/wine-devel/pkg-plist b/emulators/wine-devel/pkg-plist index 65e484945081..e662d4a61df1 100644 --- a/emulators/wine-devel/pkg-plist +++ b/emulators/wine-devel/pkg-plist @@ -351,6 +351,8 @@ include/wine/windows/sql.h include/wine/windows/sqlext.h include/wine/windows/sqltypes.h include/wine/windows/sspi.h +include/wine/windows/stdole2.idl +include/wine/windows/stdole2.tlb include/wine/windows/storage.h include/wine/windows/strmif.h include/wine/windows/strmif.idl @@ -500,6 +502,7 @@ lib/wine/glut32.dll.so lib/wine/gphoto2.ds.so lib/wine/hh.exe.so lib/wine/hhctrl.ocx.so +lib/wine/hid.dll.so lib/wine/hlink.dll.so lib/wine/iccvid.dll.so lib/wine/icinfo.exe.so @@ -559,6 +562,8 @@ lib/wine/libdxerr9.a lib/wine/libdxguid.a lib/wine/libgdi32.def lib/wine/libglu32.def +lib/wine/libhid.def +lib/wine/libhlink.def lib/wine/libicmp.def lib/wine/libimagehlp.def lib/wine/libimm32.def diff --git a/emulators/wine/Makefile b/emulators/wine/Makefile index 40061ae22375..51943764f11e 100644 --- a/emulators/wine/Makefile +++ b/emulators/wine/Makefile @@ -7,11 +7,11 @@ # PORTNAME= wine -PORTVERSION= 0.9.18 +PORTVERSION= 0.9.19 PORTEPOCH= 1 CATEGORIES= emulators -MASTER_SITES= http://ibiblio.org/pub/linux/system/emulators/wine/ \ - ${MASTER_SITE_SOURCEFORGE_EXTENDED} +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE_EXTENDED} \ + http://ibiblio.org/pub/linux/system/emulators/wine/ MASTER_SITE_SUBDIR= ${PORTNAME} MAINTAINER= gerald@FreeBSD.org @@ -53,6 +53,8 @@ pre-build: post-install: ${RM} ${PREFIX}/man/man1/wineg++.1 + ${MV} -f ${PREFIX}/lib/libwine.so.1.0 ${PREFIX}/lib/libwine.so.1 + ${LN} -sf ${PREFIX}/lib/libwine.so.1 ${PREFIX}/lib/libwine.so .if !defined(NOPORTDOCS) -@${MKDIR} ${DOCSDIR} .for i in README ANNOUNCE AUTHORS LICENSE diff --git a/emulators/wine/distinfo b/emulators/wine/distinfo index 6bea4f85f6be..2d70fd8f177f 100644 --- a/emulators/wine/distinfo +++ b/emulators/wine/distinfo @@ -1,3 +1,3 @@ -MD5 (wine-0.9.18.tar.bz2) = 165e297315e236e9fd1351cdb90e01c6 -SHA256 (wine-0.9.18.tar.bz2) = ab27fa0f226913be78c2be4d6a5c3a400bf3dbcf151f37ac4942b2ff1e042f0f -SIZE (wine-0.9.18.tar.bz2) = 10875491 +MD5 (wine-0.9.19.tar.bz2) = e2662b283313115d1e1135a3a4ed55ec +SHA256 (wine-0.9.19.tar.bz2) = e721739ee7274960b3a65bb70408a6548b160da8a0e76ed4b9c6576d9366631d +SIZE (wine-0.9.19.tar.bz2) = 10979298 diff --git a/emulators/wine/pkg-plist b/emulators/wine/pkg-plist index 65e484945081..e662d4a61df1 100644 --- a/emulators/wine/pkg-plist +++ b/emulators/wine/pkg-plist @@ -351,6 +351,8 @@ include/wine/windows/sql.h include/wine/windows/sqlext.h include/wine/windows/sqltypes.h include/wine/windows/sspi.h +include/wine/windows/stdole2.idl +include/wine/windows/stdole2.tlb include/wine/windows/storage.h include/wine/windows/strmif.h include/wine/windows/strmif.idl @@ -500,6 +502,7 @@ lib/wine/glut32.dll.so lib/wine/gphoto2.ds.so lib/wine/hh.exe.so lib/wine/hhctrl.ocx.so +lib/wine/hid.dll.so lib/wine/hlink.dll.so lib/wine/iccvid.dll.so lib/wine/icinfo.exe.so @@ -559,6 +562,8 @@ lib/wine/libdxerr9.a lib/wine/libdxguid.a lib/wine/libgdi32.def lib/wine/libglu32.def +lib/wine/libhid.def +lib/wine/libhlink.def lib/wine/libicmp.def lib/wine/libimagehlp.def lib/wine/libimm32.def |