svn commit: r526210 - head/emulators/wine-mono

Gerald Pfeifer gerald at FreeBSD.org
Sat Feb 15 08:47:12 UTC 2020


Author: gerald
Date: Sat Feb 15 08:47:11 2020
New Revision: 526210
URL: https://svnweb.freebsd.org/changeset/ports/526210

Log:
  Backport r525903 | gerald | 2020-02-12 from wine-mono-devel:
  
    Assume maintainership, taking this from the ports@ pool.
  
    Fix the description which has been off (referring to HTML,
    probably coming from wine-gecko).
  
  PR:		238081

Modified:
  head/emulators/wine-mono/Makefile

Modified: head/emulators/wine-mono/Makefile
==============================================================================
--- head/emulators/wine-mono/Makefile	Sat Feb 15 08:26:22 2020	(r526209)
+++ head/emulators/wine-mono/Makefile	Sat Feb 15 08:47:11 2020	(r526210)
@@ -3,13 +3,14 @@
 
 PORTNAME=	wine-mono
 DISTVERSION=	4.9.4
+PORTREVISION=	1
 CATEGORIES=	emulators
 MASTER_SITES=	http://dl.winehq.org/wine/wine-mono/${DISTVERSION}/
 EXTRACT_SUFX=	.msi
 EXTRACT_ONLY=
 
-MAINTAINER=	ports at FreeBSD.org
-COMMENT=	Mono .NET implementation for Wine development branch (HTML support)
+MAINTAINER=	gerald at FreeBSD.org
+COMMENT=	Mono .NET implementation for Wine
 
 LICENSE=	MIT GPLv2 LGPL20
 LICENSE_COMB=	multi


More information about the svn-ports-all mailing list