svn commit: r420653 - head/emulators/wine

Gerald Pfeifer gerald at FreeBSD.org
Tue Aug 23 09:54:35 UTC 2016


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


More information about the svn-ports-all mailing list