Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 4 Jul 2020 00:59:50 +0000 (UTC)
From:      Wen Heping <wen@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r541162 - head/astro/pyephem
Message-ID:  <202007040059.0640xo9k022080@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202007040059.0640xo9k022080>