diff options
author | marino <marino@FreeBSD.org> | 2017-02-10 15:09:02 +0000 |
---|---|---|
committer | marino <marino@FreeBSD.org> | 2017-02-10 15:09:02 +0000 |
commit | ffccce6df157d6d5671c994a0f910a984ee88115 (patch) | |
tree | 7e504c227a18db68e20ddc58d6edb3ac49b22098 | |
parent | 801d5fd8b5ced65c8b20bea1f4a3e063599f0b53 (diff) | |
download | FreeBSD-ports-ffccce6df157d6d5671c994a0f910a984ee88115.zip FreeBSD-ports-ffccce6df157d6d5671c994a0f910a984ee88115.tar.gz |
databases/jdbc-oracle8i: Deprecate and mark for removal 7 MAR 2017
Nothing earlier than jdbc-oracle11i is supported, and the listed required
files for oracle 9i and below are no longer available. Moreover the URL
listed in the ignore message redirects. Fetching from the new location is
impossible. This software has been EOL for a long time.
-rw-r--r-- | databases/jdbc-oracle8i/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/databases/jdbc-oracle8i/Makefile b/databases/jdbc-oracle8i/Makefile index 5b33c9a..8c9116a 100644 --- a/databases/jdbc-oracle8i/Makefile +++ b/databases/jdbc-oracle8i/Makefile @@ -15,6 +15,9 @@ EXTRACT_ONLY= ${CLASSES}${EXTRACT_SUFX} ${PATCH_FILE}${EXTRACT_SUFX} MAINTAINER= ports@FreeBSD.org COMMENT= The JDBC drivers for Oracle 8i +DEPRECATED= Oracle8i unsupported and unavailable; fetch site redirects +EXPIRATION_DATE= 2017-03-07 + PATCH_DEPENDS= ${LOCALBASE}/bin/zip:archivers/zip RESTRICTED= Must be downloaded direct from Oracle via www interface |