[133988] users/devans/GNOME-3/unstable/dports/devel/gvfs

devans at macports.org devans at macports.org
Mon Mar 16 14:03:27 PDT 2015


Revision: 133988
          https://trac.macports.org/changeset/133988
Author:   devans at macports.org
Date:     2015-03-16 14:03:27 -0700 (Mon, 16 Mar 2015)
Log Message:
-----------
GNOME-3/unstable: gvfs, always build tests, tests require python3 and py-gobject3, configure tests to use python34.

Modified Paths:
--------------
    users/devans/GNOME-3/unstable/dports/devel/gvfs/Portfile

Property Changed:
----------------
    users/devans/GNOME-3/unstable/dports/devel/gvfs/


Property changes on: users/devans/GNOME-3/unstable/dports/devel/gvfs
___________________________________________________________________
Modified: svn:mergeinfo
   - /trunk/dports/devel/gvfs:116280-127228
/users/devans/GNOME-3/stable/dports/devel/gvfs:128274-132141
/users/devans/GNOME-3/unstable/dports/devel/gvfs:118152-120100,123992-125723
   + /trunk/dports/devel/gvfs:116280-127228
/users/devans/GNOME-3/stable/dports/devel/gvfs:128274-133987
/users/devans/GNOME-3/unstable/dports/devel/gvfs:118152-120100,123992-125723

Modified: users/devans/GNOME-3/unstable/dports/devel/gvfs/Portfile
===================================================================
--- users/devans/GNOME-3/unstable/dports/devel/gvfs/Portfile	2015-03-16 20:58:48 UTC (rev 133987)
+++ users/devans/GNOME-3/unstable/dports/devel/gvfs/Portfile	2015-03-16 21:03:27 UTC (rev 133988)
@@ -40,7 +40,8 @@
 
 depends_build       port:pkgconfig \
                     port:intltool \
-                    port:gtk-doc
+                    port:gtk-doc \
+                    port:py34-gobject3
 
 depends_lib         port:gtk3 \
                     port:gettext \
@@ -53,6 +54,12 @@
                     port:libsecret \
                     port:gnome-online-accounts
 
+post-patch {
+    reinplace "s|^#!.*|#!${prefix}/bin/python3.4|" \
+        ${worksrcpath}/test/gvfs-test \
+        ${worksrcpath}/test/test_polkitd.py
+}
+
 # update m4/intltool.m4 and autoreconf
 
 pre-configure {
@@ -81,6 +88,7 @@
                     --enable-http \
                     --enable-archive \
                     --enable-afp \
+                    --enable-always-build-tests \
                     --disable-silent-rules
 
 test.run            yes
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20150316/60b295a5/attachment-0001.html>


More information about the macports-changes mailing list