Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 26 Mar 2020 19:52:22 +0000 (UTC)
From:      Max Brazhnikov <makc@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r529210 - head/emulators/winetricks
Message-ID:  <202003261952.02QJqMMj097056@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: makc
Date: Thu Mar 26 19:52:22 2020
New Revision: 529210
URL: https://svnweb.freebsd.org/changeset/ports/529210

Log:
  emulators/winetricks:
  - Update to 20191224
  - Adapt to options framework while here
  
  PR:		243416
  Submitted by:	Alexander Vereeken
  Approved by:	maintainer timeout (2 months)

Modified:
  head/emulators/winetricks/Makefile
  head/emulators/winetricks/distinfo   (contents, props changed)

Modified: head/emulators/winetricks/Makefile
==============================================================================
--- head/emulators/winetricks/Makefile	Thu Mar 26 19:46:43 2020	(r529209)
+++ head/emulators/winetricks/Makefile	Thu Mar 26 19:52:22 2020	(r529210)
@@ -1,7 +1,7 @@
 # $FreeBSD$
 
 PORTNAME=	winetricks
-PORTVERSION=	20190912
+PORTVERSION=	20191224
 CATEGORIES=	emulators
 
 MAINTAINER=	lifanov@FreeBSD.org
@@ -12,10 +12,6 @@ LICENSE_FILE=	${WRKSRC}/COPYING
 
 RUN_DEPENDS=	cabextract:archivers/cabextract
 
-.if !defined(WITHOUT_X11)
-RUN_DEPENDS+=	zenity:x11/zenity xdg-open:devel/xdg-utils
-.endif
-
 USES=		perl5
 USE_PERL5=	run
 
@@ -25,6 +21,12 @@ GH_ACCOUNT=	Winetricks
 NO_ARCH=	yes
 NO_BUILD=	yes
 PLIST_FILES=	bin/winetricks man/man1/winetricks.1.gz
+
+OPTIONS_DEFINE=		X11
+OPTIONS_DEFAULT=	X11
+
+X11_RUN_DEPENDS=	xdg-open:devel/xdg-utils \
+			zenity:x11/zenity
 
 do-install:
 	${INSTALL_SCRIPT} ${WRKSRC}/src/winetricks ${STAGEDIR}${PREFIX}/bin

Modified: head/emulators/winetricks/distinfo
==============================================================================
--- head/emulators/winetricks/distinfo	Thu Mar 26 19:46:43 2020	(r529209)
+++ head/emulators/winetricks/distinfo	Thu Mar 26 19:52:22 2020	(r529210)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1568566467
-SHA256 (Winetricks-winetricks-20190912_GH0.tar.gz) = acedd8aebe9a7fef4548ff8a47cc8ab7e6d13f6051c1b79d51cd4105e0f7fb9f
-SIZE (Winetricks-winetricks-20190912_GH0.tar.gz) = 679544
+TIMESTAMP = 1579294280
+SHA256 (Winetricks-winetricks-20191224_GH0.tar.gz) = c1223bb90e76c468f15784a701696a184aaee802bc9c236797166dea33d0d0a2
+SIZE (Winetricks-winetricks-20191224_GH0.tar.gz) = 683074



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