svn commit: r435643 - head/databases/powerarchitect
Rene Ladan
rene at FreeBSD.org
Tue Mar 7 19:25:55 UTC 2017
Author: rene
Date: Tue Mar 7 19:25:54 2017
New Revision: 435643
URL: https://svnweb.freebsd.org/changeset/ports/435643
Log:
databases/powerarchitect: remove dependency on expired databases/jdbc-oracle10g
Modified:
head/databases/powerarchitect/Makefile
Modified: head/databases/powerarchitect/Makefile
==============================================================================
--- head/databases/powerarchitect/Makefile Tue Mar 7 19:24:22 2017 (r435642)
+++ head/databases/powerarchitect/Makefile Tue Mar 7 19:25:54 2017 (r435643)
@@ -16,9 +16,8 @@ BROKEN= Unfetchable (google code has go
DEPRECATED= Unfetchable for more than six months (google code has gone away)
EXPIRATION_DATE= 2017-04-30
-OPTIONS_DEFINE= ORACLE_JDBC MYSQL_JDBC PGSQL_JDBC
+OPTIONS_DEFINE= MYSQL_JDBC PGSQL_JDBC
-ORACLE_JDBC_RUN_DEPENDS= ${JAVALIBDIR}/ojdbc-10.2.0.5.jar:databases/jdbc-oracle10g
MYSQL_JDBC_RUN_DEPENDS= ${JAVALIBDIR}/mysql-connector-java.jar:databases/mysql-connector-java
PGSQL_JDBC_RUN_DEPENDS= ${JAVALIBDIR}/postgresql.jar:databases/postgresql-jdbc
More information about the svn-ports-all
mailing list