diff options
author | Frederic Culot <culot@FreeBSD.org> | 2011-10-06 11:24:08 +0000 |
---|---|---|
committer | Frederic Culot <culot@FreeBSD.org> | 2011-10-06 11:24:08 +0000 |
commit | f554889f563f88a187fc639ef280fbdd1f4e4c0b (patch) | |
tree | 74db1ce92e8ad7753b6216c881a5c27f0a0ce44e /astro | |
parent | - Update to 0.44 (diff) |
- Update to 1.9
- Add LICENSE (Artistic 1 & GPLv1)
Changes: http://www.robobunny.com/projects/weatherspect/CHANGES
PR: ports/161327
Submitted by: Simon Olofsson <simon@olofsson.de> (maintainer)
Notes
Notes:
svn path=/head/; revision=283036
Diffstat (limited to 'astro')
-rw-r--r-- | astro/weatherspect/Makefile | 11 | ||||
-rw-r--r-- | astro/weatherspect/distinfo | 4 |
2 files changed, 9 insertions, 6 deletions
diff --git a/astro/weatherspect/Makefile b/astro/weatherspect/Makefile index f37eee2d7e52..921a9abe2b80 100644 --- a/astro/weatherspect/Makefile +++ b/astro/weatherspect/Makefile @@ -6,7 +6,7 @@ # PORTNAME= weatherspect -PORTVERSION= 1.8 +PORTVERSION= 1.9 CATEGORIES= astro MASTER_SITES= http://www.robobunny.com/projects/weatherspect/ DISTNAME= ${PORTNAME}_v${PORTVERSION} @@ -14,9 +14,12 @@ DISTNAME= ${PORTNAME}_v${PORTVERSION} MAINTAINER= simon@olofsson.de COMMENT= Weather simulation in ASCII art -RUN_DEPENDS= \ -${SITE_PERL}/Term/Animation.pm:${PORTSDIR}/devel/p5-Term-Animation \ -${SITE_PERL}/Weather/Underground.pm:${PORTSDIR}/astro/p5-Weather-Underground +LICENSE= ART10 GPLv1 +LICENSE_COMB= dual + +RUN_DEPENDS= ${SITE_PERL}/Term/Animation.pm:${PORTSDIR}/devel/p5-Term-Animation \ + ${SITE_PERL}/LWP/Simple.pm:${PORTSDIR}/www/p5-libwww \ + ${SITE_PERL}/${PERL_ARCH}/HTML/TokeParser.pm:${PORTSDIR}/www/p5-HTML-Parser PORTSCOUT= skipv:1.31 # Wrong versioning upstream diff --git a/astro/weatherspect/distinfo b/astro/weatherspect/distinfo index fc8d6b7320bb..cfcad0e07750 100644 --- a/astro/weatherspect/distinfo +++ b/astro/weatherspect/distinfo @@ -1,2 +1,2 @@ -SHA256 (weatherspect_v1.8.tar.gz) = 7a9f36e7c6e5f933a7ef06e2fb561a371a6a4c843494e051c822c98e49762e65 -SIZE (weatherspect_v1.8.tar.gz) = 32733 +SHA256 (weatherspect_v1.9.tar.gz) = 765052ae754877c803da597544e4758e6a5dd1344ebf18dbd452809567cd2828 +SIZE (weatherspect_v1.9.tar.gz) = 33298 |