Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 22 Jan 2019 18:42:19 +0000 (UTC)
From:      Rene Ladan <rene@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r490971 - head/astro/weatherspect
Message-ID:  <201901221842.x0MIgJlA084439@repo.freebsd.org>

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



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