Ticket #47218: protobuf3-cpp.diff
File protobuf3-cpp.diff, 1.4 KB (added by kurthindenburg (Kurt Hindenburg), 9 years ago) |
---|
-
Portfile
4 4 PortSystem 1.0 5 5 PortGroup github 1.0 6 6 7 github.setup google protobuf 3.0.0-beta-2 v 7 8 name protobuf3-cpp 8 version 0.0.0.29 set real_version 3.0.0-alpha-310 9 categories devel 11 10 maintainers blair 12 11 license BSD … … 30 29 logical record of information, containing a series of \ 31 30 name-value pairs. 32 31 33 github.setup google protobuf-cpp ${real_version} v34 32 github.tarball_from releases 35 # REMOVE THE VERSION LINE WHEN THERE IS A GA RELEASE AND LEAVE THE ONE ABOVE 36 version 0.0.0.2 37 homepage https://github.com/google/protobuf 38 master_sites https://github.com/google/protobuf/releases/download/v${real_version} 39 distfiles protobuf-cpp-${real_version}.tar.gz 40 worksrcdir protobuf-${real_version} 33 distname protobuf-cpp-${version} 34 worksrcdir protobuf-${version} 41 35 42 36 pre-fetch { 43 37 if {${os.platform} eq "darwin" && ${os.major} < 11} { … … 46 40 } 47 41 } 48 42 49 checksums sha1 531094f573b9d711bebfe161aab424965d332ea6\50 sha256 a4144ae5e21c5ebf36baf823c6b23efa0d009d08ad1e6fec2fadb69499880fc043 checksums rmd160 07c82e4e55a5ae7522bdb1fcfddb4d34b5f1da58 \ 44 sha256 498532eba434224d3fcc111bc1c683657eb1a61bf0cbe077feae9c34ace31da1 51 45 52 46 platforms darwin 53 47