svn commit: r525849 - head/graphics/py-pyglet12

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Tue Feb 11 17:54:26 UTC 2020


Author: sunpoet
Date: Tue Feb 11 17:54:25 2020
New Revision: 525849
URL: https://svnweb.freebsd.org/changeset/ports/525849

Log:
  Mark DEPRECATED and set EXPIRATION_DATE to 2020-02-29

Modified:
  head/graphics/py-pyglet12/Makefile

Modified: head/graphics/py-pyglet12/Makefile
==============================================================================
--- head/graphics/py-pyglet12/Makefile	Tue Feb 11 17:54:20 2020	(r525848)
+++ head/graphics/py-pyglet12/Makefile	Tue Feb 11 17:54:25 2020	(r525849)
@@ -14,6 +14,9 @@ COMMENT=	Cross-platform windowing and multimedia libra
 LICENSE=	BSD3CLAUSE
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
+DEPRECATED=	Use graphics/py-pyglet instead
+EXPIRATION_DATE=2020-02-29
+
 USES=		python
 USE_PYTHON=	autoplist distutils
 


More information about the svn-ports-all mailing list