Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 29 Dec 2018 01:53:56 +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: r488645 - head/emulators/wine-devel
Message-ID:  <201812290153.wBT1rulL051670@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: gerald
Date: Sat Dec 29 01:53:56 2018
New Revision: 488645
URL: https://svnweb.freebsd.org/changeset/ports/488645

Log:
  Update to RC4 of Wine 4.0 which brings only a few additional fixes.
  
  Create a proper USES block in Makefile, moving the existing USES
  statement there.

Modified:
  head/emulators/wine-devel/Makefile
  head/emulators/wine-devel/distinfo

Modified: head/emulators/wine-devel/Makefile
==============================================================================
--- head/emulators/wine-devel/Makefile	Sat Dec 29 01:48:25 2018	(r488644)
+++ head/emulators/wine-devel/Makefile	Sat Dec 29 01:53:56 2018	(r488645)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	wine
-DISTVERSION=	4.0-rc3
+DISTVERSION=	4.0-rc4
 PORTEPOCH=	1
 CATEGORIES=	emulators
 MASTER_SITES=	SF/${PORTNAME}/Source \
@@ -23,6 +23,8 @@ BUILD_DEPENDS=	${LOCALBASE}/bin/flex:textproc/flex \
 		prelink:sysutils/prelink
 LIB_DEPENDS=	libxml2.so:textproc/libxml2
 
+USES=		bison compiler:c11 desktop-file-utils gmake localbase shebangfix tar:xz
+
 CONFLICTS_INSTALL=	wine-[0-9]* wine-staging-[0-9]* i386-wine-[0-9]* \
 			i386-wine-staging-[0-9]* i386-wine-devel-[0-9]*
 
@@ -44,7 +46,6 @@ CONFIGURE_ARGS+=--verbose \
 		--without-udev
 CONFIGURE_ENV=	CPPBIN="${CPP}" FLEX="${LOCALBASE}/bin/flex"
 WINELIBDIR?=	${PREFIX}/lib
-USES=		bison compiler:c11 desktop-file-utils gmake localbase shebangfix tar:xz
 .if !defined(USE_LDCONFIG32)
 USE_LDCONFIG=	${WINELIBDIR} ${WINELIBDIR}/wine
 .endif

Modified: head/emulators/wine-devel/distinfo
==============================================================================
--- head/emulators/wine-devel/distinfo	Sat Dec 29 01:48:25 2018	(r488644)
+++ head/emulators/wine-devel/distinfo	Sat Dec 29 01:53:56 2018	(r488645)
@@ -1,5 +1,3 @@
-TIMESTAMP = 1545465649
-SHA256 (wine-4.0-rc3.tar.xz) = fce4ce3cf32c29742bc836b8197b2b7ee6b32423b8c883e08c77cc65bf6dcc9c
-SIZE (wine-4.0-rc3.tar.xz) = 21617876
-SHA256 (v4.0-rc3.tar.gz) = 2010173e2d97e8f0a2aae75b0b98f8eaf48e64de514b424574ccaf41ce4bffd6
-SIZE (v4.0-rc3.tar.gz) = 9940179
+TIMESTAMP = 1546043091
+SHA256 (wine-4.0-rc4.tar.xz) = 03072ab09fe9ca90f2cbf6fd3bcc1625f5a15eadfb34ecb53bdcd76161bb248d
+SIZE (wine-4.0-rc4.tar.xz) = 21622012



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