diff options
author | pgollucci <pgollucci@FreeBSD.org> | 2010-12-11 07:02:34 +0800 |
---|---|---|
committer | pgollucci <pgollucci@FreeBSD.org> | 2010-12-11 07:02:34 +0800 |
commit | 36634f5ba2e3f00076f73bdcdc0ba20892799c61 (patch) | |
tree | f93ef49482fc547aa38fab9109dfe03fc6ccd696 /databases/ruby-dbi | |
parent | 201b52a92e5e3c010296267501d1c0048b0467ba (diff) | |
download | freebsd-ports-gnome-36634f5ba2e3f00076f73bdcdc0ba20892799c61.tar.gz freebsd-ports-gnome-36634f5ba2e3f00076f73bdcdc0ba20892799c61.tar.zst freebsd-ports-gnome-36634f5ba2e3f00076f73bdcdc0ba20892799c61.zip |
- Fix
databases/ruby-dbi: /usr/local/lib/ruby/site_ruby/1.8/dbi/utils/date.rb:57:
undefined method `deprecate' for DBI::Date:Class (NoMethodError)
- Bump PORTREVISION
PR: ports/147809
Submitted by: Hartmann, O. <ohartman@mail.zedat.fu-berlin.de>
With Hat: ruby@
Sponsored by: RideCharge Inc. / TaxiMagic
Diffstat (limited to 'databases/ruby-dbi')
-rw-r--r-- | databases/ruby-dbi/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/databases/ruby-dbi/Makefile b/databases/ruby-dbi/Makefile index bfb244933b9f..2b4ca67bd0cd 100644 --- a/databases/ruby-dbi/Makefile +++ b/databases/ruby-dbi/Makefile @@ -7,6 +7,7 @@ PORTNAME= dbi PORTVERSION= 0.4.3 +PORTREVISION= 1 CATEGORIES= databases ruby MASTER_SITES= RF MASTER_SITE_SUBDIR= ruby-dbi @@ -17,7 +18,7 @@ MAINTAINER= ruby@FreeBSD.org COMMENT= DBI-for-Ruby - a common interface for SQL-based databases RUN_DEPENDS= ${RUBY_SITELIBDIR}/aspectr.rb:${PORTSDIR}/devel/ruby-aspectr \ - rubygem-deprecated>0:${PORTSDIR}/devel/rubygem-deprecated + rubygem-deprecated>=2.0.0:${PORTSDIR}/devel/rubygem-deprecated2 USE_RUBY= yes USE_RUBY_SETUP= yes |