Ticket #43781: json-c.diff

File json-c.diff, 1.4 KB (added by mister.jannick@…, 10 years ago)

Updated version of the Portfile

  • Portfile

    old new  
    22# $Id: Portfile 111882 2013-10-04 21:57:28Z ryandesign@macports.org $
    33
    44PortSystem          1.0
     5PortGroup           github 1.0
     6
     7github.setup        json-c json-c 0.12  json-c-0.12-20140410
    58
    69name                json-c
    710conflicts           jsoncpp
    8 version             0.9
     11version             0.12
    912license             MIT
    1013categories          textproc devel
    1114platforms           darwin
    1215maintainers         nomaintainer
     16
    1317description         A JSON parser
    1418long_description    JSON-C implements a reference counting object model that allows \
    1519                    you to easily construct JSON objects in C, output them as JSON \
    1620                    formatted strings and parse JSON formatted strings back into \
    1721                    the C representation of JSON objects.
    18 homepage            http://oss.metaparadigm.com/json-c/
    19 master_sites        ${homepage}
    2022
    21 checksums           md5 3a13d264528dcbaf3931b0cede24abae \
    22                     sha1 daaf5eb960fa98e137abc5012f569b83c79be90f \
    23                     rmd160 dec4fe76364cfee965291ac1526ee401d997e45e
     23homepage            https://github.com/json-c/json-c/wiki
     24
     25checksums           md5    3ca4bbb881dfc4017e8021b5e0a8c491 \
     26                    sha1   5580aad884076c219d41160cbd8bc12213d12c37 \
     27                    rmd160 dd6b6560185dddca9b072a3d07af7899bd64cc45