diff options
author | Ruslan Makhmatkhanov <rm@FreeBSD.org> | 2016-02-25 20:10:33 +0000 |
---|---|---|
committer | Ruslan Makhmatkhanov <rm@FreeBSD.org> | 2016-02-25 20:10:33 +0000 |
commit | c6a9267b5c26229828b5a522820d288749c7dd49 (patch) | |
tree | 2253892e7c9c5e217067ed7ab4c846a692f7851c /databases | |
parent | 6a09303b9da1678c70f01f5d7dab123c291c68de (diff) |
databases/py-psycopg: mark deprecated
This port is obsoleted by databases/py-psycopg2 and no longer developed upstream
since 2011. Last consumer of it was just marked as deprecated. So mark this
DEPRECATED too and set to expire in one month.
Notes
Notes:
svn path=/head/; revision=409552
Diffstat (limited to 'databases')
-rw-r--r-- | databases/py-psycopg/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/databases/py-psycopg/Makefile b/databases/py-psycopg/Makefile index d4316b814936..32517da96fb5 100644 --- a/databases/py-psycopg/Makefile +++ b/databases/py-psycopg/Makefile @@ -12,6 +12,9 @@ DISTNAME= psycopg-${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= High performance Python adapter for PostgreSQL +DEPRECATED= This port is obsoleted by databases/py-psycopg2. Last consumer of it marked as deprecated +EXPIRATION_DATE= 2016-03-25 + RUN_DEPENDS= ${DATETIME_DEP}:${PORTSDIR}/lang/py-mx-base BUILD_DEPENDS= ${DATETIME_DEP}:${PORTSDIR}/lang/py-mx-base |