From owner-svn-ports-all@freebsd.org Sat Apr 25 09:10:21 2020 Return-Path: Delivered-To: svn-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 230362A8292; Sat, 25 Apr 2020 09:10:21 +0000 (UTC) (envelope-from gerald@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 498QHK05bhz3Fjc; Sat, 25 Apr 2020 09:10:21 +0000 (UTC) (envelope-from gerald@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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id F28A9516E; Sat, 25 Apr 2020 09:10:20 +0000 (UTC) (envelope-from gerald@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 03P9AK8e024801; Sat, 25 Apr 2020 09:10:20 GMT (envelope-from gerald@FreeBSD.org) Received: (from gerald@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 03P9AKvt024799; Sat, 25 Apr 2020 09:10:20 GMT (envelope-from gerald@FreeBSD.org) Message-Id: <202004250910.03P9AKvt024799@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: gerald set sender to gerald@FreeBSD.org using -f From: Gerald Pfeifer Date: Sat, 25 Apr 2020 09:10:20 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r532928 - head/emulators/wine-mono-devel X-SVN-Group: ports-head X-SVN-Commit-Author: gerald X-SVN-Commit-Paths: head/emulators/wine-mono-devel X-SVN-Commit-Revision: 532928 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 25 Apr 2020 09:10:21 -0000 Author: gerald Date: Sat Apr 25 09:10:20 2020 New Revision: 532928 URL: https://svnweb.freebsd.org/changeset/ports/532928 Log: Update wine-mono-devel to the upstream release 5.0.0. This now includes -x86 as part of the distribution and installed files; use this as an opportunity to simplify the Makefile a bit and reduce hardcoded duplication. Modified: head/emulators/wine-mono-devel/Makefile head/emulators/wine-mono-devel/distinfo Modified: head/emulators/wine-mono-devel/Makefile ============================================================================== --- head/emulators/wine-mono-devel/Makefile Sat Apr 25 09:08:06 2020 (r532927) +++ head/emulators/wine-mono-devel/Makefile Sat Apr 25 09:10:20 2020 (r532928) @@ -2,7 +2,8 @@ # $FreeBSD$ PORTNAME= wine-mono -DISTVERSION= 4.9.4 +DISTVERSION= 5.0.0 +DISTVERSIONSUFFIX=-x86 CATEGORIES= emulators MASTER_SITES= http://dl.winehq.org/wine/wine-mono/${DISTVERSION}/ PKGNAMESUFFIX= -devel @@ -20,11 +21,11 @@ CONFLICTS_INSTALL= wine-mono-[0-9]* NO_BUILD= yes PLIST_SUB+= MONO_VERSION="${DISTVERSION}" DATADIR= ${PREFIX}/share/wine -PLIST_FILES= ${DATADIR}/mono/wine-mono-${DISTVERSION}.msi +PLIST_FILES= ${DATADIR}/mono/${DISTNAME}.msi do-install: @${MKDIR} ${STAGEDIR}${DATADIR}/mono - ${INSTALL_DATA} ${DISTDIR}/wine-mono-${DISTVERSION}.msi \ + ${INSTALL_DATA} ${DISTDIR}/${DISTNAME}.msi \ ${STAGEDIR}${DATADIR}/mono .include Modified: head/emulators/wine-mono-devel/distinfo ============================================================================== --- head/emulators/wine-mono-devel/distinfo Sat Apr 25 09:08:06 2020 (r532927) +++ head/emulators/wine-mono-devel/distinfo Sat Apr 25 09:10:20 2020 (r532928) @@ -1,3 +1,3 @@ -TIMESTAMP = 1574242099 -SHA256 (wine-mono-4.9.4.msi) = 51a6ff38323fcda71d70ead90c252b5eaeacec542ba737dbd1d676787b210fdd -SIZE (wine-mono-4.9.4.msi) = 95266304 +TIMESTAMP = 1587801387 +SHA256 (wine-mono-5.0.0-x86.msi) = 17da208645a82a5e45e84fc75c73a8440acda484411cb8fae8e9b72db9886cd5 +SIZE (wine-mono-5.0.0-x86.msi) = 79537664