From owner-svn-ports-head@freebsd.org Fri Feb 17 20:29:49 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 1E5AECE35D0; Fri, 17 Feb 2017 20:29:49 +0000 (UTC) (envelope-from lifanov@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 DF4A610CF; Fri, 17 Feb 2017 20:29:48 +0000 (UTC) (envelope-from lifanov@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v1HKTlx4096090; Fri, 17 Feb 2017 20:29:47 GMT (envelope-from lifanov@FreeBSD.org) Received: (from lifanov@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v1HKTliJ096089; Fri, 17 Feb 2017 20:29:47 GMT (envelope-from lifanov@FreeBSD.org) Message-Id: <201702172029.v1HKTliJ096089@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: lifanov set sender to lifanov@FreeBSD.org using -f From: Nikolai Lifanov Date: Fri, 17 Feb 2017 20:29:47 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r434313 - head/emulators/winetricks 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, 17 Feb 2017 20:29:49 -0000 Author: lifanov Date: Fri Feb 17 20:29:47 2017 New Revision: 434313 URL: https://svnweb.freebsd.org/changeset/ports/434313 Log: emulators/winetricks - add additional dependencies PR: 217181 Reported by: John Smith Modified: head/emulators/winetricks/Makefile Modified: head/emulators/winetricks/Makefile ============================================================================== --- head/emulators/winetricks/Makefile Fri Feb 17 19:37:45 2017 (r434312) +++ head/emulators/winetricks/Makefile Fri Feb 17 20:29:47 2017 (r434313) @@ -3,6 +3,7 @@ PORTNAME= winetricks PORTVERSION= 20170207 +PORTREVISION= 1 CATEGORIES= emulators MAINTAINER= lifanov@FreeBSD.org @@ -11,10 +12,15 @@ COMMENT= Easy way to work around problem LICENSE= LGPL21 LICENSE_FILE= ${WRKSRC}/src/COPYING +RUN_DEPENDS= curl:ftp/curl cabextract:archivers/cabextract + .if !defined(WITHOUT_X11) -RUN_DEPENDS= zenity>0:x11/zenity +RUN_DEPENDS+= zenity:x11/zenity xdg-open:devel/xdg-utils .endif +USES= perl5 +USE_PERL5= run + USE_GITHUB= yes GH_ACCOUNT= Winetricks