[136140] trunk/dports/gnome/libpeas

devans at macports.org devans at macports.org
Mon May 11 13:51:16 PDT 2015


Revision: 136140
          https://trac.macports.org/changeset/136140
Author:   devans at macports.org
Date:     2015-05-11 13:51:15 -0700 (Mon, 11 May 2015)
Log Message:
-----------
libpeas: update to version 1.14.0, reconfigure using upstream autogen.sh for intltool 0.51 compatibility, no longer supports seed.

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

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

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


Property changes on: trunk/dports/gnome/libpeas
___________________________________________________________________
Modified: svn:mergeinfo
   - /users/devans/GNOME-3/stable/dports/gnome/libpeas:118155-132067
/users/devans/GNOME-3/unstable/dports/gnome/libpeas:117866-118151
   + /users/devans/GNOME-3/stable/dports/gnome/libpeas:118155-136044
/users/devans/GNOME-3/unstable/dports/gnome/libpeas:117866-118151,133226-134393

Modified: trunk/dports/gnome/libpeas/Portfile
===================================================================
--- trunk/dports/gnome/libpeas/Portfile	2015-05-11 20:51:14 UTC (rev 136139)
+++ trunk/dports/gnome/libpeas/Portfile	2015-05-11 20:51:15 UTC (rev 136140)
@@ -5,8 +5,7 @@
 PortGroup           gobject_introspection 1.0
 
 name                libpeas
-version             1.12.1
-revision            1
+version             1.14.0
 license             LGPL-2
 set branch          [join [lrange [split ${version} .] 0 1] .]
 description         libpeas is a GObject-based plugins engine
@@ -19,29 +18,30 @@
 
 use_xz              yes
 
-checksums           rmd160  17784fd54f503327f436860243a4bbf39874d795 \
-                    sha256  e610be31c9d382580fb5d8686f8311149f27413f55af6abf5c033178b99452d6
+checksums           rmd160  51db7e66974cbc78bbf5121019e941dc86c795c1 \
+                    sha256  5e4b3a8968b71497ab26a7a528c414c4c640c5724328fa3507854f04788e2d76
 
 depends_build       port:pkgconfig \
                     port:intltool \
-                    port:gnome-common
+                    port:gtk-doc \
+                    port:gnome-common \
+                    port:autoconf \
+                    port:automake \
+                    port:libtool
 
-depends_lib         port:gtk3 \
-                    port:seed
+depends_lib         port:gtk3
 
 gobject_introspection yes
 
-# update m4/intltool.m4 and autoreconf
+# reconfigure using upstream autogen.sh for intltool 0.51 compatibility
 
-pre-configure {
-    copy -force ${prefix}/share/aclocal/intltool.m4 ${worksrcpath}/m4
+post-patch {
+    xinstall -m 755 ${filespath}/autogen.sh ${worksrcpath}
 }
 
-use_autoreconf      yes
-autoreconf.args     -fvi
+configure.cmd       ./autogen.sh
 
 configure.args      --enable-gtk \
-                    --enable-seed \
                     --disable-glade-catalog \
                     --disable-python2 \
                     --disable-python3 \
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20150511/a94bba2e/attachment-0001.html>


More information about the macports-changes mailing list