diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2013-11-30 19:59:20 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2013-11-30 19:59:20 +0000 |
commit | ccd37892e38cf1c46fe1a669815a0b6a943fc9ca (patch) | |
tree | 5c998ef7e5d638cc5735a0e6f2e84136c01d3f91 /textproc/rubygem-sax-machine | |
parent | 8518cb6108573cef9a53c42c73e31982d8ae797c (diff) |
Notes
Diffstat (limited to 'textproc/rubygem-sax-machine')
-rw-r--r-- | textproc/rubygem-sax-machine/Makefile | 10 | ||||
-rw-r--r-- | textproc/rubygem-sax-machine/distinfo | 4 |
2 files changed, 8 insertions, 6 deletions
diff --git a/textproc/rubygem-sax-machine/Makefile b/textproc/rubygem-sax-machine/Makefile index b1d6c5d6ea6c..2aa986428a00 100644 --- a/textproc/rubygem-sax-machine/Makefile +++ b/textproc/rubygem-sax-machine/Makefile @@ -2,17 +2,19 @@ # $FreeBSD$ PORTNAME= sax-machine -PORTVERSION= 0.1.0 +PORTVERSION= 0.2.1 CATEGORIES= textproc rubygems MASTER_SITES= RG MAINTAINER= ruby@FreeBSD.org COMMENT= Declarative sax parsing library backed by Nokogiri -RUN_DEPENDS= rubygem-nokogiri>=0.0.0:${PORTSDIR}/textproc/rubygem-nokogiri +LICENSE= MIT -USE_RUBY= yes -USE_RUBYGEMS= yes +RUN_DEPENDS= rubygem-nokogiri>=1.6.0:${PORTSDIR}/textproc/rubygem-nokogiri + +USE_RUBY= yes +USE_RUBYGEMS= yes RUBYGEM_AUTOPLIST= yes .include <bsd.port.mk> diff --git a/textproc/rubygem-sax-machine/distinfo b/textproc/rubygem-sax-machine/distinfo index 08a3457b926d..7fd9041171ac 100644 --- a/textproc/rubygem-sax-machine/distinfo +++ b/textproc/rubygem-sax-machine/distinfo @@ -1,2 +1,2 @@ -SHA256 (rubygem/sax-machine-0.1.0.gem) = 1a0f19020b6cbd18dc7ce62e90d97f6c682dab8091525476c51df969442c8f16 -SIZE (rubygem/sax-machine-0.1.0.gem) = 12288 +SHA256 (rubygem/sax-machine-0.2.1.gem) = 10a835093938641f4b68566a2d83f54cab52d648d33f5842e8ce158e7b7842cc +SIZE (rubygem/sax-machine-0.2.1.gem) = 25600 |