summaryrefslogtreecommitdiff
path: root/databases
diff options
context:
space:
mode:
Diffstat (limited to 'databases')
-rw-r--r--databases/cassandra3/Makefile3
-rw-r--r--databases/mtools-mongodb/Makefile3
-rw-r--r--databases/mydbf2mysql/Makefile3
-rw-r--r--databases/ntdb/Makefile3
-rw-r--r--databases/pgloader/Makefile3
-rw-r--r--databases/pgtune/Makefile3
-rw-r--r--databases/postgresql-libpqxx3/Makefile3
-rw-r--r--databases/postgresql-libpqxx4/Makefile3
-rw-r--r--databases/pydbx/Makefile3
-rw-r--r--databases/pyspatialite/Makefile3
10 files changed, 30 insertions, 0 deletions
diff --git a/databases/cassandra3/Makefile b/databases/cassandra3/Makefile
index c51c5eee3a06..d2d489f2bb71 100644
--- a/databases/cassandra3/Makefile
+++ b/databases/cassandra3/Makefile
@@ -16,6 +16,9 @@ COMMENT= Highly scalable distributed database
LICENSE= APACHE20
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
+DEPRECATED= Uses deprecated version of python
+EXPIRATION_DATE= 2020-09-15
+
RUN_DEPENDS= snappyjava>=0:archivers/snappy-java
USES= python:2.7
diff --git a/databases/mtools-mongodb/Makefile b/databases/mtools-mongodb/Makefile
index 9d2e52b2b2b3..9043175fedee 100644
--- a/databases/mtools-mongodb/Makefile
+++ b/databases/mtools-mongodb/Makefile
@@ -14,6 +14,9 @@ COMMENT= Setup test environments; parse, filter and visualize MongoDB log files
LICENSE= APACHE20
+DEPRECATED= Uses deprecated version of python
+EXPIRATION_DATE= 2020-09-15
+
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}psutil>=2.0:sysutils/py-psutil@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}pymongo>0:databases/pymongo@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}matplotlib>0:math/py-matplotlib@${PY_FLAVOR}
diff --git a/databases/mydbf2mysql/Makefile b/databases/mydbf2mysql/Makefile
index 99688bd92f2b..87f603e6e1a0 100644
--- a/databases/mydbf2mysql/Makefile
+++ b/databases/mydbf2mysql/Makefile
@@ -11,6 +11,9 @@ DISTNAME= MyDBF2MySQL-${PORTVERSION}
MAINTAINER= andrey.polyakov@unix.net
COMMENT= Flexible tool for DBF import into MySQL
+DEPRECATED= Uses deprecated version of python
+EXPIRATION_DATE= 2020-09-15
+
RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}MySQLdb>=1.2.2:databases/py-MySQLdb@${PY_FLAVOR}
RUN_DEPENDS+= ydbf>=0.0.1:devel/py-ydbf@${PY_FLAVOR}
diff --git a/databases/ntdb/Makefile b/databases/ntdb/Makefile
index 63b9db5bb4dd..004249b977e9 100644
--- a/databases/ntdb/Makefile
+++ b/databases/ntdb/Makefile
@@ -12,6 +12,9 @@ COMMENT= Not so Trivial DataBase
LICENSE= GPLv3
+DEPRECATED= Uses deprecated version of python
+EXPIRATION_DATE= 2020-09-15
+
CONFLICTS=
USES= compiler pkgconfig waf
diff --git a/databases/pgloader/Makefile b/databases/pgloader/Makefile
index f6e773596b2f..f65ed08d9d2f 100644
--- a/databases/pgloader/Makefile
+++ b/databases/pgloader/Makefile
@@ -10,6 +10,9 @@ MASTER_SITES= http://pgfoundry.org/frs/download.php/1814/
MAINTAINER= pea@raveland.org
COMMENT= Import CSV data and Large Object to PostgreSQL
+DEPRECATED= Uses deprecated version of python
+EXPIRATION_DATE= 2020-09-15
+
NO_BUILD= yes
USES= python:2.7 shebangfix
SHEBANG_FILES= *.py
diff --git a/databases/pgtune/Makefile b/databases/pgtune/Makefile
index d43ca2f3201c..dca660f6fdf7 100644
--- a/databases/pgtune/Makefile
+++ b/databases/pgtune/Makefile
@@ -14,6 +14,9 @@ COMMENT= Postgresql.conf tuning tips based on hardware and load type
LICENSE= BSD3CLAUSE
LICENSE_FILE= ${WRKSRC}/COPYRIGHT
+DEPRECATED= Uses deprecated version of python
+EXPIRATION_DATE= 2020-09-15
+
USES= python:2.7,run shebangfix
SHEBANG_FILES= ${PORTNAME}
NO_BUILD= yes
diff --git a/databases/postgresql-libpqxx3/Makefile b/databases/postgresql-libpqxx3/Makefile
index 0bb70a5c9402..0a28757e7b17 100644
--- a/databases/postgresql-libpqxx3/Makefile
+++ b/databases/postgresql-libpqxx3/Makefile
@@ -15,6 +15,9 @@ COMMENT= New C++ interface for PostgreSQL
LICENSE= BSD3CLAUSE
+DEPRECATED= Uses deprecated version of python
+EXPIRATION_DATE= 2020-09-15
+
CONFLICTS= postgresql-libpqxx-2.* postgresql-libpqxx-[4-9].* \
postgresql-libpqxx4-4.*
PORTSCOUT= limit:^3\.
diff --git a/databases/postgresql-libpqxx4/Makefile b/databases/postgresql-libpqxx4/Makefile
index e8306df0ffcd..1c48bc6ed73f 100644
--- a/databases/postgresql-libpqxx4/Makefile
+++ b/databases/postgresql-libpqxx4/Makefile
@@ -15,6 +15,9 @@ COMMENT= New C++ interface for PostgreSQL
LICENSE= BSD3CLAUSE
+DEPRECATED= Uses deprecated version of python
+EXPIRATION_DATE= 2020-09-15
+
CONFLICTS= postgresql-libpqxx-3.* postgresql-libpqxx3-3.* postgresql-libpqxx-6.*
PORTSCOUT= limit:^4\.
diff --git a/databases/pydbx/Makefile b/databases/pydbx/Makefile
index 2b508ed7daab..bb4e24c7ed21 100644
--- a/databases/pydbx/Makefile
+++ b/databases/pydbx/Makefile
@@ -11,6 +11,9 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= david@acz.org
COMMENT= Simple SQL database abstraction layer for Python
+DEPRECATED= Uses deprecated version of python
+EXPIRATION_DATE= 2020-09-15
+
USES= python:2.7
USE_PYTHON= distutils autoplist
diff --git a/databases/pyspatialite/Makefile b/databases/pyspatialite/Makefile
index 9c7ae237c087..62efd02ad478 100644
--- a/databases/pyspatialite/Makefile
+++ b/databases/pyspatialite/Makefile
@@ -15,6 +15,9 @@ COMMENT= DB-API 2.0 interface for SQLite 3.x with Spatialite
LICENSE= ZLIB
LICENSE_FILE= ${WRKSRC}/LICENSE
+DEPRECATED= Uses deprecated version of python
+EXPIRATION_DATE= 2020-09-15
+
LIB_DEPENDS= libspatialite.so:databases/spatialite \
libgeos_c.so:graphics/geos \
libproj.so:graphics/proj \