svn commit: r420872 - head/devel/pythk

Ruslan Makhmatkhanov rm at FreeBSD.org
Thu Aug 25 18:48:14 UTC 2016


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
 


More information about the svn-ports-head mailing list