Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 25 Feb 2016 20:10:34 +0000 (UTC)
From:      Ruslan Makhmatkhanov <rm@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r409552 - head/databases/py-psycopg
Message-ID:  <201602252010.u1PKAYEm067362@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201602252010.u1PKAYEm067362>