Ticket #51615: Portfile.diff

File Portfile.diff, 1.6 KB (added by dstrubbe (David Strubbe), 8 years ago)
  • Portfile

     
    77
    88description         Computational Geometry Algorithm Library
    99long_description    \
    10                     The goal of the CGAL is to provide easy access to\
     10                    The goal of the ${description} is to provide easy access to\
    1111                    efficient and reliable geometric algorithms in the\
    1212                    form of a C++ library. CGAL is used in various areas\
    1313                    needing geometric computation, such as: computer\
     
    1717                    motion planning, mesh generation, numerical methods...
    1818
    1919platforms           darwin
    20 homepage            http://www.cgal.org/
    2120
    22 github.setup        CGAL cgal 4.8 releases%2FCGAL-
     21github.setup        CGAL cgal 4.8.1 releases%2FCGAL-
    2322github.tarball_from releases
    2423name                cgal
    2524license             LGPL-3+ GPL-3+
     
    2726maintainers         vince
    2827use_xz              yes
    2928
     29homepage            http://www.cgal.org/
    3030
    31 checksums           rmd160  83ed4fec88714c1ca7cf25e3807322c021b13dc4 \
    32                     sha256  2483ccf34ae41e830a3e33f2f471aadecf43316fb56bf632e403765ad035ce25
     31checksums           rmd160  d2fb07ff434817e847888c368c2237a5d18039b6 \
     32                    sha256  fa2036e0a53cc54eee3dffe4763028e9aec831672c8259fa376d3c29e8f781b0
    3333
    3434worksrcdir          CGAL-${version}
    3535depends_lib-append  port:boost \
     
    6464
    6565livecheck.type      regex
    6666livecheck.url       ${homepage}
    67 livecheck.regex     CGAL-(\[0-9.\]+)\ is\ released
     67livecheck.regex     CGAL (\[0-9.\]+)\ released