Ticket #47218: protobuf3-cpp-3.0.0-alpha-2.diff
File protobuf3-cpp-3.0.0-alpha-2.diff, 1.5 KB (added by ryandesign (Ryan Carsten Schmidt), 10 years ago) |
---|
-
Portfile
2 2 # $Id$ 3 3 4 4 PortSystem 1.0 5 PortGroup github 1.05 PortGroup github 1.0 6 6 7 github.setup google protobuf 3.0.0-alpha-2 v 7 8 name protobuf3-cpp 8 version 0.0.0.19 set real_version 3.0.0-alpha-110 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.1 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 5cf937727a90b09e79921944cfcdbd310a5a0234\50 sha256 ece45f4957140edc9517c3e03ca5509f70847d576ca5ae267fa0a8ee20ee1c8543 checksums rmd160 5f9a120d26b2f597d23c7e414faddc0feae5796b \ 44 sha256 2bdd6f2ffd48d218f36d50cba1b51af01fac74d67d1fefa26b3e80afe7d0dcf6 51 45 52 46 platforms darwin 53 47