New Ticket     Wiki     Browse Source     Timeline     Roadmap     Ticket Reports     Search

Ticket #19830: protobuf-c-issue-20-Portfile.patch

File protobuf-c-issue-20-Portfile.patch, 1.3 KB (added by dcreager@…, 3 years ago)

Patches Portfile to use protobuf-c 0.10

  • Portfile

    old new  
    33PortSystem 1.0 
    44 
    55name            protobuf-c 
    6 version         0.6 
     6version         0.10 
    77categories      devel 
    88maintainers     landonf 
    99description     Pure C code generator and runtime libraries for Protocol Buffers 
     
    2020master_sites    googlecode:protobuf-c 
    2121 
    2222distname        ${name}-${version} 
    23 checksums   md5     638d7abd76c5f5242005553817045fcf \ 
    24             sha1    fa523ddc2ce1ff4f18c88c9ab8b3197492cd0080 \ 
    25             rmd160  790d047492d5ef1e1d9ea0f48aa92aa50afb48ad 
     23checksums   ${distname}${extract.suffix} \ 
     24              md5     588006ea06a1a12855881362b8e29bff \ 
     25              sha1    1878203fea6808ecf2825d9fb37b49f669e4b8cc \ 
     26              rmd160  ac2a38fef1e5771db97e73eda86d8b70f6f978fb \ 
     27            protobuf-c-issue-20.patch \ 
     28              md5     90ebe50e1ab5aa7e41e8e4d422adecfa \ 
     29              sha1    1c502543db44380d3f98dea7ccea3db5b63f1e36 \ 
     30              rmd160  03efa891c7418c79b7f94a942869b6a6a7373d5a 
    2631 
    2732platforms       darwin 
    2833 
    2934depends_lib     port:protobuf-cpp 
    3035 
     36depends_build   port:autoconf 
     37use_autoconf    yes 
     38patch_sites     http://www.dcreager.net/ports/protobuf-c/ 
     39patchfiles      protobuf-c-issue-20.patch 
     40patch.pre_args  -p1 
     41 
    3142test.run        yes 
    3243test.target     check