diff options
author | taca <taca@pkgsrc.org> | 2015-02-02 12:26:21 +0000 |
---|---|---|
committer | taca <taca@pkgsrc.org> | 2015-02-02 12:26:21 +0000 |
commit | dde58af58ad5d416b52cd5b201f7e2bf10531f02 (patch) | |
tree | 65cb247a258f0a62e26ec78ca093d7183d9f4ae2 /textproc/ruby-rison | |
parent | bb7494fab74fdbfd47fa7060360ce8282676264c (diff) | |
download | pkgsrc-dde58af58ad5d416b52cd5b201f7e2bf10531f02.tar.gz |
Relax delendency to ruby-parslet. I have not enough time to commit this
yesterday.
Bump PKGREVISION.
Diffstat (limited to 'textproc/ruby-rison')
-rw-r--r-- | textproc/ruby-rison/Makefile | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/textproc/ruby-rison/Makefile b/textproc/ruby-rison/Makefile index dd445b84251..6b0f6f95e37 100644 --- a/textproc/ruby-rison/Makefile +++ b/textproc/ruby-rison/Makefile @@ -1,6 +1,7 @@ -# $NetBSD: Makefile,v 1.4 2013/02/11 09:17:42 taca Exp $ +# $NetBSD: Makefile,v 1.5 2015/02/02 12:26:21 taca Exp $ DISTNAME= rison-2.0.0 +PKGREVISION= 1 CATEGORIES= textproc MAINTAINER= pkgsrc-users@NetBSD.org @@ -8,7 +9,9 @@ HOMEPAGE= https://github.com/tim/ruby-rison/ COMMENT= Ruby implementation of Rison - Compact Data in URIs LICENSE= mit -DEPENDS+= ${RUBY_PKGPREFIX}-parslet>=1.4.0<1.5:../../devel/ruby-parslet +DEPENDS+= ${RUBY_PKGPREFIX}-parslet>=1.4.0:../../devel/ruby-parslet + +OVERRIDE_GEMSPEC+= parslet>=1.4.0 pre-configure: ${CHMOD} 0644 ${WRKSRC}/lib/rison/dump.rb |