diff options
author | gerald <gerald@FreeBSD.org> | 2014-07-13 06:47:26 +0800 |
---|---|---|
committer | gerald <gerald@FreeBSD.org> | 2014-07-13 06:47:26 +0800 |
commit | 3503b5a2666567bcf52552a3359970ff696c4e3f (patch) | |
tree | a613d350043dee41e8ed40db87230a0b553d9e72 /emulators | |
parent | ce9f361548d00daf709ec82926280c7ebced7566 (diff) | |
download | freebsd-ports-gnome-3503b5a2666567bcf52552a3359970ff696c4e3f.tar.gz freebsd-ports-gnome-3503b5a2666567bcf52552a3359970ff696c4e3f.tar.zst freebsd-ports-gnome-3503b5a2666567bcf52552a3359970ff696c4e3f.zip |
Update to Wine 1.7.22. This includes the following changes:
- Support for Unicode bracketing pairs.
- Improved Internet cookie support.
- Initial support for geographical information.
- Various bug fixes.
Add sysutils/preload as a new build dependency. This should help with
DRM and similar Windows bits and will especially be helpful for the new
emulators/pipelight port. [1]
Suggested by: kmoore [1]
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/wine-devel/Makefile | 5 | ||||
-rw-r--r-- | emulators/wine-devel/distinfo | 8 |
2 files changed, 7 insertions, 6 deletions
diff --git a/emulators/wine-devel/Makefile b/emulators/wine-devel/Makefile index 23097330a83e..8fb82308d79b 100644 --- a/emulators/wine-devel/Makefile +++ b/emulators/wine-devel/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= wine -DISTVERSION= 1.7.21 +DISTVERSION= 1.7.22 PORTEPOCH= 1 CATEGORIES= emulators MASTER_SITES= SF/${PORTNAME}/Source \ @@ -17,7 +17,8 @@ LICENSE= LGPL21 LGPL3 LICENSE_COMB= dual LICENSE_FILE= ${WRKSRC}/LICENSE -BUILD_DEPENDS= ${LOCALBASE}/bin/flex:${PORTSDIR}/textproc/flex +BUILD_DEPENDS= ${LOCALBASE}/bin/flex:${PORTSDIR}/textproc/flex \ + prelink:${PORTSDIR}/sysutils/prelink LIB_DEPENDS= libxml2.so:${PORTSDIR}/textproc/libxml2 CONFLICTS_INSTALL= i386-wine-[0-9]* i386-wine-devel-[0-9]* wine-[0-9]* diff --git a/emulators/wine-devel/distinfo b/emulators/wine-devel/distinfo index dae6d38540aa..b5069a880f89 100644 --- a/emulators/wine-devel/distinfo +++ b/emulators/wine-devel/distinfo @@ -1,4 +1,4 @@ -SHA256 (wine-1.7.21.tar.bz2) = a14723104135c21414c61e146144a2c527430057255f8c35a3a7d354e68b9401 -SIZE (wine-1.7.21.tar.bz2) = 21635330 -SHA256 (v1.7.21.tar.gz) = 19b619599e1d00829ab7782e069551dede0feacfd918b168f0843bd4ab0cd0d2 -SIZE (v1.7.21.tar.gz) = 883807 +SHA256 (wine-1.7.22.tar.bz2) = 60374c94c64110d58939e716c3ef4916059c691a2953d8340a9a140a208a7c63 +SIZE (wine-1.7.22.tar.bz2) = 21661089 +SHA256 (v1.7.22.tar.gz) = 110da63d7037bfbff1a1b64659b01161976e3e686961d8ed30218ff0d4bafac2 +SIZE (v1.7.22.tar.gz) = 888414 |