FreeBSD Bugzilla – Attachment 162938 Details for
Bug 204408
sysutils/thefish [UNBREAK]: make fetchable, upgrade, take MAINTAINER'ship
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
svn diff for sysutils/thefish
2015-11-09.diff (text/plain), 3.23 KB, created by
Chris Hutchinson
on 2015-11-09 21:26:55 UTC
(
hide
)
Description:
svn diff for sysutils/thefish
Filename:
MIME Type:
Creator:
Chris Hutchinson
Created:
2015-11-09 21:26:55 UTC
Size:
3.23 KB
patch
obsolete
>Index: thefish/Makefile >=================================================================== >--- thefish/Makefile (revision 401110) >+++ thefish/Makefile (working copy) >@@ -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 @@ > 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> >Index: thefish/distinfo >=================================================================== >--- thefish/distinfo (revision 401110) >+++ thefish/distinfo (working copy) >@@ -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 >Index: thefish/files/patch-Makefile >=================================================================== >--- thefish/files/patch-Makefile (revision 401110) >+++ thefish/files/patch-Makefile (working copy) >@@ -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 >Index: thefish/files/patch-main.c >=================================================================== >--- thefish/files/patch-main.c (revision 401110) >+++ thefish/files/patch-main.c (working copy) >@@ -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 > >Index: thefish/pkg-descr >=================================================================== >--- thefish/pkg-descr (revision 401110) >+++ thefish/pkg-descr (working copy) >@@ -1,5 +1,5 @@ >-The Fish provides a graphical tool (with GTK+, Qt and ncurses frotends) to >+The Fish provides a graphical UI (with GTK+, Qt and ncurses frotends) 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
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 204408
: 162938 |
162939