svn commit: r320061 - head/mail/evolution

Koop Mast kwm at FreeBSD.org
Thu Jun 6 08:39:46 UTC 2013


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 at 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


More information about the svn-ports-all mailing list