diff options
author | Gerald Pfeifer <gerald@FreeBSD.org> | 2013-08-05 00:03:59 +0800 |
---|---|---|
committer | Gerald Pfeifer <gerald@FreeBSD.org> | 2013-08-05 00:03:59 +0800 |
commit | be09f81584203b7faa6b6dd7059ddb099d79c68e (patch) | |
tree | 7413a04d0479c95fdf471f64dc474ae6932991d3 /emulators | |
parent | dc560803743de9b0365e539b3b4798251e3d4840 (diff) | |
download | freebsd-ports-gnome-be09f81584203b7faa6b6dd7059ddb099d79c68e.tar.gz freebsd-ports-gnome-be09f81584203b7faa6b6dd7059ddb099d79c68e.tar.zst freebsd-ports-gnome-be09f81584203b7faa6b6dd7059ddb099d79c68e.zip |
Update to Wine 1.7.0, the new development branch of Wine after the
Wine 1.6 release.
This includes the following relevant changes:
- Support for vertical text in the Postscript driver.
- Unicode data updated to Unicode 6.2.0.
- Hyperlink controls supported in installers.
- Improved support for XML attributes.
- Various bug fixes.
Also, we now use lcms2 instead of lcms.
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 | 6 |
3 files changed, 10 insertions, 4 deletions
diff --git a/emulators/wine-devel/Makefile b/emulators/wine-devel/Makefile index f6fa8426aec3..507c43202d1a 100644 --- a/emulators/wine-devel/Makefile +++ b/emulators/wine-devel/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= wine -DISTVERSION= 1.6-rc5 +DISTVERSION= 1.7.0 PORTEPOCH= 1 CATEGORIES= emulators MASTER_SITES= SF/${PORTNAME}/Source \ @@ -19,7 +19,7 @@ BUILD_DEPENDS= ${LOCALBASE}/bin/flex:${PORTSDIR}/textproc/flex LIB_DEPENDS= fontconfig:${PORTSDIR}/x11-fonts/fontconfig \ freetype:${PORTSDIR}/print/freetype2 \ jpeg:${PORTSDIR}/graphics/jpeg \ - lcms:${PORTSDIR}/graphics/lcms \ + lcms2:${PORTSDIR}/graphics/lcms2 \ png15:${PORTSDIR}/graphics/png \ xml2:${PORTSDIR}/textproc/libxml2 diff --git a/emulators/wine-devel/distinfo b/emulators/wine-devel/distinfo index 72a1419de42f..d0a2c7442a11 100644 --- a/emulators/wine-devel/distinfo +++ b/emulators/wine-devel/distinfo @@ -1,2 +1,2 @@ -SHA256 (wine-1.6-rc5.tar.bz2) = b44f5ba6bb661e7e00e422ee7234b59e51208469d8989ce6fcdc128a0572ec77 -SIZE (wine-1.6-rc5.tar.bz2) = 21123386 +SHA256 (wine-1.7.0.tar.bz2) = 0106ba3c8f0699cc7ae6edfcf505f7709c9e6d963bf32ff9c690607def9d4d77 +SIZE (wine-1.7.0.tar.bz2) = 21217085 diff --git a/emulators/wine-devel/pkg-plist b/emulators/wine-devel/pkg-plist index a688671f314e..a6fb29259862 100644 --- a/emulators/wine-devel/pkg-plist +++ b/emulators/wine-devel/pkg-plist @@ -275,6 +275,7 @@ include/wine/windows/endpointvolume.h include/wine/windows/endpointvolume.idl include/wine/windows/errorrep.h include/wine/windows/errors.h +include/wine/windows/errrec.idl include/wine/windows/evcode.h include/wine/windows/evntprov.h include/wine/windows/evntrace.h @@ -529,6 +530,8 @@ include/wine/windows/rmxftmpl.h include/wine/windows/rmxftmpl.x include/wine/windows/row.idl include/wine/windows/rowchg.idl +include/wine/windows/rowpos.idl +include/wine/windows/rowpsc.idl include/wine/windows/rpc.h include/wine/windows/rpcasync.h include/wine/windows/rpcdce.h @@ -578,6 +581,7 @@ include/wine/windows/softpub.h include/wine/windows/sql.h include/wine/windows/sqlext.h include/wine/windows/sqltypes.h +include/wine/windows/srcrst.idl include/wine/windows/srrestoreptapi.h include/wine/windows/sspi.h include/wine/windows/stdole2.idl @@ -737,6 +741,8 @@ include/wine/windows/ddk/usb.h include/wine/windows/ddk/usb100.h include/wine/windows/ddk/usb200.h include/wine/windows/ddk/usbdlib.h +include/wine/windows/ddk/usbioctl.h +include/wine/windows/ddk/usbiodef.h include/wine/windows/ddk/wdm.h include/wine/windows/ddk/winddiui.h include/wine/windows/ddk/winsplp.h |