From owner-svn-ports-all@freebsd.org Sat Nov 21 03:45:24 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 37C18A34FE1; Sat, 21 Nov 2015 03:45:24 +0000 (UTC) (envelope-from pi@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::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 107921923; Sat, 21 Nov 2015 03:45:23 +0000 (UTC) (envelope-from pi@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tAL3jNCp041053; Sat, 21 Nov 2015 03:45:23 GMT (envelope-from pi@FreeBSD.org) Received: (from pi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tAL3jMMt041048; Sat, 21 Nov 2015 03:45:22 GMT (envelope-from pi@FreeBSD.org) Message-Id: <201511210345.tAL3jMMt041048@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: pi set sender to pi@FreeBSD.org using -f From: Kurt Jaeger Date: Sat, 21 Nov 2015 03:45:22 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r402133 - in head/sysutils/thefish: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 21 Nov 2015 03:45:24 -0000 Author: pi Date: Sat Nov 21 03:45:22 2015 New Revision: 402133 URL: https://svnweb.freebsd.org/changeset/ports/402133 Log: sysutils/thefish: 0.6.6 -> 0.6.7 - unbreak: upgrade, make fetchable, submitter becomes maintainer PR: 204408 Submitted by: Chris Hutchinson Modified: head/sysutils/thefish/Makefile head/sysutils/thefish/distinfo head/sysutils/thefish/files/patch-Makefile head/sysutils/thefish/files/patch-main.c head/sysutils/thefish/pkg-descr Modified: head/sysutils/thefish/Makefile ============================================================================== --- head/sysutils/thefish/Makefile Sat Nov 21 03:35:01 2015 (r402132) +++ head/sysutils/thefish/Makefile Sat Nov 21 03:45:22 2015 (r402133) @@ -2,22 +2,21 @@ # $FreeBSD$ PORTNAME= thefish -PORTVERSION= 0.6.6 -PORTREVISION= 6 +PORTVERSION= 0.6.7 CATEGORIES= sysutils -MASTER_SITES= SF/${PORTNAME} +MASTER_SITES= http://BSDforge.com/projects/source/sysutils/thefish/ -MAINTAINER= ports@FreeBSD.org +MAINTAINER= portmaster@BSDforge.com COMMENT= Gtk+/ncurses rc.conf editor/management tool -BROKEN= unfetchable +LICENSE= BSD2CLAUSE -USES= pkgconfig +USES= pkgconfig tar:xz WANT_GNOME= yes -#OPTIONS_SINGLE= X11 -#OPTIONS_SINGLE_X11= GTK2 -#OPTIONS_DEFAULT= GTK2 +OPTIONS_SINGLE= X11 +OPTIONS_SINGLE_X11= GTK2 +OPTIONS_DEFAULT= GTK2 .include @@ -29,7 +28,7 @@ MAKE_ENV+= WITH_GTK=yes PLIST_FILES= bin/thefish man/man1/thefish.1.gz do-install: - @${INSTALL_PROGRAM} ${WRKSRC}/thefish ${STAGEDIR}${PREFIX}/bin - @${INSTALL_MAN} ${WRKSRC}/thefish.1 ${STAGEDIR}${PREFIX}/man/man1 + ${INSTALL_PROGRAM} ${WRKSRC}/thefish ${STAGEDIR}${PREFIX}/bin + ${INSTALL_MAN} ${WRKSRC}/thefish.1 ${STAGEDIR}${PREFIX}/man/man1 .include Modified: head/sysutils/thefish/distinfo ============================================================================== --- head/sysutils/thefish/distinfo Sat Nov 21 03:35:01 2015 (r402132) +++ head/sysutils/thefish/distinfo Sat Nov 21 03:45:22 2015 (r402133) @@ -1,2 +1,2 @@ -SHA256 (thefish-0.6.6.tar.gz) = 4a3a20d84890ef9b0495e88b32ac4cf4f8c9cfbd1e9c1cb8e4688c74df339a32 -SIZE (thefish-0.6.6.tar.gz) = 42750 +SHA256 (thefish-0.6.7.tar.xz) = bd40e18d564f799ca0ee814256b6da7bed387d45bcd9c71b901245c53fa39089 +SIZE (thefish-0.6.7.tar.xz) = 33364 Modified: head/sysutils/thefish/files/patch-Makefile ============================================================================== --- head/sysutils/thefish/files/patch-Makefile Sat Nov 21 03:35:01 2015 (r402132) +++ head/sysutils/thefish/files/patch-Makefile Sat Nov 21 03:45:22 2015 (r402133) @@ -1,5 +1,5 @@ ---- Makefile.orig 2013-02-18 10:27:09.000000000 +0100 -+++ Makefile 2013-02-18 10:28:21.000000000 +0100 +--- Makefile.orig 2015-11-09 12:52:16.212487000 -0800 ++++ Makefile 2015-11-09 12:55:18.251402000 -0800 @@ -19,11 +19,11 @@ CXXFLAGS+= -Wall -g -DWITH_QT -I$(X11BASE)/include .endif Modified: head/sysutils/thefish/files/patch-main.c ============================================================================== --- head/sysutils/thefish/files/patch-main.c Sat Nov 21 03:35:01 2015 (r402132) +++ head/sysutils/thefish/files/patch-main.c Sat Nov 21 03:45:22 2015 (r402133) @@ -1,6 +1,6 @@ ---- main.c.orig 2013-02-18 10:27:42.000000000 +0100 -+++ main.c 2013-02-18 10:28:04.000000000 +0100 -@@ -48,8 +48,6 @@ +--- main.c.orig 2015-11-09 12:50:35.505718000 -0800 ++++ main.c 2015-11-09 12:51:47.774569000 -0800 +@@ -49,8 +49,6 @@ #include "qt_ui.h" #endif @@ -9,7 +9,7 @@ static void usage(void); static void about(void); void purge(void); -@@ -181,10 +179,6 @@ +@@ -182,10 +180,6 @@ argc, argv); #endif Modified: head/sysutils/thefish/pkg-descr ============================================================================== --- head/sysutils/thefish/pkg-descr Sat Nov 21 03:35:01 2015 (r402132) +++ head/sysutils/thefish/pkg-descr Sat Nov 21 03:45:22 2015 (r402133) @@ -1,5 +1,5 @@ -The Fish provides a graphical tool (with GTK+, Qt and ncurses frotends) to -manage and edit system variables stored in /etc/defaults/rc.conf and -/etc/rc.conf. +The Fish provides a graphical UI (with GTK+, Qt and ncurses frontends) +to manage and edit system variables stored in /etc/defaults/rc.conf +and /etc/rc.conf. -WWW: http://thefish.berlios.de +WWW: http://BSDforge.com/projects/sysutils/thefish