git: df0402d2b8b5 - main - sysutils/fusefs-gitfs: Deprecate and set expiration date to 2024-12-31
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 27 Oct 2024 13:25:53 UTC
The branch main has been updated by diizzy: URL: https://cgit.FreeBSD.org/ports/commit/?id=df0402d2b8b58144b927be207cd8273ca1656f7b commit df0402d2b8b58144b927be207cd8273ca1656f7b Author: Daniel Engberg <diizzy@FreeBSD.org> AuthorDate: 2024-10-27 12:10:33 +0000 Commit: Daniel Engberg <diizzy@FreeBSD.org> CommitDate: 2024-10-27 13:25:38 +0000 sysutils/fusefs-gitfs: Deprecate and set expiration date to 2024-12-31 Appears to be abandonware, last release on 2019 and upstream is unresponsive References: https://github.com/presslabs/gitfs/issues/384 https://github.com/presslabs/gitfs/issues/387 --- sysutils/fusefs-gitfs/Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/sysutils/fusefs-gitfs/Makefile b/sysutils/fusefs-gitfs/Makefile index 7ae0cafc3964..bb6b2ad0fbb5 100644 --- a/sysutils/fusefs-gitfs/Makefile +++ b/sysutils/fusefs-gitfs/Makefile @@ -11,6 +11,9 @@ WWW= https://www.presslabs.com/code/gitfs/ LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE +DEPRECATED= Abandonware, last release on 2019 +EXPIRATION_DATE=2024-12-31 + RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}atomiclong>=0.1.1:devel/py-atomiclong@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}cffi>=1.12.3:devel/py-cffi@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}fusepy>=3.0.1:devel/py-fusepy@${PY_FLAVOR} \