svn commit: r353699 - head/astro/weatherspect

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sun May 11 14:26:53 UTC 2014


Author: sunpoet
Date: Sun May 11 14:26:52 2014
New Revision: 353699
URL: http://svnweb.freebsd.org/changeset/ports/353699
QAT: https://qat.redports.org/buildarchive/r353699/

Log:
  - Update to 1.11
  - Update LICENSE
  - Remove Author line
  - Use single space after WWW:
  - Take maintainership
  
  Changes:
  - Added a bit of error checking for missing weather data
  - Made some of the critters walk through the trees

Modified:
  head/astro/weatherspect/Makefile
  head/astro/weatherspect/distinfo
  head/astro/weatherspect/pkg-descr

Modified: head/astro/weatherspect/Makefile
==============================================================================
--- head/astro/weatherspect/Makefile	Sun May 11 14:26:47 2014	(r353698)
+++ head/astro/weatherspect/Makefile	Sun May 11 14:26:52 2014	(r353699)
@@ -2,28 +2,30 @@
 # $FreeBSD$
 
 PORTNAME=	weatherspect
-PORTVERSION=	1.9
+PORTVERSION=	1.11
 CATEGORIES=	astro
-MASTER_SITES=	http://www.robobunny.com/projects/weatherspect/
+MASTER_SITES=	http://www.robobunny.com/projects/weatherspect/ \
+		LOCAL/sunpoet
 DISTNAME=	${PORTNAME}_v${PORTVERSION}
 
-MAINTAINER=	ports at FreeBSD.org
+MAINTAINER=	sunpoet at FreeBSD.org
 COMMENT=	Weather simulation in ASCII art
 
-LICENSE=	ART10 GPLv1
+LICENSE=	GPLv2 GPLv3
 LICENSE_COMB=	dual
 
-RUN_DEPENDS=	p5-Term-Animation>=0:${PORTSDIR}/devel/p5-Term-Animation \
-		p5-libwww>=0:${PORTSDIR}/www/p5-libwww \
-		p5-HTML-Parser>=0:${PORTSDIR}/www/p5-HTML-Parser
+RUN_DEPENDS=	p5-HTML-Parser>=0:${PORTSDIR}/www/p5-HTML-Parser \
+		p5-Term-Animation>=0:${PORTSDIR}/devel/p5-Term-Animation \
+		p5-libwww>=0:${PORTSDIR}/www/p5-libwww
 
-PORTSCOUT=	skipv:1.31	# Wrong versioning upstream
+PORTSCOUT=	skipv:1.31
 
 NO_BUILD=	yes
 USES=		perl5
+
 PLIST_FILES=	bin/weatherspect
 
 do-install:
-	${INSTALL_SCRIPT} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin
+	${INSTALL_SCRIPT} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin/
 
 .include <bsd.port.mk>

Modified: head/astro/weatherspect/distinfo
==============================================================================
--- head/astro/weatherspect/distinfo	Sun May 11 14:26:47 2014	(r353698)
+++ head/astro/weatherspect/distinfo	Sun May 11 14:26:52 2014	(r353699)
@@ -1,2 +1,2 @@
-SHA256 (weatherspect_v1.9.tar.gz) = 765052ae754877c803da597544e4758e6a5dd1344ebf18dbd452809567cd2828
-SIZE (weatherspect_v1.9.tar.gz) = 33298
+SHA256 (weatherspect_v1.11.tar.gz) = 6186b41c7db8529eaf98864c2760837a2664cf107d1fa53620beef686c2dc1b8
+SIZE (weatherspect_v1.11.tar.gz) = 40306

Modified: head/astro/weatherspect/pkg-descr
==============================================================================
--- head/astro/weatherspect/pkg-descr	Sun May 11 14:26:47 2014	(r353698)
+++ head/astro/weatherspect/pkg-descr	Sun May 11 14:26:52 2014	(r353699)
@@ -1,9 +1,8 @@
-WeatherSpect provides a reasonably accurate simulation of what the
-weather looks like outside, in ASCII art. It includes rain, snow,
-lightning, sleet, and hail. The windspeed and cloudiness are reflected
-in the velocity and quantity of clouds. There are trees that age,
-reproduce and die over the course of an hour, and a sun and moon that
-follow the actual sun and moonrise. There's also a dancing turtle.
+WeatherSpect provides a reasonably accurate simulation of what the weather looks
+like outside, in ASCII art. It includes rain, snow, lightning, sleet, and hail.
+The windspeed and cloudiness are reflected in the velocity and quantity of
+clouds. There are trees that age, reproduce and die over the course of an hour,
+and a sun and moon that follow the actual sun and moonrise. There's also a
+dancing turtle.
 
-Author:	Kirk Baucom <kbaucom at schizoid.com>
-WWW:	http://www.robobunny.com/projects/weatherspect/html/
+WWW: http://www.robobunny.com/projects/weatherspect/html/


More information about the svn-ports-head mailing list