aboutsummaryrefslogtreecommitdiff
path: root/databases
diff options
context:
space:
mode:
authorDirk Meyer <dinoex@FreeBSD.org>2008-03-18 10:03:17 +0000
committerDirk Meyer <dinoex@FreeBSD.org>2008-03-18 10:03:17 +0000
commite4b1e89ac4d3c77b853bdffe6e8bfe0bf14f2a0b (patch)
treee5246eb280f389a5f68e15db09d9168ec08bdaaa /databases
parent9749a8fe11a4f1fda4c379257d8d027a8bcab07d (diff)
Notes
Diffstat (limited to 'databases')
-rw-r--r--databases/ruby-rdbc1/Makefile4
-rw-r--r--databases/rubygem-activerecord/Makefile2
2 files changed, 3 insertions, 3 deletions
diff --git a/databases/ruby-rdbc1/Makefile b/databases/ruby-rdbc1/Makefile
index 9e4c472b4c31..2b4f1a054129 100644
--- a/databases/ruby-rdbc1/Makefile
+++ b/databases/ruby-rdbc1/Makefile
@@ -15,10 +15,10 @@ DISTNAME= ${PORTNAME}_${PORTVERSION}
EXTRACT_SUFX= .tgz
DIST_SUBDIR= ruby
-MAINTAINER= ports@FreeBSD.org
+MAINTAINER= dinoex@FreeBSD.org
COMMENT= Ruby Database Connectivity
-RUN_DEPENDS= rubygem-ruby-postgres>=0:${PORTSDIR}/databases/rubygem-postgres
+RUN_DEPENDS= rubygem-postgres>=0:${PORTSDIR}/databases/rubygem-postgres
USE_RUBY= yes
diff --git a/databases/rubygem-activerecord/Makefile b/databases/rubygem-activerecord/Makefile
index a2519e3a287e..688490fa7060 100644
--- a/databases/rubygem-activerecord/Makefile
+++ b/databases/rubygem-activerecord/Makefile
@@ -44,7 +44,7 @@ RUN_DEPENDS+= ${RUBY_SITEARCHLIBDIR}/mysql.so:${PORTSDIR}/databases/ruby-mysql
.endif
.if defined(WITH_NATIVE_POSTGRESQL)
-RUN_DEPENDS+= rubygem-ruby-postgres>=0:${PORTSDIR}/databases/rubygem-postgres
+RUN_DEPENDS+= rubygem-postgres>=0:${PORTSDIR}/databases/rubygem-postgres
.endif
.if defined(WITH_NATIVE_SQLITE3)