Commit f13092d0 authored by Rene Ladan's avatar Rene Ladan
Browse files

databases/jdbc-oracle11g: Remove expired port

2025-01-24 databases/jdbc-oracle11g: Oracle no longer provides public downloads of the old JDBC drivers
parent 9d0b1bd2
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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
+0 −1
Original line number Diff line number Diff line
@@ -106,7 +106,6 @@
    SUBDIR += ipa_sdb
    SUBDIR += iplike
    SUBDIR += jdb
    SUBDIR += jdbc-oracle11g
    SUBDIR += jetbrains-datagrip
    SUBDIR += jlog
    SUBDIR += jrobin

databases/jdbc-oracle11g/Makefile

deleted100644 → 0
+0 −48
Original line number Diff line number Diff line
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>

databases/jdbc-oracle11g/distinfo

deleted100644 → 0
+0 −3
Original line number Diff line number Diff line
TIMESTAMP = 1574274048
SHA256 (oracle11g/ojdbc6.jar) = e70213917b5f0d7448072836da07c709930b89dd4b0cc14a1eef814836747900
SIZE (oracle11g/ojdbc6.jar) = 2739670
+0 −2
Original line number Diff line number Diff line
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.