mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-23 04:23:08 +00:00
emulators/i386-wine: update to 3.0.4_1
- Fix OSVERSION range for FreeBSD 12.0-RELEASE
This commit is contained in:
parent
a135708ed5
commit
44c5b17079
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=487342
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user