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

devans at macports.org devans at macports.org
Thu Dec 19 12:22:59 PST 2013


Revision: 114969
          https://trac.macports.org/changeset/114969
Author:   devans at macports.org
Date:     2013-12-19 12:22:59 -0800 (Thu, 19 Dec 2013)
Log Message:
-----------
ghex: update to version 3.10.0, license, homepage.

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

Modified: trunk/dports/gnome/ghex/Portfile
===================================================================
--- trunk/dports/gnome/ghex/Portfile	2013-12-19 19:56:34 UTC (rev 114968)
+++ trunk/dports/gnome/ghex/Portfile	2013-12-19 20:22:59 UTC (rev 114969)
@@ -4,9 +4,8 @@
 PortSystem      1.0
 
 name            ghex
-version         2.24.0
-revision        1
-license         GPL-2
+version         3.10.0
+license         GPL-2+
 set branch      [join [lrange [split ${version} .] 0 1] .]
 description     GHex - a binary editor.
 long_description \
@@ -16,32 +15,35 @@
 maintainers     nomaintainer
 categories      gnome
 platforms       darwin
-homepage        http://www.gnome.org/
+homepage        https://wiki.gnome.org/Apps/Ghex
 master_sites    gnome:sources/${name}/${branch}/
 
-use_bzip2       yes
+use_xz          yes
 
-checksums       md5     982b2a4e70e80d2166bcc782e989889c \
-                sha1    6fd8e0df1cb6fb9fcf60cfa2bc88877713e4366c \
-                rmd160  dfdcf1eda509246f805ab593cf4a3e8a06e831d7
+checksums       rmd160  30153d2919a55a61e9943bac61cade132174d586 \
+                sha256  9c31383b1d32c8942ca0327c615336f5777309674c4fc090e8cceb1576c63255
 
 depends_build   port:pkgconfig \
                 port:intltool \
-                port:gnome-doc-utils
+                port:itstool \
+                port:yelp-tools
 
 depends_lib     port:desktop-file-utils \
-                port:libgnomeprintui \
-                port:libgnomeui
+                port:atk \
+                port:gtk3
 
-depends_run     port:yelp
+depends_run     port:yelp \
+                port:gnome-settings-daemon
 
-configure.args  --disable-schemas-install \
-                --disable-scrollkeeper
+configure.cflags-append \
+                -Wno-format-nonliteral
 
+configure.args  --disable-schemas-compile
+
 post-activate {
     system "${prefix}/bin/update-desktop-database ${prefix}/share/applications"
-    system "export GCONF_CONFIG_SOURCE=`gconftool-2 --get-default-source` && \
-        gconftool-2 --makefile-install-rule ${prefix}/etc/gconf/schemas/*.schemas"
+    system "${prefix}/bin/gtk-update-icon-cache-3.0 -f -t ${prefix}/share/icons/hicolor"
+    system "${prefix}/bin/glib-compile-schemas ${prefix}/share/glib-2.0/schemas"
 }
 
 livecheck.type  gnome
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20131219/a67ebcf1/attachment.html>


More information about the macports-changes mailing list