[118906] trunk/dports/gnome/libpeas

devans at macports.org devans at macports.org
Sun Apr 13 17:52:27 PDT 2014


Revision: 118906
          https://trac.macports.org/changeset/118906
Author:   devans at macports.org
Date:     2014-04-13 17:52:26 -0700 (Sun, 13 Apr 2014)
Log Message:
-----------
libpeas: update to version 1.10.0.

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

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

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


Property changes on: trunk/dports/gnome/libpeas
___________________________________________________________________
Added: svn:mergeinfo
   + /branches/mld-qt-481/dports/gnome/libpeas:92720,92813,92891,92963,93522,93556,93699,93743,93771-93773,93806,93817-93818,93856
/users/devans/GNOME-3/stable/dports/gnome/libpeas:118155-118732
/users/devans/GNOME-3/unstable/dports/gnome/libpeas:117866-118151
/users/rmstonecipher/gnome/libpeas:102363-103172

Modified: trunk/dports/gnome/libpeas/Portfile
===================================================================
--- trunk/dports/gnome/libpeas/Portfile	2014-04-14 00:41:12 UTC (rev 118905)
+++ trunk/dports/gnome/libpeas/Portfile	2014-04-14 00:52:26 UTC (rev 118906)
@@ -4,8 +4,7 @@
 PortSystem          1.0
 
 name                libpeas
-version             1.9.0
-revision            1
+version             1.10.0
 license             LGPL-2
 set branch          [join [lrange [split ${version} .] 0 1] .]
 description         libpeas is a GObject-based plugins engine
@@ -18,8 +17,8 @@
 
 use_xz              yes
 
-checksums           rmd160  8672bf573e18ed44b3489de08ffcbfabf6ea51ff \
-                    sha256  008747ccdf954dc7b8e3207fffede527a589363541873f906c8e0166f6f7df8d
+checksums           rmd160  c5406a1eae9b67db9a849c10164a3c2797959382 \
+                    sha256  4695bc40e4885a903dbc5ce6a3704392feae63af51fd4da7a3888bb88ca78c47
 
 depends_build       port:pkgconfig \
                     port:intltool \
@@ -27,12 +26,8 @@
 
 depends_lib         port:gtk3 \
                     port:gobject-introspection \
-                    port:gjs \
                     port:seed
 
-patchfiles          patch-configure.ac.diff \
-                    patch-loaders-python-peas-plugin-loader-python.c.diff
-
 # update m4/intltool.m4 and autoreconf
 
 pre-configure {
@@ -44,7 +39,6 @@
 
 configure.args      --enable-gtk \
                     --enable-seed \
-                    --enable-gjs \
                     --disable-glade-catalog \
                     --disable-python2 \
                     --disable-python3 \
@@ -66,9 +60,11 @@
     configure.args-replace      --disable-python2 --enable-python2
 }
 
+default_variants +python27
+
 # python3 minimum version is 3.2.0
 
-variant python32 conflicts python33 description {Use python 3.2} {
+variant python32 conflicts python33 python34 description {Use python 3.2} {
     depends_lib-append          port:py32-gobject3
     set python_prefix           ${frameworks_dir}/Python.framework/Versions/3.2
     configure.pkg_config_path   ${python_prefix}/lib/pkgconfig
@@ -78,7 +74,7 @@
     configure.args-replace      --disable-python3 --enable-python3
 }
 
-variant python33 conflicts python32 description {Use python 3.3} {
+variant python33 conflicts python32 python34 description {Use python 3.3} {
     depends_lib-append          port:py33-gobject3
     set python_prefix           ${frameworks_dir}/Python.framework/Versions/3.3
     configure.pkg_config_path   ${python_prefix}/lib/pkgconfig
@@ -88,12 +84,22 @@
     configure.args-replace      --disable-python3 --enable-python3
 }
 
-if {![variant_isset python33]} {
-    default_variants +python27 +python32
+variant python34 conflicts python32 python33 description {Use python 3.4} {
+    depends_lib-append          port:py34-gobject3
+    set python_prefix           ${frameworks_dir}/Python.framework/Versions/3.4
+    configure.pkg_config_path   ${python_prefix}/lib/pkgconfig
+    configure.python            ${prefix}/bin/python3.4
+    configure.env-append        PYTHON3_CONFIG=${prefix}/bin/python3.4-config
+    configure.cflags-append     -L${python_prefix}/lib
+    configure.args-replace      --disable-python3 --enable-python3
 }
 
+if {![variant_isset python32] && ![variant_isset python34]} {
+    default_variants +python33
+}
+
 post-activate {
     system "${prefix}/bin/gtk-update-icon-cache-3.0 -f -t ${prefix}/share/icons/hicolor"
 }
 
-livecheck.type  gnome-with-unstable
+livecheck.type  gnome
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20140413/20ddcecd/attachment.html>


More information about the macports-changes mailing list