Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 20 Oct 2017 20:50:05 +0000 (UTC)
From:      Gerald Pfeifer <gerald@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r452560 - head/emulators/wine
Message-ID:  <201710202050.v9KKo5uY048358@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201710202050.v9KKo5uY048358>