most recent changes, diff for ghex

Index: gnome/ghex/Portfile
--- gnome/ghex/Portfile (revision 41386)
+++ gnome/ghex/Portfile (revision 41387)
@@ -1,8 +1,10 @@
# $Id$

PortSystem 1.0
+
name ghex
-version 2.6.0
+version 2.22.0
+set branch [join [lrange [split ${version} .] 0 1] .]
description GHex - a binary editor.
long_description GHex allows the user to load data from any file, \
view and edit it in either hex or ascii. A must for \
@@ -11,9 +13,10 @@
categories gnome
platforms darwin
homepage http://www.gnome.org/
-master_sites gnome:sources/ghex/2.6/
+master_sites gnome:sources/${name}/${branch}/
use_bzip2 yes
-checksums md5 a8df77d7f571503005a0bf42222a338a
-depends_lib lib:libgnomeprintui-2-2:libgnomeprintui
+checksums md5 6f1ee7a56f7dd04bfba5ee74a639948a \
+ sha1 22764d71a8932c09b3e10baed13c3a5d7948aed4
+depends_lib port:libgnomeprintui
configure.cppflags-append "-L${prefix}/lib"
-configure.cflags-append "-no-cpp-precomp -flat_namespace -undefined suppress"
+configure.cflags-append -no-cpp-precomp