svn commit: r490964 - head/astro/weatherspect

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Tue Jan 22 18:09:54 UTC 2019


Author: sunpoet
Date: Tue Jan 22 18:09:53 2019
New Revision: 490964
URL: https://svnweb.freebsd.org/changeset/ports/490964

Log:
  Mark DEPRECATED and set EXPIRATION_DATE to 2019-01-31

Modified:
  head/astro/weatherspect/Makefile

Modified: head/astro/weatherspect/Makefile
==============================================================================
--- head/astro/weatherspect/Makefile	Tue Jan 22 18:02:49 2019	(r490963)
+++ head/astro/weatherspect/Makefile	Tue Jan 22 18:09:53 2019	(r490964)
@@ -14,6 +14,9 @@ COMMENT=	Weather simulation in ASCII art
 LICENSE=	GPLv2 GPLv3
 LICENSE_COMB=	dual
 
+DEPRECATED=	Weather Underground does not provide free API keys anymore
+EXPIRATION_DATE=2018-01-31
+
 RUN_DEPENDS=	p5-HTML-Parser>=0:www/p5-HTML-Parser \
 		p5-Term-Animation>=0:devel/p5-Term-Animation \
 		p5-libwww>=0:www/p5-libwww


More information about the svn-ports-all mailing list