From owner-svn-ports-head@FreeBSD.ORG Tue Jul 23 02:34:02 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 184226EC; Tue, 23 Jul 2013 02:34:02 +0000 (UTC) (envelope-from xride@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 DF7482030; Tue, 23 Jul 2013 02:34:01 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r6N2Y16Q020454; Tue, 23 Jul 2013 02:34:01 GMT (envelope-from xride@svn.freebsd.org) Received: (from xride@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r6N2Y1LO020450; Tue, 23 Jul 2013 02:34:01 GMT (envelope-from xride@svn.freebsd.org) Message-Id: <201307230234.r6N2Y1LO020450@svn.freebsd.org> From: Soeren Straarup Date: Tue, 23 Jul 2013 02:34:01 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r323506 - head/sysutils/geomgui 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: Tue, 23 Jul 2013 02:34:02 -0000 Author: xride Date: Tue Jul 23 02:34:00 2013 New Revision: 323506 URL: http://svnweb.freebsd.org/changeset/ports/323506 Log: Fix the BROKEN things in the geomgui project. Updating the distfile location. Modified: head/sysutils/geomgui/Makefile head/sysutils/geomgui/distinfo (contents, props changed) head/sysutils/geomgui/pkg-descr (contents, props changed) Modified: head/sysutils/geomgui/Makefile ============================================================================== --- head/sysutils/geomgui/Makefile Tue Jul 23 02:12:06 2013 (r323505) +++ head/sysutils/geomgui/Makefile Tue Jul 23 02:34:00 2013 (r323506) @@ -6,20 +6,18 @@ # PORTNAME= geomgui -PORTVERSION= 0.12 -PORTREVISION= 9 +PORTVERSION= 0.13 CATEGORIES= sysutils -MASTER_SITES= http://geomgui.xride.dk/files/ \ +MASTER_SITES= http://tinkering.hambrew.net/geomgui/ \ ${MASTER_SITE_LOCAL} MASTER_SITE_SUBDIR= xride +USE_BZIP2= yes MAINTAINER= xride@FreeBSD.org COMMENT= Viewer for kernel geom layer LIB_DEPENDS= gvc:${PORTSDIR}/graphics/graphviz -BROKEN= does not build - USE_AUTOTOOLS= libtool USE_GNOME= gtk20 librsvg2 USES= iconv Modified: head/sysutils/geomgui/distinfo ============================================================================== --- head/sysutils/geomgui/distinfo Tue Jul 23 02:12:06 2013 (r323505) +++ head/sysutils/geomgui/distinfo Tue Jul 23 02:34:00 2013 (r323506) @@ -1,2 +1,2 @@ -SHA256 (geomgui-0.12.tar.gz) = dc39946763ed1bd2a869eb5eee2f9ad3e8abf1aa5e09a5882160bca57e92bb37 -SIZE (geomgui-0.12.tar.gz) = 7617 +SHA256 (geomgui-0.13.tar.bz2) = cc8cabb49013f932545c6c946af9f134d28d6c582742de44120af71ba6ca328d +SIZE (geomgui-0.13.tar.bz2) = 8070 Modified: head/sysutils/geomgui/pkg-descr ============================================================================== --- head/sysutils/geomgui/pkg-descr Tue Jul 23 02:12:06 2013 (r323505) +++ head/sysutils/geomgui/pkg-descr Tue Jul 23 02:34:00 2013 (r323506) @@ -3,4 +3,4 @@ It can show the geom layout on the host a remote system via ssh. It has the same arrow key bindings as fx, vi, (h,j,k and l)and uses z to soom out and Z to zoom in, u is for updating. -WWW: http://geomgui.xride.dk +WWW: http://tinkering.hambrew.net/geomgui