From owner-svn-ports-all@FreeBSD.ORG Wed Oct 16 10:50:30 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 9EE429F7; Wed, 16 Oct 2013 10:50:30 +0000 (UTC) (envelope-from rm@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 8CE6D23A9; Wed, 16 Oct 2013 10:50:30 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r9GAoU2O049642; Wed, 16 Oct 2013 10:50:30 GMT (envelope-from rm@svn.freebsd.org) Received: (from rm@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r9GAoUlW049640; Wed, 16 Oct 2013 10:50:30 GMT (envelope-from rm@svn.freebsd.org) Message-Id: <201310161050.r9GAoUlW049640@svn.freebsd.org> From: Ruslan Makhmatkhanov Date: Wed, 16 Oct 2013 10:50:30 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r330496 - head/graphics/gthumb X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 16 Oct 2013 10:50:30 -0000 Author: rm Date: Wed Oct 16 10:50:29 2013 New Revision: 330496 URL: http://svnweb.freebsd.org/changeset/ports/330496 Log: - take maintainership - fix minor style bugs Modified: head/graphics/gthumb/Makefile head/graphics/gthumb/pkg-descr Modified: head/graphics/gthumb/Makefile ============================================================================== --- head/graphics/gthumb/Makefile Wed Oct 16 10:48:04 2013 (r330495) +++ head/graphics/gthumb/Makefile Wed Oct 16 10:50:29 2013 (r330496) @@ -8,15 +8,14 @@ CATEGORIES= graphics MASTER_SITES= GNOME DIST_SUBDIR= gnome2 -MAINTAINER= ports@FreeBSD.org -COMMENT= An image viewer and browser for the GNOME 2 environment +MAINTAINER= rm@FreeBSD.org +COMMENT= Image viewer and browser for the GNOME 2 environment LIB_DEPENDS= unique-1.0.2:${PORTSDIR}/x11-toolkits/unique RUN_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/gsettings-desktop-schemas.pc:${PORTSDIR}/devel/gsettings-desktop-schemas -USE_XZ= yes -USES= bison pathfix pkgconfig gettext -USE_GMAKE= yes +USE_XZ= yes +USES= bison gmake pathfix pkgconfig gettext USE_GNOME= gnomeprefix intlhack gnomedocutils gconf2 WANT_GSTREAMER= yes USE_LDCONFIG= yes @@ -44,6 +43,7 @@ BRASERO_DESC= Write galleries to CD/DVD YELP_DESC= Viewer for built-in help system NO_STAGE= yes + .include .if ${PORT_OPTIONS:MEXIV2} Modified: head/graphics/gthumb/pkg-descr ============================================================================== --- head/graphics/gthumb/pkg-descr Wed Oct 16 10:48:04 2013 (r330495) +++ head/graphics/gthumb/pkg-descr Wed Oct 16 10:50:29 2013 (r330496) @@ -1,4 +1,4 @@ gThumb is an image viewer and browser for the GNOME Desktop. It also includes an importer tool for transferring photos from cameras. -WWW: http://live.gnome.org/gthumb +WWW: https://wiki.gnome.org/Apps/gthumb/