diff options
Diffstat (limited to 'devel/google-cloud-cpp/Makefile')
-rw-r--r-- | devel/google-cloud-cpp/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/devel/google-cloud-cpp/Makefile b/devel/google-cloud-cpp/Makefile index 433a181a51e6..4e775e561222 100644 --- a/devel/google-cloud-cpp/Makefile +++ b/devel/google-cloud-cpp/Makefile @@ -3,6 +3,7 @@ PORTNAME= google-cloud-cpp DISTVERSIONPREFIX= v DISTVERSION= 0.11.0.g20190710 # the upstream master branch is mis-versioned: https://github.com/googleapis/google-cloud-cpp/issues/2871 +PORTREVISION= 1 CATEGORIES= devel MASTER_SITES= https://github.com/googleapis/googleapis/archive/:googleapi \ https://github.com/nlohmann/json/releases/download/v3.4.0/:json # should use the package: https://github.com/googleapis/google-cloud-cpp/issues/2874 |