Ticket #19830: protobuf-c-issue-20-Portfile.patch
File protobuf-c-issue-20-Portfile.patch, 1.3 KB (added by dcreager@…, 15 years ago) |
---|
-
Portfile
old new 3 3 PortSystem 1.0 4 4 5 5 name protobuf-c 6 version 0. 66 version 0.10 7 7 categories devel 8 8 maintainers landonf 9 9 description Pure C code generator and runtime libraries for Protocol Buffers … … 20 20 master_sites googlecode:protobuf-c 21 21 22 22 distname ${name}-${version} 23 checksums md5 638d7abd76c5f5242005553817045fcf \ 24 sha1 fa523ddc2ce1ff4f18c88c9ab8b3197492cd0080 \ 25 rmd160 790d047492d5ef1e1d9ea0f48aa92aa50afb48ad 23 checksums ${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 26 31 27 32 platforms darwin 28 33 29 34 depends_lib port:protobuf-cpp 30 35 36 depends_build port:autoconf 37 use_autoconf yes 38 patch_sites http://www.dcreager.net/ports/protobuf-c/ 39 patchfiles protobuf-c-issue-20.patch 40 patch.pre_args -p1 41 31 42 test.run yes 32 43 test.target check