From owner-svn-ports-all@freebsd.org Wed Jul 15 12:22:54 2015 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 ED37C9A276E; Wed, 15 Jul 2015 12:22:54 +0000 (UTC) (envelope-from kwm@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::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 DE1BD12FD; Wed, 15 Jul 2015 12:22:54 +0000 (UTC) (envelope-from kwm@FreeBSD.org) Received: from svnmir.geo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t6FCMsQD046376; Wed, 15 Jul 2015 12:22:54 GMT (envelope-from kwm@FreeBSD.org) Received: (from kwm@localhost) by svnmir.geo.freebsd.org (8.14.9/8.14.9/Submit) id t6FCMsJr046375; Wed, 15 Jul 2015 12:22:54 GMT (envelope-from kwm@FreeBSD.org) Message-Id: <201507151222.t6FCMsJr046375@svnmir.geo.freebsd.org> X-Authentication-Warning: svnmir.geo.freebsd.org: kwm set sender to kwm@FreeBSD.org using -f From: Koop Mast Date: Wed, 15 Jul 2015 12:22:54 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r392128 - head/graphics/atril X-SVN-Group: ports-head 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.20 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: Wed, 15 Jul 2015 12:22:55 -0000 Author: kwm Date: Wed Jul 15 12:22:53 2015 New Revision: 392128 URL: https://svnweb.freebsd.org/changeset/ports/392128 Log: Atril needs mate-desktop to build. This came to light by the atril-lite port that doesn't depend on caja to pull mate-desktop in. Modified: head/graphics/atril/Makefile Modified: head/graphics/atril/Makefile ============================================================================== --- head/graphics/atril/Makefile Wed Jul 15 11:36:14 2015 (r392127) +++ head/graphics/atril/Makefile Wed Jul 15 12:22:53 2015 (r392128) @@ -3,7 +3,7 @@ PORTNAME= atril PORTVERSION= 1.8.1 -PORTREVISION?= 4 +PORTREVISION?= 5 CATEGORIES= graphics print mate MASTER_SITES= MATE DIST_SUBDIR= mate @@ -23,7 +23,7 @@ SLAVEPORT?= no USES= desktop-file-utils gettext gmake libtool pathfix \ pkgconfig tar:xz -USE_MATE= icontheme +USE_MATE= desktop icontheme USE_XORG= sm USE_GNOME= cairo gtk20 intlhack libxml2 USE_LDCONFIG= yes