ports/78789: [Maintainer Update] sysutils/thefish to 0.6.5

Miguel Mendez flynn at energyhq.es.eu.org
Sun Mar 13 15:10:03 UTC 2005


>Number:         78789
>Category:       ports
>Synopsis:       [Maintainer Update] sysutils/thefish to 0.6.5
>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:   Sun Mar 13 15:10:02 GMT 2005
>Closed-Date:
>Last-Modified:
>Originator:     Miguel Mendez
>Release:        FreeBSD 5.4-PRERELEASE i386
>Organization:
>Environment:


System: FreeBSD 5.4-PRERELEASE #0: Mon Feb 28 20:41:06 CET 2005
    root at scienide.energyhq.es.eu.org:/usr/obj/usr/src/sys/SCIENIDE.SMP



>Description:


 Changelog

    0.6.4 -> 0.6.5

        * The frontend code now receives an RC_CONF struct instead of two RC_NODEs.
        * Two illegal memory writes detected by valgrind were fixed.
        * Parts of the code were edited to conform to FreeBSD's code style guide.
        * The GTK+ interface makes use of some GTK 2.6+ features if that version of the library is present.
        * The man page was updated.




>How-To-Repeat:





>Fix:


--- thefish.diff begins here ---
diff -ruN thefish.old/Makefile thefish/Makefile
--- thefish.old/Makefile	Sun Feb 13 00:07:45 2005
+++ thefish/Makefile	Sun Mar 13 15:56:26 2005
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	thefish
-PORTVERSION=	0.6.4
+PORTVERSION=	0.6.5
 CATEGORIES=	sysutils
 MASTER_SITES=	http://www.energyhq.es.eu.org/files/
 
@@ -37,7 +37,7 @@
 MAKE_ENV+=	NO_GUI=yes
 .endif
 
-.if defined(WITH_GTK)
+.if defined(WITH_GTK) || !defined(WITHOUT_GTK)
 USE_GNOME=	gtk20
 MAKE_ENV+=	WITH_GTK=yes
 .endif
diff -ruN thefish.old/distinfo thefish/distinfo
--- thefish.old/distinfo	Sun Feb 13 00:07:45 2005
+++ thefish/distinfo	Sun Mar 13 15:50:07 2005
@@ -1,2 +1,2 @@
-MD5 (thefish-0.6.4.tar.gz) = 0c48c211ea13a26ffb6815eba64464d8
-SIZE (thefish-0.6.4.tar.gz) = 42117
+MD5 (thefish-0.6.5.tar.gz) = 4413c0e84fb4323dec984d925d8b7208
+SIZE (thefish-0.6.5.tar.gz) = 42590
--- thefish.diff ends here ---



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



More information about the freebsd-ports-bugs mailing list