aboutsummaryrefslogtreecommitdiffstats
path: root/sysutils
diff options
context:
space:
mode:
authorpav <pav@FreeBSD.org>2007-12-18 21:35:37 +0800
committerpav <pav@FreeBSD.org>2007-12-18 21:35:37 +0800
commit3eb63c212d7a4658d7dc7a321a9797b782d6cb31 (patch)
tree2bd4fdb3673d498d5803365276709efc300ba751 /sysutils
parent6693860abec091a4bd7afebe83710df4cd340f07 (diff)
downloadfreebsd-ports-gnome-3eb63c212d7a4658d7dc7a321a9797b782d6cb31.tar.gz
freebsd-ports-gnome-3eb63c212d7a4658d7dc7a321a9797b782d6cb31.tar.zst
freebsd-ports-gnome-3eb63c212d7a4658d7dc7a321a9797b782d6cb31.zip
- Update to 0.6.6
- Take back maintainership PR: ports/118816 Submitted by: Miguel Mendez <mmendez@energyhq.be>
Diffstat (limited to 'sysutils')
-rw-r--r--sysutils/thefish/Makefile8
-rw-r--r--sysutils/thefish/distinfo6
-rw-r--r--sysutils/thefish/pkg-descr4
3 files changed, 9 insertions, 9 deletions
diff --git a/sysutils/thefish/Makefile b/sysutils/thefish/Makefile
index e6eef0d9a306..ecf3e2566964 100644
--- a/sysutils/thefish/Makefile
+++ b/sysutils/thefish/Makefile
@@ -6,12 +6,12 @@
#
PORTNAME= thefish
-PORTVERSION= 0.6.5
-PORTREVISION= 2
+PORTVERSION= 0.6.6
CATEGORIES= sysutils
-MASTER_SITES= http://www.energyhq.es.eu.org/files/
+MASTER_SITES= ${MASTER_SITE_BERLIOS}
+MASTER_SITE_SUBDIR= ${PORTNAME}
-MAINTAINER= ports@FreeBSD.org
+MAINTAINER= mmendez@energyhq.be
COMMENT= Qt/Gtk+/ncurses rc.conf editor/management tool
MAKE_ENV= PTHREAD_LIBS="${PTHREAD_LIBS}" \
diff --git a/sysutils/thefish/distinfo b/sysutils/thefish/distinfo
index 1f568d7ae786..1a9d1dc72705 100644
--- a/sysutils/thefish/distinfo
+++ b/sysutils/thefish/distinfo
@@ -1,3 +1,3 @@
-MD5 (thefish-0.6.5.tar.gz) = 4413c0e84fb4323dec984d925d8b7208
-SHA256 (thefish-0.6.5.tar.gz) = 9d63b1f6d4ee46a1ce93d22b45d763dfb8e71521e9c2ad6fa63ec2a75d1a86cd
-SIZE (thefish-0.6.5.tar.gz) = 42590
+MD5 (thefish-0.6.6.tar.gz) = 96505d57aab14172a0ee291cd1e7e722
+SHA256 (thefish-0.6.6.tar.gz) = 4a3a20d84890ef9b0495e88b32ac4cf4f8c9cfbd1e9c1cb8e4688c74df339a32
+SIZE (thefish-0.6.6.tar.gz) = 42750
diff --git a/sysutils/thefish/pkg-descr b/sysutils/thefish/pkg-descr
index fdbe470aefb7..16a1e0157b05 100644
--- a/sysutils/thefish/pkg-descr
+++ b/sysutils/thefish/pkg-descr
@@ -2,6 +2,6 @@ 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.
-WWW: http://www.energyhq.es.eu.org/thefish.html
+WWW: http://thefish.berlios.de
--Miguel Mendez <flynn@energyhq.es.eu.org>
+-Miguel Mendez <mmendez@energyhq.be>