Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 16 Oct 2013 10:50:30 +0000 (UTC)
From:      Ruslan Makhmatkhanov <rm@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r330496 - head/graphics/gthumb
Message-ID:  <201310161050.r9GAoUlW049640@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 <bsd.port.options.mk>
 
 .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/



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