[153007] users/devans/GNOME-3/stable/dports/gnome/gnome-music
devans at macports.org
devans at macports.org
Thu Sep 22 01:57:02 PDT 2016
Revision: 153007
https://trac.macports.org/changeset/153007
Author: devans at macports.org
Date: 2016-09-22 01:57:02 -0700 (Thu, 22 Sep 2016)
Log Message:
-----------
GNOME-3/stable: gnome-music, merge unstable to stable and update to stable version 3.22.0, python configuration.
Modified Paths:
--------------
users/devans/GNOME-3/stable/dports/gnome/gnome-music/Portfile
Property Changed:
----------------
users/devans/GNOME-3/stable/dports/gnome/gnome-music/
Property changes on: users/devans/GNOME-3/stable/dports/gnome/gnome-music
___________________________________________________________________
Modified: svn:mergeinfo
- /users/devans/GNOME-3/unstable/dports/gnome/gnome-music:119584-125933,128864-134600,137968-140554,144870-147190
+ /users/devans/GNOME-3/unstable/dports/gnome/gnome-music:119584-125933,128864-134600,137968-140554,144870-147190,151831-152860
Modified: users/devans/GNOME-3/stable/dports/gnome/gnome-music/Portfile
===================================================================
--- users/devans/GNOME-3/stable/dports/gnome/gnome-music/Portfile 2016-09-22 08:31:45 UTC (rev 153006)
+++ users/devans/GNOME-3/stable/dports/gnome/gnome-music/Portfile 2016-09-22 08:57:02 UTC (rev 153007)
@@ -5,7 +5,7 @@
PortGroup gobject_introspection 1.0
name gnome-music
-version 3.20.2
+version 3.22.0
license GPL-2
set branch [join [lrange [split ${version} .] 0 1] .]
description Music is the GNOME music playing application.
@@ -19,8 +19,8 @@
use_xz yes
-checksums rmd160 1be742688b4f99c7bbdc0c960373a2740a09dc96 \
- sha256 ca328bfd85ba8cb651e4e3c5d56499b111cb95b4f3e9b2e482cca7830213c7a0
+checksums rmd160 35d78c068945c9cb86faad3557950bac64ed5d95 \
+ sha256 170685ffa89556951b9fb0b9225b2bca863e54348d4079a56b8e5c4eeafa9b03
depends_build port:pkgconfig \
port:intltool \
@@ -64,7 +64,9 @@
port:py34-requests \
port:dbus-python34
- configure.python ${prefix}/bin/python3.4
+ configure.python ${prefix}/bin/python3.4
+ set python_prefix ${frameworks_dir}/Python.framework/Versions/3.4
+ configure.pkg_config_path ${python_prefix}/lib/pkgconfig
}
variant python35 conflicts python34 description {Use Python 3.5 at run time} {
@@ -72,7 +74,9 @@
port:py35-requests \
port:dbus-python35
- configure.python ${prefix}/bin/python3.5
+ configure.python ${prefix}/bin/python3.5
+ set python_prefix ${frameworks_dir}/Python.framework/Versions/3.5
+ configure.pkg_config_path ${python_prefix}/lib/pkgconfig
}
if {![variant_isset python35]} {
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20160922/ec5a74e7/attachment.html>
More information about the macports-changes
mailing list