svn commit: r409552 - head/databases/py-psycopg

Ruslan Makhmatkhanov rm at FreeBSD.org
Thu Feb 25 20:10:35 UTC 2016


Author: rm
Date: Thu Feb 25 20:10:33 2016
New Revision: 409552
URL: https://svnweb.freebsd.org/changeset/ports/409552

Log:
  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.

Modified:
  head/databases/py-psycopg/Makefile

Modified: head/databases/py-psycopg/Makefile
==============================================================================
--- head/databases/py-psycopg/Makefile	Thu Feb 25 20:09:56 2016	(r409551)
+++ head/databases/py-psycopg/Makefile	Thu Feb 25 20:10:33 2016	(r409552)
@@ -12,6 +12,9 @@ DISTNAME=	psycopg-${PORTVERSION}
 MAINTAINER=	ports at 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
 


More information about the svn-ports-all mailing list