[136158] trunk/dports/gnome/gnome-dictionary

devans at macports.org devans at macports.org
Mon May 11 15:37:41 PDT 2015


Revision: 136158
          https://trac.macports.org/changeset/136158
Author:   devans at macports.org
Date:     2015-05-11 15:37:41 -0700 (Mon, 11 May 2015)
Log Message:
-----------
gnome-dictionary: update to version 3.16.1, reconfigure using upstream autogen.sh for intltool 0.51 compatibility.

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

Added Paths:
-----------
    trunk/dports/gnome/gnome-dictionary/files/

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


Property changes on: trunk/dports/gnome/gnome-dictionary
___________________________________________________________________
Modified: svn:mergeinfo
   - /branches/mld-qt-481/dports/gnome/gnome-dictionary:92720,92813,92891,92963,93522,93556,93699,93743,93771-93773,93806,93817-93818,93856
/users/devans/GNOME-3/stable/dports/gnome/gnome-dictionary:125850-132006
/users/rmstonecipher/gnome/gnome-dictionary:102363-103172
   + /branches/mld-qt-481/dports/gnome/gnome-dictionary:92720,92813,92891,92963,93522,93556,93699,93743,93771-93773,93806,93817-93818,93856
/users/devans/GNOME-3/stable/dports/gnome/gnome-dictionary:125850-136044
/users/devans/GNOME-3/unstable/dports/gnome/gnome-dictionary:133209-134529
/users/rmstonecipher/gnome/gnome-dictionary:102363-103172

Modified: trunk/dports/gnome/gnome-dictionary/Portfile
===================================================================
--- trunk/dports/gnome/gnome-dictionary/Portfile	2015-05-11 22:37:39 UTC (rev 136157)
+++ trunk/dports/gnome/gnome-dictionary/Portfile	2015-05-11 22:37:41 UTC (rev 136158)
@@ -2,9 +2,10 @@
 # $Id$
 
 PortSystem          1.0
+PortGroup           gobject_introspection 1.0
 
 name                gnome-dictionary
-version             3.14.2
+version             3.16.1
 license             GPL-2 GFDL-1.1 LGPL-2.1
 set branch          [join [lrange [split ${version} .] 0 1] .]
 description         GNOME dictionary application.
@@ -19,13 +20,17 @@
 
 use_xz              yes
 
-checksums           rmd160  39205d8690b8e866393b95531f9af325a12d9ac7 \
-                    sha256  2f2a0293c5de83f624cead84d7bb3f93d30a30554640926bb2db9c4944840f82
+checksums           rmd160  70828786ceb0bce74a5d6a0597663c6fc3399693 \
+                    sha256  4fb1d0fcaa7a32ff80c2a871e9a44d93699e621ef9128f3b44692768eb250a9e
 
 depends_build       port:pkgconfig \
                     port:intltool \
                     port:itstool \
-                    port:yelp-tools
+                    port:yelp-tools \
+                    port:gtk-doc \
+                    port:autoconf \
+                    port:automake \
+                    port:libtool
 
 depends_lib         port:desktop-file-utils \
                     port:gtk3
@@ -33,14 +38,16 @@
 depends_run         port:gnome-settings-daemon \
                     port:yelp
 
-# update m4/intltool.m4 and autoreconf
+gobject_introspection yes
 
-pre-configure {
-    copy -force ${prefix}/share/aclocal/intltool.m4 ${worksrcpath}/m4
+
+# reconfigure using upstream autogen.sh for intltool 0.51 compatibility
+
+post-patch {
+    xinstall -m 755 ${filespath}/autogen.sh ${worksrcpath}
 }
 
-use_autoreconf      yes
-autoreconf.args     -fvi
+configure.cmd       ./autogen.sh
 
 configure.args      --disable-schemas-compile \
                     --disable-silent-rules
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20150511/aeef6f64/attachment.html>


More information about the macports-changes mailing list