From owner-svn-ports-head@freebsd.org Mon Dec 18 11:22:05 2017 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 3EB22E83EC0; Mon, 18 Dec 2017 11:22:05 +0000 (UTC) (envelope-from amdmi3@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 08E3A758E2; Mon, 18 Dec 2017 11:22:04 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id vBIBM4EC058325; Mon, 18 Dec 2017 11:22:04 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id vBIBM40b058324; Mon, 18 Dec 2017 11:22:04 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201712181122.vBIBM40b058324@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Mon, 18 Dec 2017 11:22:04 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r456618 - head/graphics/py-rabbyt X-SVN-Group: ports-head X-SVN-Commit-Author: amdmi3 X-SVN-Commit-Paths: head/graphics/py-rabbyt X-SVN-Commit-Revision: 456618 X-SVN-Commit-Repository: ports 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.25 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: Mon, 18 Dec 2017 11:22:05 -0000 Author: amdmi3 Date: Mon Dec 18 11:22:03 2017 New Revision: 456618 URL: https://svnweb.freebsd.org/changeset/ports/456618 Log: - Deprecate and expire: this was only needed for a single port which is no longer in the tree, and the development has ceased (see http://arcticpaint.com/projects/rabbyt/) Modified: head/graphics/py-rabbyt/Makefile Modified: head/graphics/py-rabbyt/Makefile ============================================================================== --- head/graphics/py-rabbyt/Makefile Mon Dec 18 11:21:40 2017 (r456617) +++ head/graphics/py-rabbyt/Makefile Mon Dec 18 11:22:03 2017 (r456618) @@ -13,6 +13,9 @@ DISTNAME= Rabbyt-${PORTVERSION} MAINTAINER= amdmi3@FreeBSD.org COMMENT= Fast sprite library for Python +DEPRECATED= Development ceased, no longer used in the ports +EXPIRATION_DATE=2018-01-18 + USES= python:2.7 USE_PYTHON= distutils autoplist USE_GL= gl glu