git: 2c10adcb8371 - main - devel/fb-adb: Deprecate and set expiration date to 2022-03-31
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 08 Mar 2022 07:30:20 UTC
The branch main has been updated by diizzy: URL: https://cgit.FreeBSD.org/ports/commit/?id=2c10adcb8371808919ec3f20932957894d11c8c3 commit 2c10adcb8371808919ec3f20932957894d11c8c3 Author: Daniel Engberg <diizzy@FreeBSD.org> AuthorDate: 2022-03-08 07:10:44 +0000 Commit: Daniel Engberg <diizzy@FreeBSD.org> CommitDate: 2022-03-08 07:28:59 +0000 devel/fb-adb: Deprecate and set expiration date to 2022-03-31 Last release in 2016 and repository is archived on GitHub --- devel/fb-adb/Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/devel/fb-adb/Makefile b/devel/fb-adb/Makefile index 4a10924e723f..c0fdbb3ede06 100644 --- a/devel/fb-adb/Makefile +++ b/devel/fb-adb/Makefile @@ -27,6 +27,9 @@ COMMENT= Better shell for Android devices LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE +DEPRECATED= Last release in 2016 and deprecated by upstream, please consider using devel/android-tools-adb instead +EXPIRATION_DATE=2022-03-31 + ONLY_FOR_ARCHS= amd64 i386 IGNORE_DragonFly= requires linuxulator for Android NDK