svn commit: r433895 - head/databases/jdbc-oracle9i

Thierry Thomas thierry at FreeBSD.org
Sat Feb 11 17:09:53 UTC 2017


Author: thierry
Date: Sat Feb 11 17:09:52 2017
New Revision: 433895
URL: https://svnweb.freebsd.org/changeset/ports/433895

Log:
  This driver is no more supported.
  
  Remove my maintainership and mark as deprecated.
  
  Notified by:	marino

Modified:
  head/databases/jdbc-oracle9i/Makefile
  head/databases/jdbc-oracle9i/pkg-descr

Modified: head/databases/jdbc-oracle9i/Makefile
==============================================================================
--- head/databases/jdbc-oracle9i/Makefile	Sat Feb 11 17:05:42 2017	(r433894)
+++ head/databases/jdbc-oracle9i/Makefile	Sat Feb 11 17:09:52 2017	(r433895)
@@ -11,9 +11,12 @@ DISTFILES=	${CLASSES} ${OCRS_FILE}
 DIST_SUBDIR=	oracle9i
 EXTRACT_ONLY=	# none
 
-MAINTAINER=	thierry at FreeBSD.org
+MAINTAINER=	ports at 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

Modified: head/databases/jdbc-oracle9i/pkg-descr
==============================================================================
--- head/databases/jdbc-oracle9i/pkg-descr	Sat Feb 11 17:05:42 2017	(r433894)
+++ head/databases/jdbc-oracle9i/pkg-descr	Sat Feb 11 17:09:52 2017	(r433895)
@@ -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


More information about the svn-ports-all mailing list