Ticket #39040: Portfile-gnupod.diff

File Portfile-gnupod.diff, 1.6 KB (added by davidfavor (David Favor), 11 years ago)
  • Portfile

    old new  
    1818extract.suffix    .tgz
    1919checksums         sha1 3aa4b32cc896af435fb52d4bb154ee950ad08ce1
    2020
    21 depends_lib       port:perl5.12 port:p5.12-mp3-info port:p5.12-digest-md5 \
    22                   port:p5.12-xml-parser port:p5.12-unicode-string \
    23                   port:p5.12-libwww-perl port:p5.12-digest-sha1 port:p5.12-timedate \
     21depends_lib       port:perl5 port:p5-mp3-info port:p5-digest-md5 \
     22                  port:p5-xml-parser port:p5-unicode-string \
     23                  port:p5-libwww-perl port:p5-digest-sha1 port:p5-timedate \
    2424                  port:lame
    2525
    26 configure.perl    ${prefix}/bin/perl5.12
     26configure.perl    ${prefix}/bin/perl5
    2727
    2828configure.args    --infodir=${prefix}/share/info
    2929
     
    3636
    3737# should also use timidity
    3838variant flac description "Enable FLAC" {
    39     depends_lib-append  port:flac port:p5.12-audio-flac-header
     39    depends_lib-append  port:flac port:p5-audio-flac-header
    4040}
    4141
    4242# should use Ogg::Vorbis::Header::PurePerl, won't work
    4343variant vorbis description "Enable Ogg/Vorbis" {
    44     depends_lib-append  port:vorbis-tools port:p5.12-libvorbis-perl
     44    #
     45    # Something broken in p5-ogg-vorbis-header-pureperl virtual package,
     46    # which fires a p5.12 dependency, rather then p5 virtual dependency
     47    # which will be perl5.16, perl5.18, etc...
     48    #
     49    # For now, hardcode p5.16 dependency
     50    #
     51    depends_lib-append port:vorbis-tools port:p5.16-ogg-vorbis-header-pureperl
    4552}
    4653
    4754variant aac description "Enable AAC" {