Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 13 Dec 2018 05:51:52 +0000 (UTC)
From:      David Naylor <dbn@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r487342 - head/emulators/i386-wine
Message-ID:  <201812130551.wBD5pqgs055128@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: dbn
Date: Thu Dec 13 05:51:52 2018
New Revision: 487342
URL: https://svnweb.freebsd.org/changeset/ports/487342

Log:
  emulators/i386-wine: update to 3.0.4_1
  
   - Fix OSVERSION range for FreeBSD 12.0-RELEASE

Modified:
  head/emulators/i386-wine/Makefile.inc
  head/emulators/i386-wine/distinfo
  head/emulators/i386-wine/pkg-plist

Modified: head/emulators/i386-wine/Makefile.inc
==============================================================================
--- head/emulators/i386-wine/Makefile.inc	Thu Dec 13 05:30:20 2018	(r487341)
+++ head/emulators/i386-wine/Makefile.inc	Thu Dec 13 05:51:52 2018	(r487342)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	wine
-PORTVERSION=	3.0.3
+PORTVERSION=	3.0.4
 PORTREVISION=	1
 PORTEPOCH=	1
 CATEGORIES=	emulators
@@ -58,7 +58,7 @@ PLIST_SUB+=	OSREL${osrel}="@comment "
 .endif
 .endfor
 
-.if ${OPSYS} != FreeBSD || (!(${OSVERSION} >= 1102000 && ${OSVERSION} < 1200000) && !(${OSVERSION} >= 1200500 && ${OSVERSION} < 1300000) && !(${OSVERSION} >= 1300003 && ${OSVERSION} < 1400000))
+.if ${OPSYS} != FreeBSD || (!(${OSVERSION} >= 1102000 && ${OSVERSION} < 1200000) && !(${OSVERSION} >= 1200086 && ${OSVERSION} < 1300000) && !(${OSVERSION} >= 1300003 && ${OSVERSION} < 1400000))
 IGNORE=		binaries compiled for FreeBSD 11.2+, 12.0+ and -current only
 DISTFILES=
 .endif

Modified: head/emulators/i386-wine/distinfo
==============================================================================
--- head/emulators/i386-wine/distinfo	Thu Dec 13 05:30:20 2018	(r487341)
+++ head/emulators/i386-wine/distinfo	Thu Dec 13 05:51:52 2018	(r487342)
@@ -1,7 +1,7 @@
-TIMESTAMP = 1543047550
-SHA256 (freebsd:11:x86:64/i386-wine-3.0.3_1,1.txz) = 043d3dee2ba5b5db707c1319d83cdbe914ade38c2b6833576fa763db198083cd
-SIZE (freebsd:11:x86:64/i386-wine-3.0.3_1,1.txz) = 62767876
-SHA256 (freebsd:12:x86:64/i386-wine-3.0.3_1,1.txz) = a22ff691ed71b445df282c84f50585aea2883e333b084893688ea964c09bd367
-SIZE (freebsd:12:x86:64/i386-wine-3.0.3_1,1.txz) = 63302948
-SHA256 (freebsd:13:x86:64/i386-wine-3.0.3_1,1.txz) = 2e93d528108d56d7c431d9271fc0750589263cb8899fdf3ae1ce18826635b099
-SIZE (freebsd:13:x86:64/i386-wine-3.0.3_1,1.txz) = 63310956
+TIMESTAMP = 1544679897
+SHA256 (freebsd:11:x86:64/i386-wine-3.0.4_1,1.txz) = fa07f56635e21e510dbefc8283adf672c5c4edefbb9afa16c096cb0fe86d5986
+SIZE (freebsd:11:x86:64/i386-wine-3.0.4_1,1.txz) = 63947036
+SHA256 (freebsd:12:x86:64/i386-wine-3.0.4_1,1.txz) = 4c1ed8d80b46c8db08a4240eb119535e33b4af6e2070491da0e9a0ec21251263
+SIZE (freebsd:12:x86:64/i386-wine-3.0.4_1,1.txz) = 64474636
+SHA256 (freebsd:13:x86:64/i386-wine-3.0.4_1,1.txz) = ef59c7ad96ece30e781fc61dbe61c5c973f4d46a9bdeb556d5ffef44ce3b12e5
+SIZE (freebsd:13:x86:64/i386-wine-3.0.4_1,1.txz) = 64524548

Modified: head/emulators/i386-wine/pkg-plist
==============================================================================
--- head/emulators/i386-wine/pkg-plist	Thu Dec 13 05:30:20 2018	(r487341)
+++ head/emulators/i386-wine/pkg-plist	Thu Dec 13 05:51:52 2018	(r487342)
@@ -834,6 +834,7 @@ include/wine/windows/ver.h
 include/wine/windows/verrsrc.h
 include/wine/windows/vfw.h
 include/wine/windows/vfwmsgs.h
+include/wine/windows/virtdisk.h
 include/wine/windows/vmr9.h
 include/wine/windows/vmr9.idl
 include/wine/windows/vmrender.idl



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