diff options
author | marino <marino@FreeBSD.org> | 2017-02-10 23:37:08 +0800 |
---|---|---|
committer | marino <marino@FreeBSD.org> | 2017-02-10 23:37:08 +0800 |
commit | 4cc7664376942a9d5f029f02a009be71ab615845 (patch) | |
tree | 8d436964be4d02c7f5de0d3c03b978d4d799de3e | |
parent | f4719e4a14730b047569f08046e70e30df521bbc (diff) | |
download | freebsd-ports-gnome-4cc7664376942a9d5f029f02a009be71ab615845.tar.gz freebsd-ports-gnome-4cc7664376942a9d5f029f02a009be71ab615845.tar.zst freebsd-ports-gnome-4cc7664376942a9d5f029f02a009be71ab615845.zip |
Fallout: Deprecate 2 ports dependent on oracle7 and oracle8 clients
Use the same expiration date for p5-DBD-Oracle and yasql as the clients.
-rw-r--r-- | databases/p5-DBD-Oracle/Makefile | 3 | ||||
-rw-r--r-- | databases/yasql/Makefile | 3 |
2 files changed, 6 insertions, 0 deletions
diff --git a/databases/p5-DBD-Oracle/Makefile b/databases/p5-DBD-Oracle/Makefile index 4783afea5234..dd30d5e66e27 100644 --- a/databases/p5-DBD-Oracle/Makefile +++ b/databases/p5-DBD-Oracle/Makefile @@ -11,6 +11,9 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= DBI driver for Oracle RDBMS server +DEPRECATED= Depends on deprecated Oracle 7 (or 8) client +EXPIRATION_DATE= 2017-03-07 + BUILD_DEPENDS= p5-DBI>=0:databases/p5-DBI RUN_DEPENDS:= ${BUILD_DEPENDS} diff --git a/databases/yasql/Makefile b/databases/yasql/Makefile index dddd17e92c62..e78f7ebe50b1 100644 --- a/databases/yasql/Makefile +++ b/databases/yasql/Makefile @@ -10,6 +10,9 @@ MASTER_SITES= SF MAINTAINER= ports@FreeBSD.org COMMENT= Yet Another SQL*Plus Replacement +DEPRECATED= Dependent on deprecated oracle7-client +EXPIRATION_DATE= 2017-03-07 + LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/LICENSE |