git: d937b3d97c52 - main - devel/go-protobuf: Mark DEPRECATED and set EXPIRATION_DATE to 2024-06-30
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 18 Jun 2024 04:07:44 UTC
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=d937b3d97c522bc95e7788a226aa77334ecbdffd commit d937b3d97c522bc95e7788a226aa77334ecbdffd Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2024-06-18 03:59:34 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2024-06-18 03:59:34 +0000 devel/go-protobuf: Mark DEPRECATED and set EXPIRATION_DATE to 2024-06-30 Reference: https://github.com/gogo/protobuf/commit/f67b8970b736e53dbd7d0a27146c8f1ac52f74e5 --- devel/go-protobuf/Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/devel/go-protobuf/Makefile b/devel/go-protobuf/Makefile index 665a1bf4a2ce..3ccc71d720a0 100644 --- a/devel/go-protobuf/Makefile +++ b/devel/go-protobuf/Makefile @@ -13,6 +13,9 @@ WWW= https://github.com/gogo/protobuf LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE +DEPRECATED= Upstream officially deprecated this project +EXPIRATION_DATE=2024-06-30 + USES= cpe go USE_GITHUB= yes