git: e3ac52d76775 - main - net/drive: Mark DEPRECATED and set EXPIRATION_DATE to 2025-02-28
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 28 Jan 2025 17:07:51 UTC
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=e3ac52d767750503dbf78920216be6727aa029ed commit e3ac52d767750503dbf78920216be6727aa029ed Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2025-01-28 16:58:48 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2025-01-28 17:05:04 +0000 net/drive: Mark DEPRECATED and set EXPIRATION_DATE to 2025-02-28 PR: 283393 Reported by: diizzy --- net/drive/Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/net/drive/Makefile b/net/drive/Makefile index ff23d6685337..9c9c36b1a96b 100644 --- a/net/drive/Makefile +++ b/net/drive/Makefile @@ -11,6 +11,9 @@ WWW= https://github.com/odeke-em/drive LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE +DEPRECATED= Broken and unmaintained upstream +EXPIRATION_DATE=2025-02-28 + USES= go GO_PKGNAME= github.com/odeke-em/drive