[51504] trunk/dports/gnome/ghex/Portfile

devans at macports.org devans at macports.org
Tue May 26 19:59:21 PDT 2009


Revision: 51504
          http://trac.macports.org/changeset/51504
Author:   devans at macports.org
Date:     2009-05-26 19:59:21 -0700 (Tue, 26 May 2009)
Log Message:
-----------
ghex:

  * update to version 2.24.0
  * update dependencies, configuration
  * update/install gconf schemas post activate
  * fix livecheck, add modeline, lint

Modified Paths:
--------------
    trunk/dports/gnome/ghex/Portfile

Modified: trunk/dports/gnome/ghex/Portfile
===================================================================
--- trunk/dports/gnome/ghex/Portfile	2009-05-27 02:07:39 UTC (rev 51503)
+++ trunk/dports/gnome/ghex/Portfile	2009-05-27 02:59:21 UTC (rev 51504)
@@ -1,3 +1,4 @@
+# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:filetype=tcl:et:sw=4:ts=4:sts=4
 # $Id$
 
 PortSystem 1.0
@@ -3,5 +4,5 @@
 
 name		ghex
-version		2.22.0
+version		2.24.0
 set branch  [join [lrange [split ${version} .] 0 1] .]
 description	GHex - a binary editor.
@@ -10,13 +11,36 @@
 			view and edit it in either hex or ascii. A must for \
 			anyone playing games that use non-ascii format for saving.
 maintainers	nomaintainer
-categories	gnome 
-platforms	darwin 
+categories	gnome
+platforms	darwin
 homepage	http://www.gnome.org/
 master_sites    gnome:sources/${name}/${branch}/
+
 use_bzip2	yes
-checksums	md5 6f1ee7a56f7dd04bfba5ee74a639948a \
-			sha1 22764d71a8932c09b3e10baed13c3a5d7948aed4
-depends_lib	port:libgnomeprintui
-configure.cppflags-append "-L${prefix}/lib"
+
+checksums       md5     982b2a4e70e80d2166bcc782e989889c \
+                sha1    6fd8e0df1cb6fb9fcf60cfa2bc88877713e4366c \
+                rmd160  dfdcf1eda509246f805ab593cf4a3e8a06e831d7
+
+depends_build   port:pkgconfig \
+                port:intltool \
+                port:p5-xml-parser \
+                port:gnome-doc-utils
+
+depends_lib	port:libgnomeprintui \
+                port:libgnomeui
+
+configure.args  --disable-schemas-install \
+                --disable-scrollkeeper
+
 configure.cflags-append -no-cpp-precomp
+
+post-activate {
+   system "scrollkeeper-update"
+   system "export GCONF_CONFIG_SOURCE=`gconftool-2 --get-default-source` && \
+        gconftool-2 --makefile-install-rule ${prefix}/etc/gconf/schemas/*.schemas"
+}
+
+livecheck.check regex
+livecheck.url   http://ftp.gnome.org/pub/gnome/sources/${name}/${branch}/
+livecheck.regex {LATEST-IS-(\d+(?:\.\d+)*)}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090526/2031aeb1/attachment.html>


More information about the macports-changes mailing list