summaryrefslogtreecommitdiff
path: root/sysutils/thefish
diff options
context:
space:
mode:
Diffstat (limited to 'sysutils/thefish')
-rw-r--r--sysutils/thefish/Makefile21
-rw-r--r--sysutils/thefish/distinfo4
-rw-r--r--sysutils/thefish/files/patch-Makefile4
-rw-r--r--sysutils/thefish/files/patch-main.c8
-rw-r--r--sysutils/thefish/pkg-descr8
5 files changed, 22 insertions, 23 deletions
diff --git a/sysutils/thefish/Makefile b/sysutils/thefish/Makefile
index 4ff806f023e5..d29d12198e55 100644
--- a/sysutils/thefish/Makefile
+++ b/sysutils/thefish/Makefile
@@ -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 <bsd.port.options.mk>
@@ -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 <bsd.port.mk>
diff --git a/sysutils/thefish/distinfo b/sysutils/thefish/distinfo
index 73d8f21efa8b..7deced638353 100644
--- a/sysutils/thefish/distinfo
+++ b/sysutils/thefish/distinfo
@@ -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
diff --git a/sysutils/thefish/files/patch-Makefile b/sysutils/thefish/files/patch-Makefile
index 4c816c4abeb8..09ede186f8af 100644
--- a/sysutils/thefish/files/patch-Makefile
+++ b/sysutils/thefish/files/patch-Makefile
@@ -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
diff --git a/sysutils/thefish/files/patch-main.c b/sysutils/thefish/files/patch-main.c
index e9aa10260e18..3d0b82955764 100644
--- a/sysutils/thefish/files/patch-main.c
+++ b/sysutils/thefish/files/patch-main.c
@@ -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
diff --git a/sysutils/thefish/pkg-descr b/sysutils/thefish/pkg-descr
index 06c29f40ff13..985f729fb53f 100644
--- a/sysutils/thefish/pkg-descr
+++ b/sysutils/thefish/pkg-descr
@@ -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