Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 17 Jun 2013 19:05:33 +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: r321145 - head/x11/yelp
Message-ID:  <201306171905.r5HJ5XeX002979@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: kwm
Date: Mon Jun 17 19:05:33 2013
New Revision: 321145
URL: http://svnweb.freebsd.org/changeset/ports/321145

Log:
  Yelp has a MimeType line in its share/applications desktop file so add
   USES=desktop-file-utils.
  Remove Custom G_CHARSET_ALIAS since charset.alias now lives where ports
   expect it to be.
  And remove shared-mime-info commands from plist, the only mime yelp uses is
   mime type of files that it gets via glib.
  
  Bump portrevision.

Modified:
  head/x11/yelp/Makefile
  head/x11/yelp/pkg-plist   (contents, props changed)

Modified: head/x11/yelp/Makefile
==============================================================================
--- head/x11/yelp/Makefile	Mon Jun 17 17:59:51 2013	(r321144)
+++ head/x11/yelp/Makefile	Mon Jun 17 19:05:33 2013	(r321145)
@@ -4,7 +4,7 @@
 
 PORTNAME=	yelp
 PORTVERSION=	2.30.2
-PORTREVISION=	6
+PORTREVISION=	7
 CATEGORIES=	x11 gnome
 MASTER_SITES=	LOCAL/kwm
 DISTNAME=	${PORTNAME}-webkit-${PORTVERSION}
@@ -20,7 +20,7 @@ LIB_DEPENDS=	dbus-glib-1:${PORTSDIR}/dev
 
 CONFLICTS=	yelp-3.[0-9]*
 
-USES=		gettext
+USES=		desktop-file-utils gettext
 USE_BZIP2=	yes
 USE_XORG=	ice
 USE_GMAKE=	yes
@@ -29,7 +29,6 @@ GNU_CONFIGURE=	yes
 INSTALLS_ICONS=	yes
 CPPFLAGS+=	-I${LOCALBASE}/include
 LDFLAGS+=	-L${LOCALBASE}/lib
-MAKE_ENV=	G_CHARSET_ALIAS="${LOCALBASE}/libdata/charset.alias"
 
 GCONF_SCHEMAS=	yelp.schemas
 

Modified: head/x11/yelp/pkg-plist
==============================================================================
--- head/x11/yelp/pkg-plist	Mon Jun 17 17:59:51 2013	(r321144)
+++ head/x11/yelp/pkg-plist	Mon Jun 17 19:05:33 2013	(r321145)
@@ -199,5 +199,3 @@ share/locale/zu/LC_MESSAGES/yelp.mo
 @dirrmtry share/locale/ast
 @dirrmtry share/locale/as/LC_MESSAGES
 @dirrmtry share/locale/as
-@exec %%LOCALBASE%%/bin/update-mime-database %D/share/mime > /dev/null || /usr/bin/true
-@unexec %%LOCALBASE%%/bin/update-mime-database %D/share/mime > /dev/null || /usr/bin/true



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201306171905.r5HJ5XeX002979>