svn commit: r490971 - head/astro/weatherspect

Rene Ladan rene at FreeBSD.org
Tue Jan 22 18:42:19 UTC 2019


Author: rene
Date: Tue Jan 22 18:42:18 2019
New Revision: 490971
URL: https://svnweb.freebsd.org/changeset/ports/490971

Log:
  astro/weatherspect: use the intended EXPIRATION_DATE value

Modified:
  head/astro/weatherspect/Makefile

Modified: head/astro/weatherspect/Makefile
==============================================================================
--- head/astro/weatherspect/Makefile	Tue Jan 22 18:41:41 2019	(r490970)
+++ head/astro/weatherspect/Makefile	Tue Jan 22 18:42:18 2019	(r490971)
@@ -15,7 +15,7 @@ LICENSE=	GPLv2 GPLv3
 LICENSE_COMB=	dual
 
 DEPRECATED=	Weather Underground does not provide free API keys anymore
-EXPIRATION_DATE=2018-01-31
+EXPIRATION_DATE=2019-01-31
 
 RUN_DEPENDS=	p5-HTML-Parser>=0:www/p5-HTML-Parser \
 		p5-Term-Animation>=0:devel/p5-Term-Animation \


More information about the svn-ports-head mailing list