[74987] trunk/dports/audio/solfege/Portfile
singingwolfboy at macports.org
singingwolfboy at macports.org
Mon Jan 10 12:10:59 PST 2011
Revision: 74987
http://trac.macports.org/changeset/74987
Author: singingwolfboy at macports.org
Date: 2011-01-10 12:10:53 -0800 (Mon, 10 Jan 2011)
Log Message:
-----------
Updated solfege to 3.19.2, switched to Python 2.7
Modified Paths:
--------------
trunk/dports/audio/solfege/Portfile
Modified: trunk/dports/audio/solfege/Portfile
===================================================================
--- trunk/dports/audio/solfege/Portfile 2011-01-10 18:36:16 UTC (rev 74986)
+++ trunk/dports/audio/solfege/Portfile 2011-01-10 20:10:53 UTC (rev 74987)
@@ -4,7 +4,7 @@
PortSystem 1.0
name solfege
-version 3.16.3
+version 3.19.2
categories audio education python
maintainers gmail.com:allencmcbride
description Ear training software
@@ -20,19 +20,19 @@
platforms darwin
supported_archs noarch
-depends_lib port:python26
+depends_lib port:python27
depends_build port:gettext \
port:texinfo
-depends_run port:py26-gtk \
+depends_run port:py27-gtk \
port:gtk2 \
port:qtplay
master_sites sourceforge \
gnu
-checksums md5 f8faabc581747582e37dea2bf14313f6 \
- sha1 3cc6937b5c2a418fcbac5202228b31a7f42710e0 \
- rmd160 3de20912e2fb35a7ab0099d8d7e7d57ae6cd8a81
+checksums md5 0254493d165041e843b3eba6290605fc \
+ sha1 c78a407aa6dc5c3daafbcc3904fa77158f7b85fb \
+ rmd160 ef06a2691d1dac04e3c4c344806dd7ca0cb78335
patchfiles patch-default-config.diff
@@ -40,5 +40,5 @@
reinplace "s|@PREFIX@|${prefix}|g" ${worksrcpath}/default.config
}
-configure.python ${prefix}/bin/python2.6
-configure.pkg_config_path ${frameworks_dir}/Python.framework/Versions/2.6/lib/pkgconfig/
+configure.python ${prefix}/bin/python2.7
+configure.pkg_config_path ${frameworks_dir}/Python.framework/Versions/2.7/lib/pkgconfig/
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20110110/65bbf660/attachment.html>
More information about the macports-changes
mailing list