Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 13 Jun 2013 20:30:47 +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: r320837 - head/graphics/evince
Message-ID:  <201306132030.r5DKUlm1002263@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: kwm
Date: Thu Jun 13 20:30:47 2013
New Revision: 320837
URL: http://svnweb.freebsd.org/changeset/ports/320837

Log:
  Convert to USES=desktop-file-utils, drop depend on unzip it in base these
  days, fix a bug the t1lib option that was missed in the OptionsNG conversion.
  
  Obtained from:	GNOME dev repo.

Modified:
  head/graphics/evince/Makefile
  head/graphics/evince/pkg-plist   (contents, props changed)

Modified: head/graphics/evince/Makefile
==============================================================================
--- head/graphics/evince/Makefile	Thu Jun 13 20:18:12 2013	(r320836)
+++ head/graphics/evince/Makefile	Thu Jun 13 20:30:47 2013	(r320837)
@@ -1,10 +1,10 @@
 # Created by: Adam Weinberger <adamw@FreeBSD.org>
 # $FreeBSD$
-#    $MCom: ports/graphics/evince/Makefile,v 1.159 2012/09/01 23:02:10 mezz Exp $
+#    $MCom: ports/trunk/graphics/evince/Makefile 17268 2013-04-01 05:13:11Z marcus $
 
 PORTNAME=	evince
 PORTVERSION=	2.32.0
-PORTREVISION=	10
+PORTREVISION=	11
 CATEGORIES=	graphics print gnome
 MASTER_SITES=	GNOME
 DIST_SUBDIR=	gnome2
@@ -27,9 +27,8 @@ USE_AUTOTOOLS=	libtool
 INSTALLS_ICONS=	yes
 USE_GMAKE=	yes
 INSTALLS_OMF=	yes
-USES=		pathfix gettext
-USE_GNOME=	intlhack gnomeprefix desktopfileutils \
-		gnomedocutils ltasneededhack gconf2
+USES=		desktop-file-utils gettext pathfix
+USE_GNOME=	intlhack gnomeprefix gnomedocutils ltasneededhack gconf2
 CPPFLAGS+=	-I${LOCALBASE}/include
 LDFLAGS+=	-L${LOCALBASE}/lib
 
@@ -61,7 +60,7 @@ CONFIGURE_ARGS+=	--enable-dvi
 GCONF_SCHEMAS+=	evince-thumbnailer-dvi.schemas
 PLIST_SUB+=		DVI=""
 
-. if defined(WITH_T1LIB)
+. if ${PORT_OPTIONS:MT1LIB}
 LIB_DEPENDS+=	t1:${PORTSDIR}/devel/t1lib
 CONFIGURE_ARGS+=	--enable-t1lib
 . else
@@ -108,7 +107,6 @@ PLIST_SUB+=		DJVU="@comment "
 .endif
 
 .if ${PORT_OPTIONS:MCOMICS}
-RUN_DEPENDS+=		unzip:${PORTSDIR}/archivers/unzip
 CONFIGURE_ARGS+=	--enable-comics
 GCONF_SCHEMAS+=		evince-thumbnailer-comics.schemas
 PLIST_SUB+=		COMICS=""
@@ -125,7 +123,4 @@ post-patch:
 		${WRKSRC}/help/reference/libdocument/Makefile.in \
 		${WRKSRC}/help/reference/libview/Makefile.in
 
-post-install:
-	@-update-desktop-database
-
 .include <bsd.port.mk>

Modified: head/graphics/evince/pkg-plist
==============================================================================
--- head/graphics/evince/pkg-plist	Thu Jun 13 20:18:12 2013	(r320836)
+++ head/graphics/evince/pkg-plist	Thu Jun 13 20:30:47 2013	(r320837)
@@ -489,8 +489,6 @@ share/omf/evince/evince-zh_CN.omf
 @dirrm include/evince/%%VERSION%%/libdocument
 @dirrm include/evince/%%VERSION%%
 @dirrm include/evince
-@exec %%LOCALBASE%%/bin/update-desktop-database > /dev/null || /usr/bin/true
-@unexec %%LOCALBASE%%/bin/update-desktop-database > /dev/null || /usr/bin/true
 @dirrmtry share/locale/zh_HK/LC_MESSAGES
 @dirrmtry share/locale/zh_HK
 @dirrmtry share/locale/te/LC_MESSAGES



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