[41387] trunk/dports/gnome/ghex/Portfile
jmr at macports.org
jmr at macports.org
Sat Nov 1 03:19:13 PDT 2008
Revision: 41387
http://trac.macports.org/changeset/41387
Author: jmr at macports.org
Date: 2008-11-01 03:19:11 -0700 (Sat, 01 Nov 2008)
Log Message:
-----------
ghex: update to 2.22.0, don't use -flat_namespace or -undefined suppress, use port: style dependency
Modified Paths:
--------------
trunk/dports/gnome/ghex/Portfile
Modified: trunk/dports/gnome/ghex/Portfile
===================================================================
--- trunk/dports/gnome/ghex/Portfile 2008-11-01 10:13:24 UTC (rev 41386)
+++ trunk/dports/gnome/ghex/Portfile 2008-11-01 10:19:11 UTC (rev 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
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20081101/5441dd26/attachment.html>
More information about the macports-changes
mailing list