diff options
author | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2024-04-20 14:22:23 +0000 |
---|---|---|
committer | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2024-04-20 14:25:37 +0000 |
commit | db9258e8d5ec6cd338f7d218f700dfd3ff83bad7 (patch) | |
tree | 64f783400db38666e88b39ece052d783f3450231 | |
parent | 190745ec0249d378531ec28e17da02e10456d5f9 (diff) | |
download | ports-db9258e8d5ec6cd338f7d218f700dfd3ff83bad7.tar.gz ports-db9258e8d5ec6cd338f7d218f700dfd3ff83bad7.zip |
sysutils/container-diff: Mark DEPRECATED and set EXPIRATION_DATE to 2024-06-30
-rw-r--r-- | sysutils/container-diff/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
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 |