Ticket #42998: solfege.diff

File solfege.diff, 2.8 KB (added by kurthindenburg (Kurt Hindenburg), 10 years ago)
  • Portfile

     
    44PortSystem          1.0
    55
    66name                solfege
    7 version             3.19.2
    8 revision            1
     7version             3.22.2
    98categories          audio education python
    109maintainers         gmail.com:allencmcbride
    1110description         Ear training software
     11license             GPL-3
    1212homepage            http://www.solfege.org/
    1313long_description    Solfege is a free eartraining program. The program is part \
    1414                    of the GNU Project. One of the ideas of this program is \
     
    2929master_sites        sourceforge \
    3030                    gnu
    3131
    32 checksums           md5     0254493d165041e843b3eba6290605fc \
    33                     sha1    c78a407aa6dc5c3daafbcc3904fa77158f7b85fb \
    34                     rmd160  ef06a2691d1dac04e3c4c344806dd7ca0cb78335
     32checksums           rmd160  35f3a7adbf30c95552e9f62ca8bc06d8f3f71065 \
     33                    sha256  e46a0960c83e4998d9dcf7bb07b8269e03fc81fab6c4485f8112c5a3e6488fe4
    3534
    36 patchfiles          patch-default-config.diff
     35patchfiles          patch-default-config.diff patch-makefile.in.diff
    3736
    3837post-patch {
    3938    reinplace "s|@PREFIX@|${prefix}|g" ${worksrcpath}/default.config
     
    4140
    4241configure.python    ${prefix}/bin/python2.7
    4342configure.pkg_config_path   ${frameworks_dir}/Python.framework/Versions/2.7/lib/pkgconfig/
     43
     44livecheck.type      regex
     45livecheck.url       http://sourceforge.net/projects/${name}/files/
     46livecheck.regex     /${name}-(\[0-9.\]+)${extract.suffix}
  • files/patch-default-config.diff

     
    1 --- default.config.orig 2010-05-21 22:42:10.000000000 -0400
    2 +++ default.config      2010-05-21 22:45:00.000000000 -0400
    3 @@ -70,16 +70,16 @@
    4  text-editor=gedit
    5  
    6  [sound]
    7 -type=sequencer-device
    8 +type=external-midiplayer
     1--- default.config      2014-10-17 20:39:30.000000000 -0400
     2+++ default.config      2014-10-17 20:39:35.000000000 -0400
     3@@ -79,13 +79,13 @@
     4 type=external-midiplayer
    95 device_file=/dev/sequencer2
    106 synth_number=2
    117-wav_player=/usr/bin/aplay
    12 +wav_player=@PREFIX@/bin/qtplay
     8+wav_player=/opt/local/bin/qtplay
    139 wav_player_options=
    1410-midi_player=/usr/bin/timidity
    1511-midi_player_options=-idqq %s
    1612-mp3_player=/usr/bin/mpg123
    17 +midi_player=@PREFIX@/bin/qtplay
     13+midi_player=/opt/local/bin/qtplay
    1814+midi_player_options=
    19 +mp3_player=@PREFIX@/bin/qtplay
     15+mp3_player=/opt/local/bin/qtplay
    2016 mp3_player_options=
    2117-ogg_player=/usr/bin/ogg123
    22 +ogg_player=@PREFIX@/bin/ogg123
     18+ogg_player=/opt/local/bin/ogg123
    2319 ogg_player_options=
    2420 
    2521 [config]