git: d341e84f2417 - main - databases/rubygem-dbd-mysql: Mark DEPRECATED
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 19 Jan 2024 15:14:22 UTC
The branch main has been updated by bofh: URL: https://cgit.FreeBSD.org/ports/commit/?id=d341e84f24177643603f4e3ea7807a070ef4b848 commit d341e84f24177643603f4e3ea7807a070ef4b848 Author: Muhammad Moinur Rahman <bofh@FreeBSD.org> AuthorDate: 2024-01-18 22:31:50 +0000 Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org> CommitDate: 2024-01-19 15:14:10 +0000 databases/rubygem-dbd-mysql: Mark DEPRECATED - Upstream vaporized - Does not work with latest MySQL/MariaDB - Last upstream release was in 2010 - Set EXPIRATION_DATE 2024-02-18 - No consumers --- databases/rubygem-dbd-mysql/Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/databases/rubygem-dbd-mysql/Makefile b/databases/rubygem-dbd-mysql/Makefile index b0732d8a5691..a25373598646 100644 --- a/databases/rubygem-dbd-mysql/Makefile +++ b/databases/rubygem-dbd-mysql/Makefile @@ -10,6 +10,9 @@ WWW= http://ruby-dbi.sourceforge.net LICENSE= BSD3CLAUSE +DEPRECATED= Upstream vaporized and does not work with latest MySQL +EXPIRATION_DATE= 2024-02-18 + RUN_DEPENDS= rubygem-dbi>=0:databases/rubygem-dbi \ rubygem-mysql>=0:databases/rubygem-mysql