Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 25 Aug 2016 18:48:12 +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: r420872 - head/devel/pythk
Message-ID:  <201608251848.u7PImCGv004369@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: rm
Date: Thu Aug 25 18:48:12 2016
New Revision: 420872
URL: https://svnweb.freebsd.org/changeset/ports/420872

Log:
  devel/pythk: mark deprecated
  
  This library has no documentation, no maintainer, no consumers in the ports tree
  Also there are no new releases since 2008. Because of this reasons, mark it
  deprecated and set to expire at 2016-09-25.

Modified:
  head/devel/pythk/Makefile

Modified: head/devel/pythk/Makefile
==============================================================================
--- head/devel/pythk/Makefile	Thu Aug 25 18:33:05 2016	(r420871)
+++ head/devel/pythk/Makefile	Thu Aug 25 18:48:12 2016	(r420872)
@@ -13,6 +13,9 @@ COMMENT=	Collection of Python functions
 
 LICENSE=	BSD2CLAUSE
 
+DEPRECATED=	Purpose of the library is unknown
+EXPIRATION_DATE=	2016-09-25
+
 USES=		python:2
 USE_PYTHON=	distutils autoplist
 



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