diff options
-rw-r--r-- | databases/jdbc-oracle9i/Makefile | 5 | ||||
-rw-r--r-- | databases/jdbc-oracle9i/pkg-descr | 2 |
2 files changed, 5 insertions, 2 deletions
diff --git a/databases/jdbc-oracle9i/Makefile b/databases/jdbc-oracle9i/Makefile index b8aee8c79d72..c20f9bb43a46 100644 --- a/databases/jdbc-oracle9i/Makefile +++ b/databases/jdbc-oracle9i/Makefile @@ -11,9 +11,12 @@ DISTFILES= ${CLASSES} ${OCRS_FILE} DIST_SUBDIR= oracle9i EXTRACT_ONLY= # none -MAINTAINER= thierry@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= The JDBC drivers for Oracle 9i +DEPRECATED= Oracle 9i is no more supported +EXPIRATION_DATE= 2017-03-07 + RESTRICTED= This software is under license and export controls USE_JAVA= yes diff --git a/databases/jdbc-oracle9i/pkg-descr b/databases/jdbc-oracle9i/pkg-descr index d3d60856ce95..2503a287812a 100644 --- a/databases/jdbc-oracle9i/pkg-descr +++ b/databases/jdbc-oracle9i/pkg-descr @@ -1,4 +1,4 @@ This is a port of the JDBC driver which is used to access Oracle 9i databases using a database-independant API in Java for use with JDK 1.4. -WWW: http://www.oracle.com/technology/tech/java/sqlj_jdbc/index.html +WWW: http://www.oracle.com/technetwork/database/features/jdbc/index-091264.html |