From owner-svn-ports-head@freebsd.org Thu Aug 25 18:48:14 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 01230BC68D4; Thu, 25 Aug 2016 18:48:14 +0000 (UTC) (envelope-from rm@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id C5AD017B5; Thu, 25 Aug 2016 18:48:13 +0000 (UTC) (envelope-from rm@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u7PImCWO004370; Thu, 25 Aug 2016 18:48:12 GMT (envelope-from rm@FreeBSD.org) Received: (from rm@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u7PImCGv004369; Thu, 25 Aug 2016 18:48:12 GMT (envelope-from rm@FreeBSD.org) Message-Id: <201608251848.u7PImCGv004369@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: rm set sender to rm@FreeBSD.org using -f From: Ruslan Makhmatkhanov Date: Thu, 25 Aug 2016 18:48:12 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r420872 - head/devel/pythk X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 25 Aug 2016 18:48:14 -0000 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