e4b66ab8b8
=== 2.7.5 * New Features * All 4xx responses and RedirectLimitReachedError when fetching robots.txt are treated as full allow just like Googlebot does. * Enable support for mime-types > 3. * Bug fix * Don't cause infinite loop when `GET /robots.txt` redirects. (#457) * Fix basic authentication for a realm that contains uppercase characters. (#458, #459) * Fix encoding error when uploading a file which name is non-ASCII. (#333)
21 lines
943 B
Makefile
21 lines
943 B
Makefile
# $NetBSD: Makefile,v 1.18 2016/10/18 15:50:43 taca Exp $
|
|
|
|
DISTNAME= mechanize-2.7.5
|
|
CATEGORIES= www
|
|
|
|
MAINTAINER= minskim@NetBSD.org
|
|
HOMEPAGE= https://github.com/sparklemotion/mechanize
|
|
COMMENT= Library to automate interaction with websites
|
|
LICENSE= mit
|
|
|
|
DEPENDS+= ${RUBY_PKGPREFIX}-net-http-digest_auth>=1.1.1:../../www/ruby-net-http-digest_auth
|
|
DEPENDS+= ${RUBY_PKGPREFIX}-net-http-persistent>=2.5.2:../../www/ruby-net-http-persistent
|
|
DEPENDS+= ${RUBY_PKGPREFIX}-mime-types2>=2.0<3:../../mail/ruby-mime-types2
|
|
DEPENDS+= ${RUBY_PKGPREFIX}-domain_name>=0.5.1<1:../../net/ruby-domain_name
|
|
DEPENDS+= ${RUBY_PKGPREFIX}-http-cookie>=1.0<2:../../www/ruby-http-cookie
|
|
DEPENDS+= ${RUBY_PKGPREFIX}-nokogiri>=1.6<2:../../textproc/ruby-nokogiri
|
|
DEPENDS+= ${RUBY_PKGPREFIX}-ntlm-http>=0.1<1:../../www/ruby-ntlm-http
|
|
DEPENDS+= ${RUBY_PKGPREFIX}-webrobots>=0.0<0.2:../../www/ruby-webrobots
|
|
|
|
.include "../../lang/ruby/gem.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|