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), 9 years ago)

proposed patch

  • Portfile

     
    22# $Id$
    33
    44PortSystem 1.0
    5 PortGroup  github 1.0
     5PortGroup       github 1.0
    66
     7github.setup    google protobuf 3.0.0-alpha-2 v
    78name            protobuf3-cpp
    8 version         0.0.0.1
    9 set real_version 3.0.0-alpha-1
    109categories      devel
    1110maintainers     blair
    1211license         BSD
     
    3029                logical record of information, containing a series of \
    3130                name-value pairs.
    3231
    33 github.setup    google protobuf-cpp ${real_version} v
    3432github.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}
     33distname        protobuf-cpp-${version}
     34worksrcdir      protobuf-${version}
    4135
    4236pre-fetch {
    4337    if {${os.platform} eq "darwin" && ${os.major} < 11} {
     
    4640    }
    4741}
    4842
    49 checksums       sha1   5cf937727a90b09e79921944cfcdbd310a5a0234 \
    50                 sha256 ece45f4957140edc9517c3e03ca5509f70847d576ca5ae267fa0a8ee20ee1c85
     43checksums       rmd160  5f9a120d26b2f597d23c7e414faddc0feae5796b \
     44                sha256  2bdd6f2ffd48d218f36d50cba1b51af01fac74d67d1fefa26b3e80afe7d0dcf6
    5145
    5246platforms       darwin
    5347