From owner-svn-ports-branches@FreeBSD.ORG Mon May 18 18:53:56 2015 Return-Path: Delivered-To: svn-ports-branches@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id C533BFBC; Mon, 18 May 2015 18:53:56 +0000 (UTC) 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)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 9960913B2; Mon, 18 May 2015 18:53:56 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t4IIruK4066406; Mon, 18 May 2015 18:53:56 GMT (envelope-from riggs@FreeBSD.org) Received: (from riggs@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t4IIrucD066404; Mon, 18 May 2015 18:53:56 GMT (envelope-from riggs@FreeBSD.org) Message-Id: <201505181853.t4IIrucD066404@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: riggs set sender to riggs@FreeBSD.org using -f From: Thomas Zander Date: Mon, 18 May 2015 18:53:56 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r386701 - in branches/2015Q2/graphics/gx: . files X-SVN-Group: ports-branches MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-branches@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for all the branches of the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 18 May 2015 18:53:56 -0000 Author: riggs Date: Mon May 18 18:53:55 2015 New Revision: 386701 URL: https://svnweb.freebsd.org/changeset/ports/386701 Log: MFH: r385958 - Un-break build; distfile is now fetchable again (new MASTER_SITES) - New port maintainer: Chris Hutchinson - Add LICENSE - Use PLIST_FILES instead of pkg-plist - Bump PORTREVISION - Update pkg-descr - Pet portlint PR: 199468 Submitted by: portmaster@bsdforge.com (maintainer) Reviewed by: riggs Approved by: ports-secteam (delphij) Added: branches/2015Q2/graphics/gx/files/ - copied from r385958, head/graphics/gx/files/ Deleted: branches/2015Q2/graphics/gx/pkg-plist Modified: branches/2015Q2/graphics/gx/Makefile branches/2015Q2/graphics/gx/pkg-descr Directory Properties: branches/2015Q2/ (props changed) Modified: branches/2015Q2/graphics/gx/Makefile ============================================================================== --- branches/2015Q2/graphics/gx/Makefile Mon May 18 18:49:20 2015 (r386700) +++ branches/2015Q2/graphics/gx/Makefile Mon May 18 18:53:55 2015 (r386701) @@ -3,19 +3,24 @@ PORTNAME= gx PORTVERSION= 0.4.0 -PORTREVISION= 7 +PORTREVISION= 8 CATEGORIES= graphics -MASTER_SITES= http://perticone.homelinux.net/sergio/c++/gx/src/ +MASTER_SITES= http://BSDforge.com/projects/source/graphics/gx/ -MAINTAINER= ports@FreeBSD.org +MAINTAINER= portmaster@BSDforge.com COMMENT= Lightweight image viewer -BROKEN= No public distfiles +LICENSE= BSD2CLAUSE LIB_DEPENDS= libgnomevfsmm-2.6.so:${PORTSDIR}/devel/gnome-vfsmm -USES= gettext pkgconfig +USES= desktop-file-utils gettext pkgconfig USE_GNOME= gconfmm26 gtkmm24 GNU_CONFIGURE= yes +PLIST_FILES= bin/gx \ + share/applications/gx.desktop \ + share/pixmaps/gx.png \ + share/pixmaps/gx_logo.png \ + .include Modified: branches/2015Q2/graphics/gx/pkg-descr ============================================================================== --- branches/2015Q2/graphics/gx/pkg-descr Mon May 18 18:49:20 2015 (r386700) +++ branches/2015Q2/graphics/gx/pkg-descr Mon May 18 18:53:55 2015 (r386701) @@ -1,2 +1,4 @@ -gx is a small image viewer for Unix written in C++ (using gtkmm). It -can rotate, rescale, and zoom in/out an image. +gx is a small image viewer for UNIX like systems. It's written +in C++ (using gtkmm). It can rotate, rescale, and zoom images. + +WWW: http://BSDforge.com/projects/graphics/gx/