svn commit: r402133 - in head/sysutils/thefish: . files

Kurt Jaeger pi at FreeBSD.org
Sat Nov 21 03:45:24 UTC 2015


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 <portmaster at bsdforge.com>

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 at FreeBSD.org
+MAINTAINER=	portmaster at 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>

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


More information about the svn-ports-all mailing list