Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 3 Jun 2023 14:08:57 GMT
From:      Muhammad Moinur Rahman <bofh@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 8027469443f8 - main - devel/google-cloud-cpp117: Mark DEPRECATED
Message-ID:  <202306031408.353E8vXl022428@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by bofh:

URL: https://cgit.FreeBSD.org/ports/commit/?id=8027469443f8742f6e21476faa7ebcba21a6b2fe

commit 8027469443f8742f6e21476faa7ebcba21a6b2fe
Author:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
AuthorDate: 2023-06-02 18:32:15 +0000
Commit:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
CommitDate: 2023-06-03 14:08:47 +0000

    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)
---
 devel/google-cloud-cpp117/Makefile | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

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 \



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202306031408.353E8vXl022428>