diff options
author | ijliao <ijliao@FreeBSD.org> | 2003-05-12 08:08:53 +0000 |
---|---|---|
committer | ijliao <ijliao@FreeBSD.org> | 2003-05-12 08:08:53 +0000 |
commit | 8f2e382a6377dbff5886f0752ae4241479273659 (patch) | |
tree | 461ad5a7724d46e2c15b9e1a768aa8ddc46d7dd1 /sysutils | |
parent | 537827aa2d22c7aac23c2907d02de6ac6f5af55c (diff) | |
download | FreeBSD-ports-8f2e382a6377dbff5886f0752ae4241479273659.zip FreeBSD-ports-8f2e382a6377dbff5886f0752ae4241479273659.tar.gz |
upgrade to 0.3.3
PR: 51883
Submitted by: maintainer
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/thefish/Makefile | 7 | ||||
-rw-r--r-- | sysutils/thefish/distinfo | 2 | ||||
-rw-r--r-- | sysutils/thefish/pkg-descr | 2 | ||||
-rw-r--r-- | sysutils/thefish/pkg-message | 1 |
4 files changed, 3 insertions, 9 deletions
diff --git a/sysutils/thefish/Makefile b/sysutils/thefish/Makefile index 6f97c11..455d035 100644 --- a/sysutils/thefish/Makefile +++ b/sysutils/thefish/Makefile @@ -6,7 +6,7 @@ # PORTNAME= thefish -PORTVERSION= 0.3.2 +PORTVERSION= 0.3.3 CATEGORIES= sysutils MASTER_SITES= http://www.energyhq.es.eu.org/files/ @@ -21,11 +21,6 @@ USE_GNOME= gtk20 USE_X_PREFIX= yes .endif -.if defined(WITH_CDK) -LIB_DEPENDS= cdk:${PORTSDIR}/devel/cdk -MAKE_ENV+= WITH_CDK=yes -.endif - MAN1= thefish.1 pre-everything:: diff --git a/sysutils/thefish/distinfo b/sysutils/thefish/distinfo index 2586350..48b74aa 100644 --- a/sysutils/thefish/distinfo +++ b/sysutils/thefish/distinfo @@ -1 +1 @@ -MD5 (thefish-0.3.2.tar.gz) = e2a9e11b9011b8eb75da3ca0cdc51668 +MD5 (thefish-0.3.3.tar.gz) = f4928cccd263722156db4e110d975cc5 diff --git a/sysutils/thefish/pkg-descr b/sysutils/thefish/pkg-descr index af7e5af..b19a691 100644 --- a/sysutils/thefish/pkg-descr +++ b/sysutils/thefish/pkg-descr @@ -4,6 +4,6 @@ testing purposes, or, for users that need to have different configurations, the program honours two environment variables: FISH_RC_DEFAULTS and FISH_RC. -WWW: http://energyhq.homeip.net/brain.html +WWW: http://www.energyhq.es.eu.org/thefish.html -Miguel Mendez <flynn@energyhq.es.eu.org> diff --git a/sysutils/thefish/pkg-message b/sysutils/thefish/pkg-message index 826ea41..6d9112b 100644 --- a/sysutils/thefish/pkg-message +++ b/sysutils/thefish/pkg-message @@ -1,4 +1,3 @@ *********************************************************************** To build The Fish without the GTK+ UI, define NO_GUI or WITHOUT_X11 -To enable the new (experimental) CDK console UI, define WITH_CDK *********************************************************************** |