emulators/i386-wine-devel: update to 2.0.r1_1.

- Unbreak i386-wine-staging: patches are now available.
This commit is contained in:
David Naylor 2016-12-19 04:34:49 +00:00
parent ff421ca9de
commit b108ac1cd7
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=428906
4 changed files with 365 additions and 209 deletions

View file

@ -3,6 +3,7 @@
PORTNAME= wine
PORTVERSION= 2.0.r1
PORTREVISION= 1
PORTEPOCH= 1
CATEGORIES= emulators
MASTER_SITES= LOCAL/dbn/repos/wine/${DIST_SUBDIR}/
@ -89,7 +90,7 @@ ${PLIST}: fetch
port-update:
${RM} ${SLAVEDIR}/distinfo ${SLAVEDIR}/distinfo~ ${SLAVEDIR}/pkg-plist.*
.for osrel in 9 10 11 12
.for suffix in -devel
.for suffix in -devel -staging
${MAKE} fetch OSREL=${osrel} OSVERSION=${osrel}99999 UNAME_r=${osrel} PKGNAMESUFFIX=${suffix}
${MAKE} makesum OSREL=${osrel} OSVERSION=${osrel}99999 UNAME_r=${osrel} PKGNAMESUFFIX=${suffix}
${CAT} ${SLAVEDIR}/distinfo >> ${SLAVEDIR}/distinfo~

View file

@ -1,9 +1,17 @@
TIMESTAMP = 1481483097
SHA256 (freebsd:9:x86:64/i386-wine-devel-2.0.r1,1.txz) = 038be480151a6b417b91681431983bf936981a02532ea7d315c1e01405edc1aa
SIZE (freebsd:9:x86:64/i386-wine-devel-2.0.r1,1.txz) = 51397288
SHA256 (freebsd:10:x86:64/i386-wine-devel-2.0.r1,1.txz) = ba896aa8dcd7c8028b4cf65983b25b46bc95d602c355ed580948c5bcc84cd119
SIZE (freebsd:10:x86:64/i386-wine-devel-2.0.r1,1.txz) = 41010528
SHA256 (freebsd:11:x86:64/i386-wine-devel-2.0.r1,1.txz) = 2f60a4d281d988da575be6edf5a9826aba6fcc7c0aa072dcad926d458312aaca
SIZE (freebsd:11:x86:64/i386-wine-devel-2.0.r1,1.txz) = 40537456
SHA256 (freebsd:12:x86:64/i386-wine-devel-2.0.r1,1.txz) = afd2fbe021d08f1b652be2f99a8501c1a507c272dc4c102cbf4b314b34f36693
SIZE (freebsd:12:x86:64/i386-wine-devel-2.0.r1,1.txz) = 40001604
TIMESTAMP = 1482121093
SHA256 (freebsd:9:x86:64/i386-wine-devel-2.0.r1_1,1.txz) = 23638abfa583ea833b887fac874f41d564000bfdb4f0c95271822ee3d04a53a8
SIZE (freebsd:9:x86:64/i386-wine-devel-2.0.r1_1,1.txz) = 51706072
SHA256 (freebsd:9:x86:64/i386-wine-staging-2.0.r1_1,1.txz) = 487b8ee69add7d568413fabbc233f13b6e87782e6aa42f79b6bed3dadd35b81a
SIZE (freebsd:9:x86:64/i386-wine-staging-2.0.r1_1,1.txz) = 53935728
SHA256 (freebsd:10:x86:64/i386-wine-devel-2.0.r1_1,1.txz) = 2d07262b8fadc09a3a91a30b06a75ed14222a0fc9ef670643558c07a8a3de43a
SIZE (freebsd:10:x86:64/i386-wine-devel-2.0.r1_1,1.txz) = 41333236
SHA256 (freebsd:10:x86:64/i386-wine-staging-2.0.r1_1,1.txz) = b5227171a9b9ef3dd4c3d14d46c311d01d79adf97f70356ab8bd3a2c35041bb7
SIZE (freebsd:10:x86:64/i386-wine-staging-2.0.r1_1,1.txz) = 43551984
SHA256 (freebsd:11:x86:64/i386-wine-devel-2.0.r1_1,1.txz) = 4d008837cdb8f90aab57e0a5486b8ab8a39e882419e59a4a85b77689145ef423
SIZE (freebsd:11:x86:64/i386-wine-devel-2.0.r1_1,1.txz) = 40844592
SHA256 (freebsd:11:x86:64/i386-wine-staging-2.0.r1_1,1.txz) = fb52e4a3306105792bfd644c6d660b0af4ab6da94eb81d63ae2524dd0b29f761
SIZE (freebsd:11:x86:64/i386-wine-staging-2.0.r1_1,1.txz) = 43089708
SHA256 (freebsd:12:x86:64/i386-wine-devel-2.0.r1_1,1.txz) = f954a6c89c858955efcd16173432ab823d06a50f6acdb5384792eb26423a53d4
SIZE (freebsd:12:x86:64/i386-wine-devel-2.0.r1_1,1.txz) = 40321156
SHA256 (freebsd:12:x86:64/i386-wine-staging-2.0.r1_1,1.txz) = 89ac223e402e7846cd0ae6e27b4d7929a04327aba17837387aca0cfb21940958
SIZE (freebsd:12:x86:64/i386-wine-staging-2.0.r1_1,1.txz) = 42528984

File diff suppressed because it is too large Load diff

View file

@ -22,7 +22,6 @@ PKGNAMESUFFIX= -staging
.include "${SLAVEDIR}/Makefile.i386"
.else
MASTERDIR= ${SLAVEDIR}
BROKEN= The Staging patchset has not been ported to Wine >= 1.9.24
.include "${SLAVEDIR}/Makefile.inc"
.endif