summaryrefslogtreecommitdiff
path: root/www/ruby-mechanize/Makefile
diff options
context:
space:
mode:
authortaca <taca@pkgsrc.org>2010-09-10 13:54:48 +0000
committertaca <taca@pkgsrc.org>2010-09-10 13:54:48 +0000
commit7d2f850b2270db065d0bf411118cbb71886a1cb1 (patch)
tree65550ef5454d590d4416371d9aee0b7396c81b06 /www/ruby-mechanize/Makefile
parentc37ae2bd26ca5202b8a89f4b4553061b3f13f157 (diff)
downloadpkgsrc-7d2f850b2270db065d0bf411118cbb71886a1cb1.tar.gz
Update www/mechanize to 1.0.0.
* Use lang/ruby/gem.mk instead of misc/rubygems/rubygem.mk. * Remove default value of GEM_BUILD. * Ajust new ruby package's framework. = Mechanize CHANGELOG === 1.0.0 * New Features: * An optional verb may be passed to Mechanize#get GH #26 * The WWW constant is deprecated. Switch to the top level constant Mechanize * SelectList#option_with and options_with for finding options * Bug Fixes: * Rescue errors from bogus encodings * 7bit content-encoding support. Thanks sporkmonger! GH #2 * Fixed a bug with iconv conversion. Thanks awesomeman! GH #9 * meta redirects outside the head are not followed. GH #13 * Form submissions work with nil page encodings. GH #25 * Fixing default values with serialized cookies. GH #3 * Checkboxes and fields are sorted by page appearance before submitting. #11
Diffstat (limited to 'www/ruby-mechanize/Makefile')
-rw-r--r--www/ruby-mechanize/Makefile10
1 files changed, 3 insertions, 7 deletions
diff --git a/www/ruby-mechanize/Makefile b/www/ruby-mechanize/Makefile
index 0c6cdd21527..f36e7655d85 100644
--- a/www/ruby-mechanize/Makefile
+++ b/www/ruby-mechanize/Makefile
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.3 2009/12/02 14:04:22 fhajny Exp $
+# $NetBSD: Makefile,v 1.4 2010/09/10 13:54:48 taca Exp $
-DISTNAME= mechanize-0.9.3
-PKGNAME= ${RUBY_PKGPREFIX}-${DISTNAME}
+DISTNAME= mechanize-1.0.0
CATEGORIES= www
MAINTAINER= minskim@NetBSD.org
@@ -11,10 +10,7 @@ LICENSE= gnu-gpl-v2
PKG_DESTDIR_SUPPORT= user-destdir
-DEPENDS+= hoe>=1.12.2:../../devel/hoe
DEPENDS+= ${RUBY_PKGPREFIX}-nokogiri>=1.2.1:../../textproc/ruby-nokogiri
-GEM_BUILD= gemspec
-
-.include "../../misc/rubygems/rubygem.mk"
+.include "../../lang/ruby/gem.mk"
.include "../../mk/bsd.pkg.mk"