sysutils/thefish: 0.6.6 -> 0.6.7
- unbreak: upgrade, make fetchable, submitter becomes maintainer PR: 204408 Submitted by: Chris Hutchinson <portmaster@bsdforge.com>
This commit is contained in:
parent
25a6494c9f
commit
fb3729af07
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=402133
@ -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>
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user