diff options
author | pat <pat@FreeBSD.org> | 2002-04-14 23:14:32 +0000 |
---|---|---|
committer | pat <pat@FreeBSD.org> | 2002-04-14 23:14:32 +0000 |
commit | 2a9e07a4376ef3ccf920344f0a25bf7f334caf67 (patch) | |
tree | 86fba6f26a66b9c906b722466e136f2fcc00086b /sysutils/thefish | |
parent | 024cb2be315ef75ab76e75b49319e111d81ba710 (diff) | |
download | FreeBSD-ports-2a9e07a4376ef3ccf920344f0a25bf7f334caf67.zip FreeBSD-ports-2a9e07a4376ef3ccf920344f0a25bf7f334caf67.tar.gz |
Update to 0.2
PR: 37075
Submitted by: maintainer
Diffstat (limited to 'sysutils/thefish')
-rw-r--r-- | sysutils/thefish/Makefile | 2 | ||||
-rw-r--r-- | sysutils/thefish/distinfo | 2 | ||||
-rw-r--r-- | sysutils/thefish/pkg-comment | 2 | ||||
-rw-r--r-- | sysutils/thefish/pkg-descr | 4 |
4 files changed, 5 insertions, 5 deletions
diff --git a/sysutils/thefish/Makefile b/sysutils/thefish/Makefile index 5aa5fb4..056968c 100644 --- a/sysutils/thefish/Makefile +++ b/sysutils/thefish/Makefile @@ -6,7 +6,7 @@ # PORTNAME= thefish -PORTVERSION= 0.1.1 +PORTVERSION= 0.2 CATEGORIES= sysutils MASTER_SITES= http://energyhq.homeip.net/files/ diff --git a/sysutils/thefish/distinfo b/sysutils/thefish/distinfo index 6d4f520..46ea186 100644 --- a/sysutils/thefish/distinfo +++ b/sysutils/thefish/distinfo @@ -1 +1 @@ -MD5 (thefish-0.1.1.tar.gz) = bf66f1d06a6b88169e504c8e0b31ae2d +MD5 (thefish-0.2.tar.gz) = fa99013531f9c3c4d215846e0741dc2e diff --git a/sysutils/thefish/pkg-comment b/sysutils/thefish/pkg-comment index 9e6aa50..a0a72b7 100644 --- a/sysutils/thefish/pkg-comment +++ b/sysutils/thefish/pkg-comment @@ -1 +1 @@ -Gtk+ rc.conf editor/management tool +Gtk+/ncurses rc.conf editor/management tool diff --git a/sysutils/thefish/pkg-descr b/sysutils/thefish/pkg-descr index e072618..c7a157a 100644 --- a/sysutils/thefish/pkg-descr +++ b/sysutils/thefish/pkg-descr @@ -1,5 +1,5 @@ -The Fish provides a graphical tool (based on GTK) to manage and edit -system variables stored in /etc/defaults/rc.conf and /etc/rc.conf. For +The Fish provides a graphical tool (based on GTK and ncurses) to manage and +edit system variables stored in /etc/defaults/rc.conf and /etc/rc.conf. For testing purposes, or, for users that need to have different configurations, the program honours two environment variables: FISH_RC_DEFAULTS and FISH_RC. |