git: f13092d0d95f - main - databases/jdbc-oracle11g: Remove expired port
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 25 Jan 2025 12:50:04 UTC
The branch main has been updated by rene: URL: https://cgit.FreeBSD.org/ports/commit/?id=f13092d0d95faefc42b9c3b9ad317d4f53e1d4d6 commit f13092d0d95faefc42b9c3b9ad317d4f53e1d4d6 Author: Rene Ladan <rene@FreeBSD.org> AuthorDate: 2025-01-25 12:49:42 +0000 Commit: Rene Ladan <rene@FreeBSD.org> CommitDate: 2025-01-25 12:49:42 +0000 databases/jdbc-oracle11g: Remove expired port 2025-01-24 databases/jdbc-oracle11g: Oracle no longer provides public downloads of the old JDBC drivers --- MOVED | 1 + databases/Makefile | 1 - databases/jdbc-oracle11g/Makefile | 48 -------------------------------------- databases/jdbc-oracle11g/distinfo | 3 --- databases/jdbc-oracle11g/pkg-descr | 2 -- 5 files changed, 1 insertion(+), 54 deletions(-) diff --git a/MOVED b/MOVED index 7c16dcb34a46..e8130a1ad91b 100644 --- a/MOVED +++ b/MOVED @@ -4046,3 +4046,4 @@ devel/kf5-kapidox|devel/kf6-kapidox|2025-01-23|Superseded by its KF6 counterpart devel/rubygem-strong_migrations61|devel/rubygem-strong_migrations|2025-01-23|Has expired: Ruby on Rails 6.1.x reached EOL on 2024-10-01 databases/rubygem-active_model_serializers61|databases/rubygem-active_model_serializers|2025-01-23|Has expired: Ruby on Rails 6.1.x reached EOL on 2024-10-01 www/rubygem-gollum-grit_adapter10|www/rubygem-gollum-grit_adapter|2025-01-25|Obsolete, use www/rubygem-gollum-grit_adapter instead +databases/jdbc-oracle11g||2025-01-25|Has expired: Oracle no longer provides public downloads of the old JDBC drivers diff --git a/databases/Makefile b/databases/Makefile index 4ff5a8888809..e623cd2a14b9 100644 --- a/databases/Makefile +++ b/databases/Makefile @@ -106,7 +106,6 @@ SUBDIR += ipa_sdb SUBDIR += iplike SUBDIR += jdb - SUBDIR += jdbc-oracle11g SUBDIR += jetbrains-datagrip SUBDIR += jlog SUBDIR += jrobin diff --git a/databases/jdbc-oracle11g/Makefile b/databases/jdbc-oracle11g/Makefile deleted file mode 100644 index 626b4d5bc470..000000000000 --- a/databases/jdbc-oracle11g/Makefile +++ /dev/null @@ -1,48 +0,0 @@ -PORTNAME= oracle11g -PORTVERSION= 11.2.0.4 -PORTREVISION= 2 -CATEGORIES= databases java -MASTER_SITES= # http://www.oracle.com/technetwork/database/enterprise-edition/jdbc-112010-090769.html -PKGNAMEPREFIX= jdbc- -DISTNAME= ojdbc6.jar -EXTRACT_SUFX= # none -DIST_SUBDIR= oracle11g - -MAINTAINER= ports@FreeBSD.org -COMMENT= JDBC drivers for Oracle 11g -WWW= http://www.oracle.com/technetwork/database/features/jdbc/index-091264.html - -# Converted from RESTRICTED -LICENSE= ORACLE -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 - -USES= java -JAVA_VERSION= 8 -NO_BUILD= yes -NO_WRKSUBDIR= yes - -PLIST_FILES= %%JAVAJARDIR%%/ojdbc-${PORTVERSION}.jar - -.include <bsd.port.pre.mk> - -.if !exists(${DISTDIR}/${DIST_SUBDIR}/${DISTFILES}) -IGNORE= due to Oracle license restrictions, you must fetch the source\ -distribution manually. Please access\ -http://www.oracle.com/technetwork/database/enterprise-edition/jdbc-112010-090769.html\ -(Oracle Database 11g Release 2 (${PORTVERSION} JDBC Drivers) with a web\ -browser and follow the link for the ${DISTFILES}. You will be required to\ -register and log in, but you can create an account on that page. After\ -registration and accepting the Oracle License, download the distribution\ -file, ${DISTFILES}, place into ${DISTDIR}/${DIST_SUBDIR}, and restart\ -installation -.endif - -do-install: - ${INSTALL_DATA} ${DISTDIR}/${DIST_SUBDIR}/${DISTFILES} ${STAGEDIR}${JAVAJARDIR}/ojdbc-${PORTVERSION}.jar - -.include <bsd.port.post.mk> diff --git a/databases/jdbc-oracle11g/distinfo b/databases/jdbc-oracle11g/distinfo deleted file mode 100644 index 33d3cf483e14..000000000000 --- a/databases/jdbc-oracle11g/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1574274048 -SHA256 (oracle11g/ojdbc6.jar) = e70213917b5f0d7448072836da07c709930b89dd4b0cc14a1eef814836747900 -SIZE (oracle11g/ojdbc6.jar) = 2739670 diff --git a/databases/jdbc-oracle11g/pkg-descr b/databases/jdbc-oracle11g/pkg-descr deleted file mode 100644 index de835b155918..000000000000 --- a/databases/jdbc-oracle11g/pkg-descr +++ /dev/null @@ -1,2 +0,0 @@ -This is a port of the JDBC driver which is used to access Oracle 11g databases -using a database-independant API in Java for use with JDK 1.5.