From owner-svn-ports-all@freebsd.org Fri May 18 19:39:24 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E9A59ED92F4; Fri, 18 May 2018 19:39:23 +0000 (UTC) (envelope-from kwm@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 9C73B860EE; Fri, 18 May 2018 19:39:23 +0000 (UTC) (envelope-from kwm@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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 7971A1C79B; Fri, 18 May 2018 19:39:23 +0000 (UTC) (envelope-from kwm@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w4IJdNgn060699; Fri, 18 May 2018 19:39:23 GMT (envelope-from kwm@FreeBSD.org) Received: (from kwm@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w4IJdNKw060698; Fri, 18 May 2018 19:39:23 GMT (envelope-from kwm@FreeBSD.org) Message-Id: <201805181939.w4IJdNKw060698@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: kwm set sender to kwm@FreeBSD.org using -f From: Koop Mast Date: Fri, 18 May 2018 19:39:23 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r470323 - head/www/webkit2-gtk3 X-SVN-Group: ports-head X-SVN-Commit-Author: kwm X-SVN-Commit-Paths: head/www/webkit2-gtk3 X-SVN-Commit-Revision: 470323 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.26 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 18 May 2018 19:39:24 -0000 Author: kwm Date: Fri May 18 19:39:22 2018 New Revision: 470323 URL: https://svnweb.freebsd.org/changeset/ports/470323 Log: Change enchant dependacy to enchant2. Webkit will prefer enchant2 over enchant1 if both are available. This commit is done in a stand alone commit so webkit versions are easier MFHable if needed. Modified: head/www/webkit2-gtk3/Makefile Modified: head/www/webkit2-gtk3/Makefile ============================================================================== --- head/www/webkit2-gtk3/Makefile Fri May 18 19:36:48 2018 (r470322) +++ head/www/webkit2-gtk3/Makefile Fri May 18 19:39:22 2018 (r470323) @@ -15,7 +15,7 @@ COMMENT= Opensource browser engine using the GTK+ 3 to LICENSE= GPLv2 BSD2CLAUSE LICENSE_COMB= dual -LIB_DEPENDS= libenchant.so:textproc/enchant \ +LIB_DEPENDS= libenchant-2.so:textproc/enchant2 \ libfontconfig.so:x11-fonts/fontconfig \ libfreetype.so:print/freetype2 \ libwebp.so:graphics/webp \