diff options
Diffstat (limited to 'databases/rubygem-do_mysql/Makefile')
-rw-r--r-- | databases/rubygem-do_mysql/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/databases/rubygem-do_mysql/Makefile b/databases/rubygem-do_mysql/Makefile index ad0954c9724e..8379919227f0 100644 --- a/databases/rubygem-do_mysql/Makefile +++ b/databases/rubygem-do_mysql/Makefile @@ -6,15 +6,14 @@ # PORTNAME= do_mysql -PORTVERSION= 0.10.0 +PORTVERSION= 0.10.2 CATEGORIES= databases rubygems -MASTER_SITES= RUBYFORGE/dorb -DISTNAME= ${PORTNAME}-${PORTVERSION} +MASTER_SITES= RG MAINTAINER= voldern@hoeggen.net COMMENT= Ruby DataObjects driver for MySQL -RUN_DEPENDS= rubygem-data_objects>=0.10.0:${PORTSDIR}/databases/rubygem-data_objects +RUN_DEPENDS= rubygem-data_objects>=0.10.2:${PORTSDIR}/databases/rubygem-data_objects USE_MYSQL= yes USE_RUBY= yes |