From owner-svn-ports-head@FreeBSD.ORG Tue Jul 17 22:37:35 2012 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B7FE8106564A; Tue, 17 Jul 2012 22:37:35 +0000 (UTC) (envelope-from gerald@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id 988A88FC0C; Tue, 17 Jul 2012 22:37:35 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.4/8.14.4) with ESMTP id q6HMbZsA002732; Tue, 17 Jul 2012 22:37:35 GMT (envelope-from gerald@svn.freebsd.org) Received: (from gerald@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id q6HMbZeu002729; Tue, 17 Jul 2012 22:37:35 GMT (envelope-from gerald@svn.freebsd.org) Message-Id: <201207172237.q6HMbZeu002729@svn.freebsd.org> From: Gerald Pfeifer Date: Tue, 17 Jul 2012 22:37:35 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r301049 - head/emulators/wine-devel X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 17 Jul 2012 22:37:35 -0000 Author: gerald Date: Tue Jul 17 22:37:35 2012 New Revision: 301049 URL: http://svn.freebsd.org/changeset/ports/301049 Log: 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. Modified: head/emulators/wine-devel/Makefile head/emulators/wine-devel/distinfo Modified: head/emulators/wine-devel/Makefile ============================================================================== --- head/emulators/wine-devel/Makefile Tue Jul 17 22:13:37 2012 (r301048) +++ head/emulators/wine-devel/Makefile Tue Jul 17 22:37:35 2012 (r301049) @@ -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 .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}/emulato .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 Modified: head/emulators/wine-devel/distinfo ============================================================================== --- head/emulators/wine-devel/distinfo Tue Jul 17 22:13:37 2012 (r301048) +++ head/emulators/wine-devel/distinfo Tue Jul 17 22:37:35 2012 (r301049) @@ -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