git: e8abc09f1eea - main - sysutils/angrysearch: Mark DEPRECATED
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 28 Oct 2023 14:40:15 UTC
The branch main has been updated by bofh: URL: https://cgit.FreeBSD.org/ports/commit/?id=e8abc09f1eea429e8a4ae8097585a748d1754831 commit e8abc09f1eea429e8a4ae8097585a748d1754831 Author: Muhammad Moinur Rahman <bofh@FreeBSD.org> AuthorDate: 2023-10-28 14:24:36 +0000 Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org> CommitDate: 2023-10-28 14:39:51 +0000 sysutils/angrysearch: Mark DEPRECATED - Depends on deprecated devel/py-qt5-pyqt - Set EXPIRATION_DATE 2023-11-28 Approved by: portmgr (blanket) --- sysutils/angrysearch/Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/sysutils/angrysearch/Makefile b/sysutils/angrysearch/Makefile index 14b060454020..53b990c072f0 100644 --- a/sysutils/angrysearch/Makefile +++ b/sysutils/angrysearch/Makefile @@ -10,6 +10,9 @@ WWW= https://github.com/DoTheEvo/ANGRYsearch LICENSE= GPLv2 +DEPRECATED= Depends on deprecated devel/py-qt5-pyqt +EXPIRATION_DATE= 2023-11-28 + RUN_DEPENDS= xdg-open:devel/xdg-utils \ ${PYTHON_PKGNAMEPREFIX}sqlite3>0:databases/py-sqlite3@${PY_FLAVOR}