Bump revisions for ruby gem/extconf ports after the switch to ruby 1.9

by default, since the ruby 1.8 version now has a ruby18 explicit FLAVOR.

Remove dependency on parsetree, since it isn't a required dependency,
and parsetree does not run on ruby 1.9.
This commit is contained in:
jeremy 2012-09-23 16:58:40 +00:00
parent c3579f1baf
commit ec54adfe61
4 changed files with 11 additions and 16 deletions

View File

@ -1,15 +1,14 @@
# $OpenBSD: Makefile,v 1.9 2011/09/16 08:48:04 espie Exp $
# $OpenBSD: Makefile,v 1.10 2012/09/23 16:58:40 jeremy Exp $
COMMENT = model factory for DataMapper
DISTNAME = dm-sweatshop-${VERSION}
REVISION = 1
REVISION = 2
RUN_DEPENDS = databases/ruby-datamapper/core,${MODRUBY_FLAVOR}${DM_REL_VER_SPEC} \
textproc/ruby-randexp,${MODRUBY_FLAVOR}>=0.1.5,<0.2
REGRESS_DEPENDS = databases/ruby-datamapper/validations,${MODRUBY_FLAVOR} \
databases/ruby-do_sqlite3,${MODRUBY_FLAVOR} \
devel/ruby-parsetree,${MODRUBY_FLAVOR}
databases/ruby-do_sqlite3,${MODRUBY_FLAVOR}
.include <bsd.port.mk>

View File

@ -1,9 +1,9 @@
# $OpenBSD: Makefile,v 1.13 2011/09/16 09:24:58 espie Exp $
# $OpenBSD: Makefile,v 1.14 2012/09/23 16:58:40 jeremy Exp $
COMMENT = generating pure Ruby code easily from ParseTree\'s Sexps
DISTNAME = ruby2ruby-1.2.4
REVISION = 4
REVISION = 5
CATEGORIES = devel
# MIT
@ -15,8 +15,7 @@ PERMIT_DISTFILES_FTP = Yes
MODULES = lang/ruby
BUILD_DEPENDS = ${RUN_DEPENDS}
RUN_DEPENDS = devel/ruby-parsetree,${MODRUBY_FLAVOR}>=3.0 \
devel/ruby-ruby_parser,${MODRUBY_FLAVOR}>=2.0 \
RUN_DEPENDS = devel/ruby-ruby_parser,${MODRUBY_FLAVOR}>=2.0 \
devel/ruby-sexp_processor,${MODRUBY_FLAVOR}>=3.0
CONFIGURE_STYLE = ruby gem

View File

@ -1,9 +1,9 @@
# $OpenBSD: Makefile,v 1.10 2011/09/16 09:24:58 espie Exp $
# $OpenBSD: Makefile,v 1.11 2012/09/23 16:58:40 jeremy Exp $
COMMENT = Ruby parser written in pure Ruby
DISTNAME = ruby_parser-2.0.4
REVISION = 4
REVISION = 5
CATEGORIES = devel
# MIT
@ -17,8 +17,7 @@ MODULES = lang/ruby
CONFIGURE_STYLE = ruby gem
BUILD_DEPENDS = ${RUN_DEPENDS}
RUN_DEPENDS = devel/ruby-sexp_processor,${MODRUBY_FLAVOR}>=3.0.1 \
devel/ruby-parsetree,${MODRUBY_FLAVOR}>=2.3.0
RUN_DEPENDS = devel/ruby-sexp_processor,${MODRUBY_FLAVOR}>=3.0.1
REGRESS_DEPENDS = devel/ruby-hoe,${MODRUBY_FLAVOR} \
devel/ruby-minitest,${MODRUBY_FLAVOR}

View File

@ -1,8 +1,9 @@
# $OpenBSD: Makefile,v 1.11 2011/11/17 15:51:51 jeremy Exp $
# $OpenBSD: Makefile,v 1.12 2012/09/23 16:58:40 jeremy Exp $
COMMENT = generate random strings from most regular expressions
DISTNAME = randexp-0.1.6
REVISION = 0
CATEGORIES = textproc
# MIT
@ -19,7 +20,4 @@ REGRESS_DEPENDS = devel/ruby-rcov,${MODRUBY_FLAVOR}
MODRUBY_REGRESS = rake rspec
MODRUBY_REGRESS_TARGET = specs
RUN_DEPENDS = devel/ruby-parsetree
BUILD_DEPENDS = ${RUN_DEPENDS}
.include <bsd.port.mk>