Date: Tue, 23 Jul 2013 02:34:01 +0000 (UTC) From: Soeren Straarup <xride@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r323506 - head/sysutils/geomgui Message-ID: <201307230234.r6N2Y1LO020450@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201307230234.r6N2Y1LO020450>