git: db9258e8d5ec - main - sysutils/container-diff: Mark DEPRECATED and set EXPIRATION_DATE to 2024-06-30
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 20 Apr 2024 14:26:55 UTC
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=db9258e8d5ec6cd338f7d218f700dfd3ff83bad7 commit db9258e8d5ec6cd338f7d218f700dfd3ff83bad7 Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2024-04-20 14:22:23 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2024-04-20 14:25:37 +0000 sysutils/container-diff: Mark DEPRECATED and set EXPIRATION_DATE to 2024-06-30 --- sysutils/container-diff/Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/sysutils/container-diff/Makefile b/sysutils/container-diff/Makefile index 0b2436ac089e..55252f221df0 100644 --- a/sysutils/container-diff/Makefile +++ b/sysutils/container-diff/Makefile @@ -11,6 +11,9 @@ WWW= https://github.com/GoogleContainerTools/container-diff LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE +DEPRECATED= The repository has been archived by the owner on 2024-03-28. Upstream suggests diffoci as alternative +EXPIRATION_DATE=2024-06-30 + USES= go:modules GO_MODULE= github.com/GoogleContainerTools/container-diff