svn commit: r330496 - head/graphics/gthumb

Ruslan Makhmatkhanov rm at FreeBSD.org
Wed Oct 16 10:50:30 UTC 2013


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 at FreeBSD.org
-COMMENT=	An image viewer and browser for the GNOME 2 environment
+MAINTAINER=	rm at 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/


More information about the svn-ports-all mailing list