Ticket #52256: Portfile-libspiro.diff

File Portfile-libspiro.diff, 1.3 KB (added by tuffnatty (Phil Krylov), 8 years ago)

Portfile patch

  • Portfile

    old new  
    22# $Id: Portfile 86491 2011-10-26 20:09:38Z devans@macports.org $
    33
    44PortSystem      1.0
     5PortGroup       github 1.0
     6
     7epoch           1
     8github.setup    fontforge libspiro 0.5.20150702
    59
    6 name            libspiro
    7 version         20071029
    810categories      graphics
    9 license         GPL-2+
     11license         GPL-3+
    1012maintainers     devans openmaintainer
    1113platforms       darwin
    12 homepage        http://www.levien.com/spiro/
    13 master_sites    sourceforge
     14homepage        https://github.com/fontforge/libspiro
    1415
    1516description \
    1617    Raph Levien's Spiro package as a library.
     
    1920    Raph Levien's Spiro package as a library. A mechanism for drawing \
    2021    smooth contours with constant curvature at the spline joins.
    2122
    22 use_bzip2       yes
    23 distfiles       ${name}_src-${version}${extract.suffix}
    24 
    25 checksums       md5     ab6aaa50bbd8fa55e78f8b8b0112f6cd \
    26                 sha1    d8b407b835b35289af2914877a4c6000b4fdd382 \
    27                 rmd160  5dc639af56ad330ca8948d7305aff5ae8081ac1a
     23checksums       sha256  86633d1c1256f40ef761e375bfc9a7d0c536a2a212763fe1827332e1243bbc39 \
     24                rmd160  8b5cf432a7329fe20438f58d7c173bd275983c8b
    2825
    29 livecheck.regex "/${name}/(\\d+)/"
     26use_autoreconf  yes