diff options
author | Steve Wills <swills@FreeBSD.org> | 2014-06-08 02:48:40 +0000 |
---|---|---|
committer | Steve Wills <swills@FreeBSD.org> | 2014-06-08 02:48:40 +0000 |
commit | 5b2f3e36c2381e59633c8e9fbcf01779bfc7a50b (patch) | |
tree | 22061089b27caa2711ffd799d865303b1a12edd1 /www | |
parent | 4bcc78ce61e20156381748959c433ff19d25fae4 (diff) | |
download | freebsd-ports-5b2f3e36c2381e59633c8e9fbcf01779bfc7a50b.zip |
- Keep portscout from looking for newer versions
PR: 189867
Submitted by: Joseph Benden <joe@thrallingpenguin.com> (maintainer)
Diffstat (limited to 'www')
-rw-r--r-- | www/rubygem-httpi/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/www/rubygem-httpi/Makefile b/www/rubygem-httpi/Makefile index c71bfab0b271..7f00983933f0 100644 --- a/www/rubygem-httpi/Makefile +++ b/www/rubygem-httpi/Makefile @@ -17,4 +17,6 @@ USE_RUBY= yes USE_RUBYGEMS= yes RUBYGEM_AUTOPLIST= yes +PORTSCOUT= limit:^0\.9\. + .include <bsd.port.mk> |