From owner-svn-ports-all@freebsd.org Fri Oct 20 20:50:06 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 6391DE3FB94; Fri, 20 Oct 2017 20:50:06 +0000 (UTC) (envelope-from gerald@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 30C5665657; Fri, 20 Oct 2017 20:50:06 +0000 (UTC) (envelope-from gerald@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v9KKo5Ck048360; Fri, 20 Oct 2017 20:50:05 GMT (envelope-from gerald@FreeBSD.org) Received: (from gerald@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v9KKo5uY048358; Fri, 20 Oct 2017 20:50:05 GMT (envelope-from gerald@FreeBSD.org) Message-Id: <201710202050.v9KKo5uY048358@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: gerald set sender to gerald@FreeBSD.org using -f From: Gerald Pfeifer Date: Fri, 20 Oct 2017 20:50:05 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r452560 - head/emulators/wine X-SVN-Group: ports-head X-SVN-Commit-Author: gerald X-SVN-Commit-Paths: head/emulators/wine X-SVN-Commit-Revision: 452560 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 20 Oct 2017 20:50:06 -0000 Author: gerald Date: Fri Oct 20 20:50:05 2017 New Revision: 452560 URL: https://svnweb.freebsd.org/changeset/ports/452560 Log: Update to the Wine 2.0.3 maintenance release. This brings various bug fixes and FreeType 2.8.1 compatibility fixes. Move ONLY_FOR_ARCHS and USES to appropriate places in the Makefile. [1] Reported by: portlint [1] Modified: head/emulators/wine/Makefile head/emulators/wine/distinfo Modified: head/emulators/wine/Makefile ============================================================================== --- head/emulators/wine/Makefile Fri Oct 20 20:45:02 2017 (r452559) +++ head/emulators/wine/Makefile Fri Oct 20 20:50:05 2017 (r452560) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= wine -DISTVERSION= 2.0.2 -PORTREVISION= 1 +DISTVERSION= 2.0.3 PORTEPOCH= 1 CATEGORIES= emulators MASTER_SITES= SF/${PORTNAME}/Source \ @@ -16,6 +15,8 @@ LICENSE= LGPL21 LGPL3 LICENSE_COMB= dual LICENSE_FILE= ${WRKSRC}/LICENSE +ONLY_FOR_ARCHS= amd64 i386 + BUILD_DEPENDS= ${LOCALBASE}/bin/flex:textproc/flex LIB_DEPENDS= libxml2.so:textproc/libxml2 @@ -36,11 +37,10 @@ CONFIGURE_ARGS+=--verbose --disable-tests \ --without-tiff CONFIGURE_ENV= CPPBIN="${CPP}" FLEX="${LOCALBASE}/bin/flex" WINELIBDIR?= ${PREFIX}/lib +USES= bison compiler:c11 desktop-file-utils gmake shebangfix tar:xz .if !defined(USE_LDCONFIG32) USE_LDCONFIG= ${WINELIBDIR} ${WINELIBDIR}/wine .endif -ONLY_FOR_ARCHS= amd64 i386 -USES= bison compiler:c11 desktop-file-utils gmake shebangfix tar:xz SHEBANG_FILES= tools/make_requests tools/winemaker/winemaker \ tools/winedump/function_grep.pl Modified: head/emulators/wine/distinfo ============================================================================== --- head/emulators/wine/distinfo Fri Oct 20 20:45:02 2017 (r452559) +++ head/emulators/wine/distinfo Fri Oct 20 20:50:05 2017 (r452560) @@ -1,3 +1,3 @@ -TIMESTAMP = 1500627002 -SHA256 (wine-2.0.2.tar.xz) = f71884f539928877f4b415309f582825d3d3c9976104e43d566944c710713c9a -SIZE (wine-2.0.2.tar.xz) = 18854952 +TIMESTAMP = 1508531905 +SHA256 (wine-2.0.3.tar.xz) = a811c664f870a3a01449443a93a6fcee41aea2e912e58f72742eb7924962be56 +SIZE (wine-2.0.3.tar.xz) = 18864648