[145441] users/devans/GNOME-3/stable/dports/gnome/libgit2-glib/Portfile
devans at macports.org
devans at macports.org
Fri Feb 5 13:35:30 PST 2016
Revision: 145441
https://trac.macports.org/changeset/145441
Author: devans at macports.org
Date: 2016-02-05 13:35:30 -0800 (Fri, 05 Feb 2016)
Log Message:
-----------
GNOME-3/stable: libgit2-glib, update to version 0.23.10, dependencies, add +python35 variant.
Modified Paths:
--------------
users/devans/GNOME-3/stable/dports/gnome/libgit2-glib/Portfile
Modified: users/devans/GNOME-3/stable/dports/gnome/libgit2-glib/Portfile
===================================================================
--- users/devans/GNOME-3/stable/dports/gnome/libgit2-glib/Portfile 2016-02-05 21:31:38 UTC (rev 145440)
+++ users/devans/GNOME-3/stable/dports/gnome/libgit2-glib/Portfile 2016-02-05 21:35:30 UTC (rev 145441)
@@ -6,7 +6,7 @@
PortGroup compiler_blacklist_versions 1.0
name libgit2-glib
-version 0.23.8
+version 0.23.10
license LGPL-2.1
set branch [join [lrange [split ${version} .] 0 1] .]
description Glib wrapper library around the libgit2 git access library.
@@ -20,14 +20,15 @@
use_xz yes
-checksums rmd160 83d72e6f803d0e6a3940e7cdc0ca95a5362db6e3 \
- sha256 50853d1fbdabcdf67c14d3295a973c1c6f625b7d298459e494135a31984f140b
+checksums rmd160 c2c3d461f66da5420d219507343247e99c45c9e5 \
+ sha256 398ea6ff5fb1eafa61f2908da5ff8722dc051a2081be6cbed76a2ab07ecab1af
-depends_build port:pkgconfig \
- port:gnome-common
+depends_build port:pkgconfig
depends_lib path:lib/pkgconfig/glib-2.0.pc:glib2 \
+ port:curl \
port:libgit2 \
+ port:libssh2 \
port:vala
patchfiles patch-configure.ac.diff
@@ -54,6 +55,16 @@
configure.pkg_config_path-append ${frameworks_dir}/Python.framework/Versions/3.4/lib/pkgconfig/
}
-default_variants +python34
+variant python35 description {Enable Python support, using python35} {
+ configure.args-delete --enable-python=no
+ configure.args-append --enable-python=yes
+ depends_lib-append port:py35-gobject3
+ configure.python ${prefix}/bin/python3.5
+ configure.pkg_config_path-append ${frameworks_dir}/Python.framework/Versions/3.5/lib/pkgconfig/
+}
+if {![variant_isset python35]} {
+ default_variants +python34
+}
+
livecheck.type gnome-with-unstable
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20160205/e073b9f2/attachment.html>
More information about the macports-changes
mailing list