[128178] trunk/dports/gnome/libgit2-glib

devans at macports.org devans at macports.org
Sat Nov 15 15:14:41 PST 2014


Revision: 128178
          https://trac.macports.org/changeset/128178
Author:   devans at macports.org
Date:     2014-11-15 15:14:41 -0800 (Sat, 15 Nov 2014)
Log Message:
-----------
libgit2-glib: update to version 0.0.24, fix python configuration, make +python34 default variant.

Modified Paths:
--------------
    trunk/dports/gnome/libgit2-glib/Portfile

Added Paths:
-----------
    trunk/dports/gnome/libgit2-glib/files/

Property Changed:
----------------
    trunk/dports/gnome/libgit2-glib/


Property changes on: trunk/dports/gnome/libgit2-glib
___________________________________________________________________
Modified: svn:mergeinfo
   - /users/devans/GNOME-3/stable/dports/gnome/libgit2-glib:119419-127525
   + /users/devans/GNOME-3/stable/dports/gnome/libgit2-glib:119419-128177

Modified: trunk/dports/gnome/libgit2-glib/Portfile
===================================================================
--- trunk/dports/gnome/libgit2-glib/Portfile	2014-11-15 23:05:59 UTC (rev 128177)
+++ trunk/dports/gnome/libgit2-glib/Portfile	2014-11-15 23:14:41 UTC (rev 128178)
@@ -4,8 +4,7 @@
 PortSystem          1.0
 
 name                libgit2-glib
-version             0.0.22
-revision            1
+version             0.0.24
 license             LGPL-2.1
 set branch          [join [lrange [split ${version} .] 0 1] .]
 description         Glib wrapper library around the libgit2 git access library.
@@ -19,23 +18,37 @@
 
 use_xz              yes
 
-checksums           rmd160  e1aac21916f517a5d8daf0b0e43b99262142eb2c \
-                    sha256  e385821255f89ecb96d576af93c3bfa32c67906e5d4fd2fc3bc542cb7ae2399a
+checksums           rmd160  d14ae0de04d228fa0bb4ed413301cd49cb806d71 \
+                    sha256  8a0a6f65d86f2c8cb9bcb20c5e0ea6fd02271399292a71fc7e6852f13adbbdb8
 
-depends_build       port:pkgconfig
+depends_build       port:pkgconfig \
+                    port:gnome-common
 
 depends_lib         path:lib/pkgconfig/glib-2.0.pc:glib2 \
                     port:libgit2 \
-                    port:gobject-introspection
+                    port:gobject-introspection \
+                    port:vala
 
+patchfiles          patch-configure.ac.diff
+
+use_autoreconf      yes
+autoreconf.args     -fvi
+
 configure.args      --disable-silent-rules \
+                    --enable-compile-warnings=minimum \
+                    --enable-vala \
                     --enable-python=no
 
+# requires python >= 3.2.3
+
 variant python34 description {Enable Python support, using python34} {
     configure.args-delete --enable-python=no
     configure.args-append --enable-python=yes
     depends_lib-append port:py34-gobject3
+    configure.python ${prefix}/bin/python3.4
     configure.pkg_config_path-append ${frameworks_dir}/Python.framework/Versions/3.4/lib/pkgconfig/
 }
 
+default_variants    +python34
+
 livecheck.type      gnome
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20141115/cf0e5a4c/attachment.html>


More information about the macports-changes mailing list