aboutsummaryrefslogtreecommitdiffstats
path: root/emulators
diff options
context:
space:
mode:
authorgerald <gerald@FreeBSD.org>2012-07-18 06:37:35 +0800
committergerald <gerald@FreeBSD.org>2012-07-18 06:37:35 +0800
commit6152d759d8f2a1c3a03451c19817a8d746ae35e9 (patch)
treec4a9c6838d82bdab48a4b57358e1851d59781559 /emulators
parent53ce7f1e2d5b431ed0a463954f204b14c9ffe98e (diff)
downloadfreebsd-ports-gnome-6152d759d8f2a1c3a03451c19817a8d746ae35e9.tar.gz
freebsd-ports-gnome-6152d759d8f2a1c3a03451c19817a8d746ae35e9.tar.zst
freebsd-ports-gnome-6152d759d8f2a1c3a03451c19817a8d746ae35e9.zip
Update to Wine 1.5.9. This includes the following changes:
- Support for GPOS font tables in Uniscribe. - Support for XRandr 1.2 and 1.3. - Parser improvements for the HLSL compiler. - Various bug fixes. Remove ABI version numbers for all library dependencies.
Diffstat (limited to 'emulators')
-rw-r--r--emulators/wine-devel/Makefile18
-rw-r--r--emulators/wine-devel/distinfo4
2 files changed, 11 insertions, 11 deletions
diff --git a/emulators/wine-devel/Makefile b/emulators/wine-devel/Makefile
index 0f15ef510c34..42fb0023fcb5 100644
--- a/emulators/wine-devel/Makefile
+++ b/emulators/wine-devel/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= wine
-DISTVERSION= 1.5.8
+DISTVERSION= 1.5.9
PORTEPOCH= 1
CATEGORIES= emulators
MASTER_SITES= SF/${PORTNAME}/Source \
@@ -20,10 +20,10 @@ LICENSE_COMB= dual
LICENSE_FILE= ${WRKSRC}/LICENSE
BUILD_DEPENDS= ${LOCALBASE}/bin/flex:${PORTSDIR}/textproc/flex
-LIB_DEPENDS= fontconfig.1:${PORTSDIR}/x11-fonts/fontconfig \
- freetype.9:${PORTSDIR}/print/freetype2 \
- jpeg.11:${PORTSDIR}/graphics/jpeg \
- lcms.1:${PORTSDIR}/graphics/lcms \
+LIB_DEPENDS= fontconfig:${PORTSDIR}/x11-fonts/fontconfig \
+ freetype:${PORTSDIR}/print/freetype2 \
+ jpeg:${PORTSDIR}/graphics/jpeg \
+ lcms:${PORTSDIR}/graphics/lcms \
png15:${PORTSDIR}/graphics/png \
xml2:${PORTSDIR}/textproc/libxml2
@@ -74,7 +74,7 @@ PORTDATA= fonts/ generic.ppd l_intl.nls wine.inf
.if ${PORT_OPTIONS:MCUPS}
CONFIGURE_ARGS+= --with-cups
-LIB_DEPENDS+= cups.2:${PORTSDIR}/print/cups-client
+LIB_DEPENDS+= cups:${PORTSDIR}/print/cups-client
.else
CONFIGURE_ARGS+= --without-cups
.endif
@@ -85,14 +85,14 @@ RUN_DEPENDS+= dosbox:${PORTSDIR}/emulators/dosbox
.if ${PORT_OPTIONS:MGNU_TLS}
CONFIGURE_ARGS+= --with-gnutls
-LIB_DEPENDS+= gnutls.47:${PORTSDIR}/security/gnutls
+LIB_DEPENDS+= gnutls:${PORTSDIR}/security/gnutls
.else
CONFIGURE_ARGS+= --without-gnutls
.endif
.if ${PORT_OPTIONS:MHAL}
CONFIGURE_ARGS+= --with-hal
-LIB_DEPENDS+= hal.1:${PORTSDIR}/sysutils/hal
+LIB_DEPENDS+= hal:${PORTSDIR}/sysutils/hal
.else
CONFIGURE_ARGS+= --without-hal
.endif
@@ -106,7 +106,7 @@ CONFIGURE_ARGS+= --without-ldap
.if ${PORT_OPTIONS:MLIBXSLT}
CONFIGURE_ARGS+= --with-xslt
-LIB_DEPENDS+= xslt.2:${PORTSDIR}/textproc/libxslt
+LIB_DEPENDS+= xslt:${PORTSDIR}/textproc/libxslt
.else
CONFIGURE_ARGS+= --without-xslt
.endif
diff --git a/emulators/wine-devel/distinfo b/emulators/wine-devel/distinfo
index 3b686df4e1a3..29467cb6b7d7 100644
--- a/emulators/wine-devel/distinfo
+++ b/emulators/wine-devel/distinfo
@@ -1,2 +1,2 @@
-SHA256 (wine-1.5.8.tar.bz2) = dff2bb0026dc155c0c8ae4fd4f87d4a9cd40496286af6ed05130c87d514fc543
-SIZE (wine-1.5.8.tar.bz2) = 20383248
+SHA256 (wine-1.5.9.tar.bz2) = 7bc25e7d0d8fec11a41fec89994dd65265b8fd1052ee82d5648232e646899cd3
+SIZE (wine-1.5.9.tar.bz2) = 20413229