From owner-svn-ports-head@FreeBSD.ORG Thu Jun 6 08:39:46 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 818C4E16; Thu, 6 Jun 2013 08:39:46 +0000 (UTC) (envelope-from kwm@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id 73EEA1022; Thu, 6 Jun 2013 08:39:46 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r568djLB062032; Thu, 6 Jun 2013 08:39:45 GMT (envelope-from kwm@svn.freebsd.org) Received: (from kwm@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r568djcW062031; Thu, 6 Jun 2013 08:39:45 GMT (envelope-from kwm@svn.freebsd.org) Message-Id: <201306060839.r568djcW062031@svn.freebsd.org> From: Koop Mast Date: Thu, 6 Jun 2013 08:39:45 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r320061 - head/mail/evolution 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.14 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: Thu, 06 Jun 2013 08:39:46 -0000 Author: kwm Date: Thu Jun 6 08:39:45 2013 New Revision: 320061 URL: http://svnweb.freebsd.org/changeset/ports/320061 Log: Convert to USES=desktop-file-utils, bump portrevision because there wasn't any @exec/@unexec update-desktop-database lines in the plist. Obtained from: GNOME dev repo Modified: head/mail/evolution/Makefile Modified: head/mail/evolution/Makefile ============================================================================== --- head/mail/evolution/Makefile Thu Jun 6 08:36:34 2013 (r320060) +++ head/mail/evolution/Makefile Thu Jun 6 08:39:45 2013 (r320061) @@ -1,10 +1,10 @@ # Created by: Ade Lovett # $FreeBSD$ -# $MCom: ports/mail/evolution/Makefile,v 1.241 2012/09/01 23:02:10 mezz Exp $ +# $MCom: ports/trunk/mail/evolution/Makefile 17268 2013-04-01 05:13:11Z marcus $ PORTNAME= evolution PORTVERSION= 2.32.1 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= mail gnome MASTER_SITES= GNOME DIST_SUBDIR= gnome2 @@ -21,9 +21,9 @@ CONFLICTS= evolution-3.[0-9]* USE_BZIP2= yes USE_GMAKE= yes -USES= bison pathfix gettext +USES= bison desktop-file-utils gettext pathfix USE_GNOME= gnomeprefix intlhack evolutiondataserver gtkhtml3 \ - desktopfileutils gnomedocutils ltasneededhack gnomedesktop + gnomedocutils ltasneededhack gnomedesktop USE_AUTOTOOLS= libtool USE_GSTREAMER= yes INSTALLS_OMF= yes