aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMuhammad Moinur Rahman <bofh@FreeBSD.org>2023-06-02 18:32:15 +0000
committerMuhammad Moinur Rahman <bofh@FreeBSD.org>2023-06-03 14:08:47 +0000
commit8027469443f8742f6e21476faa7ebcba21a6b2fe (patch)
tree4162999239ecc57dc5ca0abdad575451a8ad13b5
parent46c37e13e1ee5c992654aee1f6a72e96df1f36d6 (diff)
downloadports-8027469443f8742f6e21476faa7ebcba21a6b2fe.tar.gz
ports-8027469443f8742f6e21476faa7ebcba21a6b2fe.zip
devel/google-cloud-cpp117: Mark DEPRECATED
Newer version is in the tree so use devel/google-cloud-cpp. This version might have been added for some other portsdependencies however at the moment there is no consumer of this port and this version was released in 2020. Set EXPIRATION_DATE to 2023-07-01. Approved by: portmgr (blanket)
-rw-r--r--devel/google-cloud-cpp117/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/devel/google-cloud-cpp117/Makefile b/devel/google-cloud-cpp117/Makefile
index c5fa1c3b212c..ed2ddfd7b49c 100644
--- a/devel/google-cloud-cpp117/Makefile
+++ b/devel/google-cloud-cpp117/Makefile
@@ -1,7 +1,7 @@
PORTNAME= google-cloud-cpp
DISTVERSIONPREFIX= v
DISTVERSION= 1.17.0
-PORTREVISION= 15
+PORTREVISION= 16
CATEGORIES= devel
PKGNAMESUFFIX= 117
DIST_SUBDIR= ${PORTNAME}
@@ -14,6 +14,9 @@ WWW= https://github.com/googleapis/google-cloud-cpp
LICENSE= BSD3CLAUSE
LICENSE_FILE= ${WRKSRC}/LICENSE
+DEPRECATED= Newer version is in the tree
+EXPIRATION_DATE= 2023-07-01
+
NOT_FOR_ARCHS= i386 powerpc
BUILD_DEPENDS= grpc>=1.19.1:devel/grpc \