Ticket #24982: Portfile-solfege.diff
File Portfile-solfege.diff, 1.6 KB (added by allencmcbride@…, 14 years ago) |
---|
-
Portfile
old new 4 4 PortSystem 1.0 5 5 6 6 name solfege 7 version 3.1 4.17 version 3.16.3 8 8 categories audio education python 9 9 maintainers gmail.com:allencmcbride 10 10 description Ear training software … … 18 18 lessonfiles subdirectory in your home directory. 19 19 20 20 platforms darwin 21 depends_lib port:python2 521 depends_lib port:python26 22 22 depends_build port:gettext \ 23 23 port:texinfo 24 depends_run port:py2 5-gtk \24 depends_run port:py26-gtk \ 25 25 port:gtk2 \ 26 port:libgtkhtml \27 26 port:qtplay 28 27 29 28 master_sites sourceforge \ 30 29 gnu 31 checksums md5 bb7720a9c847232fad6c8cd462fa1dcc\32 sha1 8fee7962afd72b3f371fc1973a1d5ff29632bf96\33 rmd160 a77210a960b6245d6551f43cc39a33695975a2ec30 checksums md5 f8faabc581747582e37dea2bf14313f6 \ 31 sha1 3cc6937b5c2a418fcbac5202228b31a7f42710e0 \ 32 rmd160 3de20912e2fb35a7ab0099d8d7e7d57ae6cd8a81 34 33 35 patchfiles patch-default-config.diff 34 patchfiles patch-default-config.diff \ 36 35 37 36 post-patch { 38 37 reinplace "s|@PREFIX@|${prefix}|g" ${worksrcpath}/default.config 39 38 } 40 39 41 configure.python ${prefix}/bin/python2.5 40 configure.python ${prefix}/bin/python2.6 41 configure.pkg_config_path ${frameworks_dir}/Python.framework/Versions/2.6/lib/pkgconfig/