svn commit: r541162 - head/astro/pyephem

Wen Heping wen at FreeBSD.org
Sat Jul 4 00:59:50 UTC 2020


Author: wen
Date: Sat Jul  4 00:59:49 2020
New Revision: 541162
URL: https://svnweb.freebsd.org/changeset/ports/541162

Log:
  - Mark DEPRECATED
  
  Reviewed by:	rhurlin at gwdg.de

Modified:
  head/astro/pyephem/Makefile

Modified: head/astro/pyephem/Makefile
==============================================================================
--- head/astro/pyephem/Makefile	Sat Jul  4 00:56:49 2020	(r541161)
+++ head/astro/pyephem/Makefile	Sat Jul  4 00:59:49 2020	(r541162)
@@ -14,6 +14,9 @@ COMMENT=	Scientific-grade astronomical computations fo
 
 LICENSE=	LGPL3
 
+DEPRECATED=	Use py-ephem instead.
+EXPIRATION_DATE=	2020-08-04
+
 RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}ephem==${PORTVERSION}:astro/py-ephem@${PY_FLAVOR}
 
 USES=		python


More information about the svn-ports-all mailing list