[140890] trunk/dports/gnome/ghex

devans at macports.org devans at macports.org
Sun Oct 4 12:47:29 PDT 2015


Revision: 140890
          https://trac.macports.org/changeset/140890
Author:   devans at macports.org
Date:     2015-10-04 12:47:29 -0700 (Sun, 04 Oct 2015)
Log Message:
-----------
ghex: update to version 3.18.0, disable silent rules, minimize compiler warnings.

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

Property Changed:
----------------
    trunk/dports/gnome/ghex/


Property changes on: trunk/dports/gnome/ghex
___________________________________________________________________
Modified: svn:mergeinfo
   - /users/devans/GNOME-3/stable/dports/gnome/ghex:119419-139896
   + /users/devans/GNOME-3/stable/dports/gnome/ghex:119419-140741
/users/devans/GNOME-3/unstable/dports/gnome/ghex:139898-140567

Modified: trunk/dports/gnome/ghex/Portfile
===================================================================
--- trunk/dports/gnome/ghex/Portfile	2015-10-04 19:47:28 UTC (rev 140889)
+++ trunk/dports/gnome/ghex/Portfile	2015-10-04 19:47:29 UTC (rev 140890)
@@ -4,8 +4,7 @@
 PortSystem          1.0
 
 name                ghex
-version             3.10.1
-revision            1
+version             3.18.0
 license             GPL-2+
 set branch          [join [lrange [split ${version} .] 0 1] .]
 description         GHex - a binary editor.
@@ -20,8 +19,8 @@
 
 use_xz              yes
 
-checksums           rmd160  3873579075c035627fdc9d901977df40f0ae68b9 \
-                    sha256  34b66cb5c84410c420df72f229d25aee5979e58048a246ed719b046f0c241132
+checksums           rmd160  b307b493e8800e9bef812ac785a9cd6aab6dcc9c \
+                    sha256  c5b1eb50a8dd1334880b37617871498b778ea137f79bb43894ec68e4f63dc925
 
 depends_build       port:pkgconfig \
                     port:intltool \
@@ -48,11 +47,10 @@
 
 configure.cmd       ./autogen.sh
 
-configure.cflags-append \
-                    -Wno-format-nonliteral
+configure.args      --disable-silent-rules \
+                    --enable-compile-warnings=minimum \
+                    --disable-schemas-compile
 
-configure.args      --disable-schemas-compile
-
 post-activate {
     system "${prefix}/bin/update-desktop-database ${prefix}/share/applications"
     system "${prefix}/bin/gtk-update-icon-cache-3.0 -f -t ${prefix}/share/icons/hicolor"
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20151004/a8589e58/attachment.html>


More information about the macports-changes mailing list