Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 5 Jun 2003 18:19:58 +0200
From:      "Miguel Mendez" <flynn@energyhq.es.eu.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/52969: [Maintainer Update] sysutils/thefish to 0.4
Message-ID:  1054829998@scienide.energyhq.es.eu.org
Resent-Message-ID: <200306051620.h55GK9Bq058026@freefall.freebsd.org>

| raw e-mail | index | archive | help

>Number:         52969
>Category:       ports
>Synopsis:       [Maintainer Update] sysutils/thefish to 0.4
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Thu Jun 05 09:20:09 PDT 2003
>Closed-Date:
>Last-Modified:
>Originator:     Miguel Mendez
>Release:        FreeBSD 5.1-RELEASE i386
>Organization:
>Environment:


System: FreeBSD scienide.energyhq.es.eu.org 5.1-RELEASE FreeBSD 5.1-RELEASE #0: Thu Jun  5 12:55:55 CEST 2003     root@scienide.energyhq.es.eu.org:/usr/obj/usr/src/sys/SCIENIDE i386  


>Description:


Welcome to The Fish 0.4 "Zion"

0.3.5 -> 0.4

General code cleanup.
The parser was rewritten from scratch using lex.
Minor enhancements in the ncurses UI.



>How-To-Repeat:





>Fix:


--- thefish.diff begins here ---
diff -ruN thefish.old/Makefile thefish/Makefile
--- thefish.old/Makefile	Mon Jun  2 03:31:55 2003
+++ thefish/Makefile	Thu Jun  5 18:13:37 2003
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	thefish
-PORTVERSION=	0.3.5
+PORTVERSION=	0.4
 CATEGORIES=	sysutils
 MASTER_SITES=	http://www.energyhq.es.eu.org/files/
 
@@ -24,7 +24,9 @@
 MAN1=		thefish.1
 
 pre-everything::
+.if !defined(WITHOUT_X11) && !defined(NO_GUI)
 	@${CAT} ${PKGMESSAGE}
+.endif
 
 do-install:
 	@${INSTALL_PROGRAM} ${WRKSRC}/thefish ${PREFIX}/bin
diff -ruN thefish.old/distinfo thefish/distinfo
--- thefish.old/distinfo	Mon Jun  2 03:31:55 2003
+++ thefish/distinfo	Thu Jun  5 18:13:39 2003
@@ -1 +1 @@
-MD5 (thefish-0.3.5.tar.gz) = 0bb4dfed11b00f53cbf7190c1630a5bc
+MD5 (thefish-0.4.tar.gz) = 64245c60fb49f95294a80b917c5141a6
--- thefish.diff ends here ---



>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?1054829998>