Ticket #27929: Portfile.diff

File Portfile.diff, 1.0 KB (added by mail@…, 13 years ago)
  • Portfile

    old new  
    44PortSystem          1.0
    55
    66name                mp3fs
    7 version             0.13
     7version             0.30
    88categories          fuse
    99platforms           darwin
    1010
     
    2020homepage            http://mp3fs.sourceforge.net/
    2121
    2222master_sites        sourceforge:mp3fs
    23 checksums           ${distfiles} md5 fb9b5eb4fb6f69f35430ff7e93a84e0b \
    24                                  sha1 b246bd747a32256cb8364b7ac0cc8b7a4e1d3f74
     23checksums           ${distfiles} md5 6e070dce34145d0c380840fcc6b6a346 \
     24                                 sha1 84ab6f1b0c4f72b106e8081132bce10dc8802d03
    2525
    2626depends_build       port:pkgconfig
    2727
     
    3030                    port:lame \
    3131                    port:libid3tag
    3232
    33 
    34 configure.post_args-append  "id3tag_CFLAGS=-I${prefix}/include id3tag_LIBS='-L${prefix}/lib ${prefix}/lib/libid3tag.dylib'"
    35 
    36 patchfiles          patch-mp3fs.diff
    37 # override patch.pre_args since it defaults to -p0
    38 patch.pre_args      -R -p1