From owner-svn-ports-all@freebsd.org Fri Dec 8 15:31:38 2017 Return-Path: Delivered-To: svn-ports-all@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 68606E8652E; Fri, 8 Dec 2017 15:31:38 +0000 (UTC) (envelope-from swills@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 356117697F; Fri, 8 Dec 2017 15:31:38 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id vB8FVbJK083107; Fri, 8 Dec 2017 15:31:37 GMT (envelope-from swills@FreeBSD.org) Received: (from swills@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id vB8FVbCd083084; Fri, 8 Dec 2017 15:31:37 GMT (envelope-from swills@FreeBSD.org) Message-Id: <201712081531.vB8FVbCd083084@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: swills set sender to swills@FreeBSD.org using -f From: Steve Wills Date: Fri, 8 Dec 2017 15:31:37 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r455783 - head/x11-toolkits/gtk30 X-SVN-Group: ports-head X-SVN-Commit-Author: swills X-SVN-Commit-Paths: head/x11-toolkits/gtk30 X-SVN-Commit-Revision: 455783 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.25 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, 08 Dec 2017 15:31:38 -0000 Author: swills Date: Fri Dec 8 15:31:37 2017 New Revision: 455783 URL: https://svnweb.freebsd.org/changeset/ports/455783 Log: x11-toolkits/gtk30: add dependency on librsvg2 PR: 222495 Submitted by: Anton Yuzhaninov Approved by: gnome@ (kwm) Modified: head/x11-toolkits/gtk30/Makefile Modified: head/x11-toolkits/gtk30/Makefile ============================================================================== --- head/x11-toolkits/gtk30/Makefile Fri Dec 8 14:00:02 2017 (r455782) +++ head/x11-toolkits/gtk30/Makefile Fri Dec 8 15:31:37 2017 (r455783) @@ -5,7 +5,7 @@ PORTNAME= gtk PORTVERSION= 3.22.15 -PORTREVISION?= 1 +PORTREVISION?= 2 CATEGORIES= x11-toolkits MASTER_SITES= GNOME/sources/gtk+/${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/} PKGNAMESUFFIX= 3 @@ -31,7 +31,8 @@ LIB_DEPENDS= libepoxy.so:graphics/libepoxy \ libharfbuzz.so:print/harfbuzz RUN_DEPENDS+= hicolor-icon-theme>=0:misc/hicolor-icon-theme \ adwaita-icon-theme>=0:x11-themes/adwaita-icon-theme \ - at-spi2-atk>=0:accessibility/at-spi2-atk + at-spi2-atk>=0:accessibility/at-spi2-atk \ + librsvg2>=0:graphics/librsvg2 USE_PERL5= build USE_LDCONFIG= yes