Date: Thu, 6 Jun 2013 08:39:45 +0000 (UTC) From: Koop Mast <kwm@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r320061 - head/mail/evolution Message-ID: <201306060839.r568djcW062031@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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 <ade@FreeBSD.org> # $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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201306060839.r568djcW062031>