From owner-svn-ports-head@freebsd.org Fri Jun 16 18:43:57 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 6DAF8D86AFB; Fri, 16 Jun 2017 18:43:57 +0000 (UTC) (envelope-from dbn@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 3CDED671B7; Fri, 16 Jun 2017 18:43:57 +0000 (UTC) (envelope-from dbn@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v5GIhuZX006330; Fri, 16 Jun 2017 18:43:56 GMT (envelope-from dbn@FreeBSD.org) Received: (from dbn@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v5GIhuj8006327; Fri, 16 Jun 2017 18:43:56 GMT (envelope-from dbn@FreeBSD.org) Message-Id: <201706161843.v5GIhuj8006327@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: dbn set sender to dbn@FreeBSD.org using -f From: David Naylor Date: Fri, 16 Jun 2017 18:43:56 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r443718 - head/emulators/i386-wine X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 16 Jun 2017 18:43:57 -0000 Author: dbn Date: Fri Jun 16 18:43:56 2017 New Revision: 443718 URL: https://svnweb.freebsd.org/changeset/ports/443718 Log: emulators/i386-wine: update to 2.0.1_2 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 Fri Jun 16 18:25:57 2017 (r443717) +++ head/emulators/i386-wine/Makefile.inc Fri Jun 16 18:43:56 2017 (r443718) @@ -3,6 +3,7 @@ PORTNAME= wine PORTVERSION= 2.0.1 +PORTREVISION= 2 PORTEPOCH= 1 CATEGORIES= emulators MASTER_SITES= LOCAL/dbn/repos/wine/${DIST_SUBDIR}/ @@ -49,7 +50,7 @@ PORTSCOUT= limitw:1,even # Included for OPSYS and OSVERSION .include -.for osrel in 10 11 12 +.for osrel in 10 11 .if ${OSREL:C/\..*//} == ${osrel} PLIST_SUB+= OSREL${osrel}="" .else @@ -75,7 +76,7 @@ ${PLIST}: fetch port-update: ${RM} ${SLAVEDIR}/distinfo ${SLAVEDIR}/distinfo~ ${SLAVEDIR}/pkg-plist.* -.for osrel in 10 11 12 +.for osrel in 10 11 ${MAKE} fetch OSREL=${osrel} OSVERSION=${osrel}99999 UNAME_r=${osrel} ${MAKE} makesum OSREL=${osrel} OSVERSION=${osrel}99999 UNAME_r=${osrel} ${CAT} ${SLAVEDIR}/distinfo >> ${SLAVEDIR}/distinfo~ Modified: head/emulators/i386-wine/distinfo ============================================================================== --- head/emulators/i386-wine/distinfo Fri Jun 16 18:25:57 2017 (r443717) +++ head/emulators/i386-wine/distinfo Fri Jun 16 18:43:56 2017 (r443718) @@ -1,7 +1,5 @@ -TIMESTAMP = 1492914931 -SHA256 (freebsd:10:x86:64/i386-wine-2.0.1,1.txz) = ad07ffd75aba61bfa23ac31eb206ecdf65af086a5ee17b1f610f2128b90c768c -SIZE (freebsd:10:x86:64/i386-wine-2.0.1,1.txz) = 44478632 -SHA256 (freebsd:11:x86:64/i386-wine-2.0.1,1.txz) = 12c84af3447d2a74d4277ad38eb34cc965d8e43a5f5ec8d376dfa4c6b0e6a497 -SIZE (freebsd:11:x86:64/i386-wine-2.0.1,1.txz) = 44275308 -SHA256 (freebsd:12:x86:64/i386-wine-2.0.1,1.txz) = 38b53e0c1651030767627144273e4bf6a2651979eefc9b1339c3f8bc4722e135 -SIZE (freebsd:12:x86:64/i386-wine-2.0.1,1.txz) = 43805760 +TIMESTAMP = 1497478082 +SHA256 (freebsd:10:x86:64/i386-wine-2.0.1_2,1.txz) = 1b48601ffac1e12ada2dd7c0b9e09ad34a4b5119c8e6d3800145e2beccf0fe46 +SIZE (freebsd:10:x86:64/i386-wine-2.0.1_2,1.txz) = 52957900 +SHA256 (freebsd:11:x86:64/i386-wine-2.0.1_2,1.txz) = 8b8b7d0d05895fd5cef0e0ce7963463b00693e16db0d2260ba6fdb126e4458cb +SIZE (freebsd:11:x86:64/i386-wine-2.0.1_2,1.txz) = 52651396 Modified: head/emulators/i386-wine/pkg-plist ============================================================================== --- head/emulators/i386-wine/pkg-plist Fri Jun 16 18:25:57 2017 (r443717) +++ head/emulators/i386-wine/pkg-plist Fri Jun 16 18:43:56 2017 (r443718) @@ -931,7 +931,7 @@ lib32/libglapi.so.0 lib32/libgmp.so.10 lib32/libgnutls.so.30 lib32/libhogweed.so.4 -lib32/libidn.so.11 +lib32/libidn2.so.0 lib32/libintl.so.8 lib32/libjpeg.so.8 lib32/liblcms2.so.2 @@ -940,7 +940,9 @@ lib32/libp11-kit.so.0 lib32/libpciaccess.so.0 lib32/libpng16.so.16 lib32/libtasn1.so.6 +lib32/libtxc_dxtn.so lib32/libunistring.so.2 +lib32/libunwind.so.8 lib32/libwine.so lib32/libwine.so.1 lib32/libxcb-dri2.so.0