diff options
author | decke <decke@FreeBSD.org> | 2010-08-19 04:05:47 +0800 |
---|---|---|
committer | decke <decke@FreeBSD.org> | 2010-08-19 04:05:47 +0800 |
commit | 9735c06416d78488c3b1df61118a7a07b2e01aec (patch) | |
tree | 2bf6e95feac0aa97b33f9d8183b2bce406390251 /astro/weatherspect | |
parent | fdb0fdd29e842fcbea1be6c8013937d566aedaad (diff) | |
download | freebsd-ports-gnome-9735c06416d78488c3b1df61118a7a07b2e01aec.tar.gz freebsd-ports-gnome-9735c06416d78488c3b1df61118a7a07b2e01aec.tar.zst freebsd-ports-gnome-9735c06416d78488c3b1df61118a7a07b2e01aec.zip |
- Add PORTSCOUT to ignore 1.31 (should have been 1.3.1)
PR: ports/149723
Submitted by: Simon Olofsson <simon at olofsson dot de>
Approved by: beat (co-mentor)
Diffstat (limited to 'astro/weatherspect')
-rw-r--r-- | astro/weatherspect/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/astro/weatherspect/Makefile b/astro/weatherspect/Makefile index 31f375369f27..f37eee2d7e52 100644 --- a/astro/weatherspect/Makefile +++ b/astro/weatherspect/Makefile @@ -18,6 +18,8 @@ RUN_DEPENDS= \ ${SITE_PERL}/Term/Animation.pm:${PORTSDIR}/devel/p5-Term-Animation \ ${SITE_PERL}/Weather/Underground.pm:${PORTSDIR}/astro/p5-Weather-Underground +PORTSCOUT= skipv:1.31 # Wrong versioning upstream + NO_BUILD= yes USE_PERL5= yes PLIST_FILES= bin/weatherspect |