Ticket #46968: Portfile.diff

File Portfile.diff, 683 bytes (added by janstary (Jan Starý), 10 years ago)
  • Portfile

    old new PortSystem 1.0 
    55
    66name                opusfile
    77version             0.6
     8revision            1
    89categories          audio
    910license             BSD
    1011platforms           darwin
    depends_lib port:openssl \ 
    2526                    port:libogg \
    2627                    port:libopus
    2728
     29platform darwin 8 {
     30        patchfiles  patch-src-http.c.diff
     31}
     32
     33platform darwin 9 {
     34        patchfiles  patch-src-http.c.diff
     35}
     36
    2837livecheck.type      regex
    2938livecheck.url       ${master_sites}
    3039livecheck.regex     "${name}-(\\d+(?:\\.\\d+)*)${extract.suffix}"