From owner-svn-ports-head@FreeBSD.ORG Thu Jun 13 20:30:48 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 1A335EF4; Thu, 13 Jun 2013 20:30:48 +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 E7B5B1157; Thu, 13 Jun 2013 20:30:47 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r5DKUlod002265; Thu, 13 Jun 2013 20:30:47 GMT (envelope-from kwm@svn.freebsd.org) Received: (from kwm@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r5DKUlm1002263; Thu, 13 Jun 2013 20:30:47 GMT (envelope-from kwm@svn.freebsd.org) Message-Id: <201306132030.r5DKUlm1002263@svn.freebsd.org> From: Koop Mast Date: Thu, 13 Jun 2013 20:30:47 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r320837 - head/graphics/evince 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, 13 Jun 2013 20:30:48 -0000 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 # $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 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