Ticket #53925: flex-Portfile.diff

File flex-Portfile.diff, 1.2 KB (added by pmetzger (Perry E. Metzger), 7 years ago)

diffs for Portfile

  • Portfile

    old new  
    11PortSystem          1.0
     2PortGroup           github 1.0
    23
    3 name                flex
    4 version             2.6.0
     4github.setup        westes flex 2.6.3 v
    55categories          devel
    66license             BSD
    77platforms           darwin
     
    1313    generate a parser for a language grammar, e.g. the syntax of a \
    1414    configuration file.
    1515
    16 homepage            http://flex.sourceforge.net/
    17 master_sites        sourceforge:project/flex
    18 use_bzip2           yes
     16github.tarball_from releases
    1917
    20 checksums           rmd160  9918907286548c468106d4aa920d633908832633 \
    21                     sha256  24e611ef5a4703a191012f80c1027dc9d12555183ce0ecd46f3636e587e9b8e9
     18checksums           rmd160  992f79f75e167bd062b8c8f00c783ea6349f9fd4 \
     19                    sha256  68b2742233e747c462f781462a2a1e299dc6207401dac8f0bbb316f48565c2aa
    2220
    2321depends_lib         port:gettext
    2422depends_run         port:m4
     
    3634post-destroot {
    3735    ln -sf flex ${destroot}${prefix}/bin/flex++
    3836}
    39 
    40 livecheck.type      regex
    41 livecheck.url       http://sourceforge.net/projects/flex/files/
    42 livecheck.regex     ${name}-(\\d+(?:\\.\\d+)*)${extract.suffix}