[136347] users/devans/GNOME-3/stable/dports/gnome/zenity

devans at macports.org devans at macports.org
Fri May 15 01:48:20 PDT 2015


Revision: 136347
          https://trac.macports.org/changeset/136347
Author:   devans at macports.org
Date:     2015-05-15 01:48:19 -0700 (Fri, 15 May 2015)
Log Message:
-----------
GNOME-3/stable: zenity, update to version 3.16.2, dependencies, no longer uses intltool, minimize compile warnings.

Modified Paths:
--------------
    users/devans/GNOME-3/stable/dports/gnome/zenity/Portfile

Removed Paths:
-------------
    users/devans/GNOME-3/stable/dports/gnome/zenity/files/

Modified: users/devans/GNOME-3/stable/dports/gnome/zenity/Portfile
===================================================================
--- users/devans/GNOME-3/stable/dports/gnome/zenity/Portfile	2015-05-15 08:45:37 UTC (rev 136346)
+++ users/devans/GNOME-3/stable/dports/gnome/zenity/Portfile	2015-05-15 08:48:19 UTC (rev 136347)
@@ -4,7 +4,7 @@
 PortSystem          1.0
 
 name                zenity
-version             3.14.0
+version             3.16.2
 set branch          [join [lrange [split ${version} .] 0 1] .]
 description         zenity allows you to display dialog boxes from the commandline.
 long_description    This is zenity - a rewrite of gdialog, the GNOME port of dialog which \
@@ -18,12 +18,10 @@
 
 use_xz              yes
 
-checksums           rmd160  eda0f0d4fb0db4d1b24e7ad23e05a75a3f3c7775 \
-                    sha256  6b57ec6c456af17714dc366e63dabb8bbe0577878b61907805f0186d4d2b892f
+checksums           rmd160  0aab1e21431f9c0348a2a448d4d48e664148834e \
+                    sha256  4d38d969a976e5ad79209fbea6dce9222f4478098199a2c52c3e46b1393ea844
 
 depends_build       port:pkgconfig \
-                    port:intltool \
-                    port:gtk-doc \
                     port:yelp-tools \
                     port:itstool \
                     port:gnome-common \
@@ -32,19 +30,13 @@
                     port:libtool
 
 depends_lib         port:gtk3 \
+                    port:gettext \
                     port:libnotify \
                     path:lib/pkgconfig/webkitgtk-3.0.pc:webkit-gtk3
 
-# reconfigure using upstream autogen.sh for intltool 0.51 compatibility
+configure.args      --enable-compile-warnings=minimum \
+                    --disable-silent-rules
 
-post-patch {
-    xinstall -m 755 ${filespath}/autogen.sh ${worksrcpath}
-}
-
-configure.cmd       ./autogen.sh
-
-configure.args      --disable-silent-rules
-
 platform darwin {
     if {${configure.cxx_stdlib} eq "libstdc++"} {
        depends_lib-delete path:lib/pkgconfig/webkitgtk-3.0.pc:webkit-gtk3
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20150515/0692e2ec/attachment-0001.html>


More information about the macports-changes mailing list