Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 23 Aug 2016 09:54:34 +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: r420653 - head/emulators/wine
Message-ID:  <201608230954.u7N9sYmp004189@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: gerald
Date: Tue Aug 23 09:54:33 2016
New Revision: 420653
URL: https://svnweb.freebsd.org/changeset/ports/420653

Log:
  Update to Wine 1.8.4 which brings
   - various bug fixes, and.
   - a few more cards added to the GPU description table.
  
  Similar to 1.8.3 and a bit surprisingly a new include file
  include/wine/windows/ddk/ndis.h.

Modified:
  head/emulators/wine/Makefile
  head/emulators/wine/distinfo
  head/emulators/wine/pkg-plist

Modified: head/emulators/wine/Makefile
==============================================================================
--- head/emulators/wine/Makefile	Tue Aug 23 09:01:19 2016	(r420652)
+++ head/emulators/wine/Makefile	Tue Aug 23 09:54:33 2016	(r420653)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	wine
-DISTVERSION=	1.8.3
+DISTVERSION=	1.8.4
 PORTEPOCH=	1
 CATEGORIES=	emulators
 MASTER_SITES=	SF/${PORTNAME}/Source \

Modified: head/emulators/wine/distinfo
==============================================================================
--- head/emulators/wine/distinfo	Tue Aug 23 09:01:19 2016	(r420652)
+++ head/emulators/wine/distinfo	Tue Aug 23 09:54:33 2016	(r420653)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1466283210
-SHA256 (wine-1.8.3.tar.bz2) = d7cecdf7aab93bfe950e6f83ec526681b8770788c7b2a802bfe50ff97fc17a6c
-SIZE (wine-1.8.3.tar.bz2) = 22901016
+TIMESTAMP = 1471944670
+SHA256 (wine-1.8.4.tar.bz2) = 515d10439777a4816fe5b0a0fc9a4ce498a2ecfd23eba0c25dc00f3d6c805079
+SIZE (wine-1.8.4.tar.bz2) = 22907393

Modified: head/emulators/wine/pkg-plist
==============================================================================
--- head/emulators/wine/pkg-plist	Tue Aug 23 09:01:19 2016	(r420652)
+++ head/emulators/wine/pkg-plist	Tue Aug 23 09:54:33 2016	(r420653)
@@ -828,6 +828,7 @@ include/wine/windows/ddk/hidsdi.h
 include/wine/windows/ddk/hidtypes.h
 include/wine/windows/ddk/imm.h
 include/wine/windows/ddk/mountmgr.h
+include/wine/windows/ddk/ndis.h
 include/wine/windows/ddk/ntddcdvd.h
 include/wine/windows/ddk/ntddk.h
 include/wine/windows/ddk/ntddser.h



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