Ticket #47218: protobuf3-cpp.diff

File protobuf3-cpp.diff, 1.4 KB (added by kurthindenburg (Kurt Hindenburg), 8 years ago)

patch beta 2

  • Portfile

     
    44PortSystem 1.0
    55PortGroup  github 1.0
    66
     7github.setup    google protobuf 3.0.0-beta-2 v
    78name            protobuf3-cpp
    8 version         0.0.0.2
    9 set real_version 3.0.0-alpha-3
    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.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}
     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   531094f573b9d711bebfe161aab424965d332ea6 \
    50                 sha256 a4144ae5e21c5ebf36baf823c6b23efa0d009d08ad1e6fec2fadb69499880fc0
     43checksums       rmd160  07c82e4e55a5ae7522bdb1fcfddb4d34b5f1da58 \
     44                sha256  498532eba434224d3fcc111bc1c683657eb1a61bf0cbe077feae9c34ace31da1
    5145
    5246platforms       darwin
    5347