Date: Tue, 22 Jan 2019 18:09:53 +0000 (UTC) From: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r490964 - head/astro/weatherspect Message-ID: <201901221809.x0MI9rhG063359@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201901221809.x0MI9rhG063359>