Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 25 Apr 2020 09:10:20 +0000 (UTC)
From:      Gerald Pfeifer <gerald@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r532928 - head/emulators/wine-mono-devel
Message-ID:  <202004250910.03P9AKvt024799@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 <bsd.port.mk>

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



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