git: 4ecb0437d61d - main - net/gdrive: Deprecate and set expiration date to 2024-11-30
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 26 Oct 2024 17:41:01 UTC
The branch main has been updated by diizzy: URL: https://cgit.FreeBSD.org/ports/commit/?id=4ecb0437d61dacebe047bcf3aace38703088b1c3 commit 4ecb0437d61dacebe047bcf3aace38703088b1c3 Author: Daniel Engberg <diizzy@FreeBSD.org> AuthorDate: 2024-10-26 17:33:04 +0000 Commit: Daniel Engberg <diizzy@FreeBSD.org> CommitDate: 2024-10-26 17:33:07 +0000 net/gdrive: Deprecate and set expiration date to 2024-11-30 Abandonware, upstream repo archived Apr 19, 2023 Superseded by gdrive 3 (https://github.com/glotlabs/gdrive), not ported PR: 281896 Approved by: portmgr (maintainer timeout, 2+ weeks) --- net/gdrive/Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/net/gdrive/Makefile b/net/gdrive/Makefile index 3904e80f72d1..b2127298ef55 100644 --- a/net/gdrive/Makefile +++ b/net/gdrive/Makefile @@ -16,6 +16,9 @@ WWW= https://github.com/prasmussen/gdrive LICENSE= MIT +DEPRECATED= Abandonware, upstream repo archived Apr 19, 2023 +EXPIRATION_DATE=2024-11-30 + USES= go USE_GITHUB= yes GH_ACCOUNT= prasmussen