git: f777dc431e57 - main - databases/jdbc-oracle11g: Mark DEPRECATED
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 24 Dec 2024 20:27:48 UTC
The branch main has been updated by bofh: URL: https://cgit.FreeBSD.org/ports/commit/?id=f777dc431e579597d5e1ab856defd9ba2343b7f5 commit f777dc431e579597d5e1ab856defd9ba2343b7f5 Author: Muhammad Moinur Rahman <bofh@FreeBSD.org> AuthorDate: 2024-12-24 19:25:54 +0000 Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org> CommitDate: 2024-12-24 20:27:32 +0000 databases/jdbc-oracle11g: Mark DEPRECATED - Oracle only provides JDBC driver for currently supported Oracle versions. However Oracle 11g has reached EOL in 2015 - Set EXPIRATION_DATE 2025-01-23 --- databases/jdbc-oracle11g/Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/databases/jdbc-oracle11g/Makefile b/databases/jdbc-oracle11g/Makefile index 2abe2b5109d0..a9c77247a950 100644 --- a/databases/jdbc-oracle11g/Makefile +++ b/databases/jdbc-oracle11g/Makefile @@ -18,6 +18,9 @@ LICENSE_NAME= Oracle LICENSE_TEXT= Packaging prohibited by Oracle license LICENSE_PERMS= auto-accept +DEPRECATED= Oracle no longer provides public downloads of the old JDBC drivers +EXPIRATION_DATE= 2025-01-24 + USE_JAVA= yes JAVA_VERSION= 8 NO_BUILD= yes