From owner-svn-ports-head@freebsd.org Fri Feb 12 16:17:28 2016 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 45B21AA6CB5; Fri, 12 Feb 2016 16:17:28 +0000 (UTC) (envelope-from dbn@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 14667FC6; Fri, 12 Feb 2016 16:17:28 +0000 (UTC) (envelope-from dbn@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u1CGHRQ3046718; Fri, 12 Feb 2016 16:17:27 GMT (envelope-from dbn@FreeBSD.org) Received: (from dbn@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u1CGHR89046717; Fri, 12 Feb 2016 16:17:27 GMT (envelope-from dbn@FreeBSD.org) Message-Id: <201602121617.u1CGHR89046717@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: dbn set sender to dbn@FreeBSD.org using -f From: David Naylor Date: Fri, 12 Feb 2016 16:17:27 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r408741 - head/emulators/i386-wine-devel 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.20 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, 12 Feb 2016 16:17:28 -0000 Author: dbn Date: Fri Feb 12 16:17:26 2016 New Revision: 408741 URL: https://svnweb.freebsd.org/changeset/ports/408741 Log: emulators/i386-wine-devel: fix depends reference to wine-gecko-devel PR: 207103 Submitted by: Piotr Kubaj Modified: head/emulators/i386-wine-devel/Makefile.inc Modified: head/emulators/i386-wine-devel/Makefile.inc ============================================================================== --- head/emulators/i386-wine-devel/Makefile.inc Fri Feb 12 16:13:21 2016 (r408740) +++ head/emulators/i386-wine-devel/Makefile.inc Fri Feb 12 16:17:26 2016 (r408741) @@ -42,7 +42,7 @@ USE_LDCONFIG32= ${PREFIX}/lib32 ${PREFIX USES= tar:xz BUNDLE_LIBS= yes -GECKO_RUN_DEPENDS= ${DATADIR}/gecko/wine_gecko-2.40-x86.msi:${PORTSDIR}/emulators/wine-gecko-devel +GECKO_RUN_DEPENDS= ${DATADIR}/gecko/wine_gecko-2.44-x86.msi:${PORTSDIR}/emulators/wine-gecko-devel MONO_RUN_DEPENDS= ${DATADIR}/mono/wine-mono-4.5.6.msi:${PORTSDIR}/emulators/wine-mono-devel # Included for OPSYS and OSVERSION