summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAkinori MUSHA <knu@FreeBSD.org>2003-02-18 04:37:40 +0000
committerAkinori MUSHA <knu@FreeBSD.org>2003-02-18 04:37:40 +0000
commit9a0878e34e9fe068951af82f48b44c0cc602626a (patch)
tree9bf5565cc41888d5c1fde18f2d8bda254fbe3480
parentDe-pkg-comment. (diff)
De-pkg-comment.
Notes
Notes: svn path=/head/; revision=75772
-rw-r--r--databases/postgresql-plruby/Makefile1
-rw-r--r--databases/postgresql-plruby/pkg-comment1
-rw-r--r--databases/ruby-bdb/Makefile1
-rw-r--r--databases/ruby-bdb/pkg-comment1
-rw-r--r--databases/ruby-bdb1/Makefile1
-rw-r--r--databases/ruby-bdb1/pkg-comment1
-rw-r--r--databases/ruby-cdb/Makefile1
-rw-r--r--databases/ruby-cdb/pkg-comment1
-rw-r--r--databases/ruby-dbd_interbase/Makefile1
-rw-r--r--databases/ruby-dbd_interbase/pkg-comment1
-rw-r--r--databases/ruby-dbd_msql/Makefile1
-rw-r--r--databases/ruby-dbd_msql/pkg-comment1
-rw-r--r--databases/ruby-dbd_mysql/Makefile1
-rw-r--r--databases/ruby-dbd_mysql/pkg-comment1
-rw-r--r--databases/ruby-dbd_odbc/Makefile1
-rw-r--r--databases/ruby-dbd_odbc/pkg-comment1
-rw-r--r--databases/ruby-dbd_pg/Makefile1
-rw-r--r--databases/ruby-dbd_pg/pkg-comment1
-rw-r--r--databases/ruby-dbd_proxy/Makefile1
-rw-r--r--databases/ruby-dbd_proxy/pkg-comment1
-rw-r--r--databases/ruby-dbd_sqlite/Makefile1
-rw-r--r--databases/ruby-dbd_sqlite/pkg-comment1
-rw-r--r--databases/ruby-dbd_sqlrelay/Makefile1
-rw-r--r--databases/ruby-dbd_sqlrelay/pkg-comment1
-rw-r--r--databases/ruby-dbi/Makefile1
-rw-r--r--databases/ruby-dbi/pkg-comment1
-rw-r--r--databases/ruby-gdbm/Makefile1
-rw-r--r--databases/ruby-gdbm/pkg-comment1
-rw-r--r--databases/ruby-msql/Makefile1
-rw-r--r--databases/ruby-msql/pkg-comment1
-rw-r--r--databases/ruby-mysql/Makefile1
-rw-r--r--databases/ruby-mysql/pkg-comment1
-rw-r--r--databases/ruby-o_dbm/Makefile1
-rw-r--r--databases/ruby-o_dbm/pkg-comment1
-rw-r--r--databases/ruby-odbc/Makefile1
-rw-r--r--databases/ruby-odbc/pkg-comment1
-rw-r--r--databases/ruby-postgres/Makefile1
-rw-r--r--databases/ruby-postgres/pkg-comment1
-rw-r--r--databases/ruby-rdbc1/Makefile1
-rw-r--r--databases/ruby-rdbc1/pkg-comment1
-rw-r--r--databases/ruby-search-namazu/Makefile1
-rw-r--r--databases/ruby-search-namazu/pkg-comment1
-rw-r--r--databases/ruby-sqlrelay/Makefile1
-rw-r--r--databases/ruby-sqlrelay/pkg-comment1
-rw-r--r--databases/rubygem-postgres/Makefile1
-rw-r--r--databases/rubygem-postgres/pkg-comment1
46 files changed, 23 insertions, 23 deletions
diff --git a/databases/postgresql-plruby/Makefile b/databases/postgresql-plruby/Makefile
index 0c05d4ffb20e..fa39bacbb2e3 100644
--- a/databases/postgresql-plruby/Makefile
+++ b/databases/postgresql-plruby/Makefile
@@ -13,6 +13,7 @@ PKGNAMEPREFIX= postgresql-
DIST_SUBDIR= ruby
MAINTAINER= knu@FreeBSD.org
+COMMENT= PL/Ruby procedural language for the PostgreSQL database system
LIB_DEPENDS= pq.3:${PGSQL_PORTDIR}
RUN_DEPENDS= postgres:${PORTSDIR}/${POSTGRESQL_PORT}
diff --git a/databases/postgresql-plruby/pkg-comment b/databases/postgresql-plruby/pkg-comment
deleted file mode 100644
index 5eadeddf67ae..000000000000
--- a/databases/postgresql-plruby/pkg-comment
+++ /dev/null
@@ -1 +0,0 @@
-PL/Ruby procedural language for the PostgreSQL database system
diff --git a/databases/ruby-bdb/Makefile b/databases/ruby-bdb/Makefile
index ee56e407f678..5dd2dc83654d 100644
--- a/databases/ruby-bdb/Makefile
+++ b/databases/ruby-bdb/Makefile
@@ -16,6 +16,7 @@ PKGNAMESUFFIX= 4
DIST_SUBDIR= ruby
MAINTAINER= knu@FreeBSD.org
+COMMENT= Ruby interface to Sleepycat's Berkeley DB revision 2 or later
.if defined(WITH_BDB41)
LIB_DEPENDS= db41.1:${PORTSDIR}/databases/db41
diff --git a/databases/ruby-bdb/pkg-comment b/databases/ruby-bdb/pkg-comment
deleted file mode 100644
index c1e15757dc6a..000000000000
--- a/databases/ruby-bdb/pkg-comment
+++ /dev/null
@@ -1 +0,0 @@
-Ruby interface to Sleepycat's Berkeley DB revision 2 or later
diff --git a/databases/ruby-bdb1/Makefile b/databases/ruby-bdb1/Makefile
index ed693a4144f2..08b7f7ce5941 100644
--- a/databases/ruby-bdb1/Makefile
+++ b/databases/ruby-bdb1/Makefile
@@ -13,6 +13,7 @@ PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX}
DIST_SUBDIR= ruby
MAINTAINER= knu@FreeBSD.org
+COMMENT= Ruby interface to Berkeley DB revision 1.8x with full feature support
USE_RUBY= yes
USE_RUBY_EXTCONF= yes
diff --git a/databases/ruby-bdb1/pkg-comment b/databases/ruby-bdb1/pkg-comment
deleted file mode 100644
index 56d8f99bc9a8..000000000000
--- a/databases/ruby-bdb1/pkg-comment
+++ /dev/null
@@ -1 +0,0 @@
-Ruby interface to Berkeley DB revision 1.8x with full feature support
diff --git a/databases/ruby-cdb/Makefile b/databases/ruby-cdb/Makefile
index ccfb6900610b..431ac6c50286 100644
--- a/databases/ruby-cdb/Makefile
+++ b/databases/ruby-cdb/Makefile
@@ -15,6 +15,7 @@ DISTNAME= ruby-${PORTNAME}-${PORTVERSION}
DIST_SUBDIR= ruby
MAINTAINER= knu@FreeBSD.org
+COMMENT= Ruby interface to D. J. Bernstein's cdb (constant database) library
BUILD_DEPENDS= ${NONEXISTENT}:${CDB_PORTDIR}:build
diff --git a/databases/ruby-cdb/pkg-comment b/databases/ruby-cdb/pkg-comment
deleted file mode 100644
index 2e9ae24a6301..000000000000
--- a/databases/ruby-cdb/pkg-comment
+++ /dev/null
@@ -1 +0,0 @@
-Ruby interface to D. J. Bernstein's cdb (constant database) library
diff --git a/databases/ruby-dbd_interbase/Makefile b/databases/ruby-dbd_interbase/Makefile
index 7ba94ccf3af9..4d968e220998 100644
--- a/databases/ruby-dbd_interbase/Makefile
+++ b/databases/ruby-dbd_interbase/Makefile
@@ -15,6 +15,7 @@ DISTNAME= ${RUBY_DBI_DISTNAME}
DIST_SUBDIR= ruby
MAINTAINER= knu@FreeBSD.org
+COMMENT= InterBase driver for DBI-for-Ruby
RUN_DEPENDS= ${RUBY_SITELIBDIR}/dbi.rb:${RUBY_DBI_PORTDIR} \
${RUBY_SITEARCHLIBDIR}/interbase.so:${.CURDIR}/../ruby-interbase
diff --git a/databases/ruby-dbd_interbase/pkg-comment b/databases/ruby-dbd_interbase/pkg-comment
deleted file mode 100644
index bc85f931cc4a..000000000000
--- a/databases/ruby-dbd_interbase/pkg-comment
+++ /dev/null
@@ -1 +0,0 @@
-InterBase driver for DBI-for-Ruby
diff --git a/databases/ruby-dbd_msql/Makefile b/databases/ruby-dbd_msql/Makefile
index 6b1a4f3ab3bf..c8e6de747572 100644
--- a/databases/ruby-dbd_msql/Makefile
+++ b/databases/ruby-dbd_msql/Makefile
@@ -15,6 +15,7 @@ DISTNAME= ${RUBY_DBI_DISTNAME}
DIST_SUBDIR= ruby
MAINTAINER= knu@FreeBSD.org
+COMMENT= mSQL driver for DBI-for-Ruby
RUN_DEPENDS= ${RUBY_SITELIBDIR}/dbi.rb:${RUBY_DBI_PORTDIR} \
${RUBY_SITEARCHLIBDIR}/msql.so:${.CURDIR}/../ruby-msql
diff --git a/databases/ruby-dbd_msql/pkg-comment b/databases/ruby-dbd_msql/pkg-comment
deleted file mode 100644
index 524db2a9d179..000000000000
--- a/databases/ruby-dbd_msql/pkg-comment
+++ /dev/null
@@ -1 +0,0 @@
-mSQL driver for DBI-for-Ruby
diff --git a/databases/ruby-dbd_mysql/Makefile b/databases/ruby-dbd_mysql/Makefile
index 6a69acacf625..db59291e2d7b 100644
--- a/databases/ruby-dbd_mysql/Makefile
+++ b/databases/ruby-dbd_mysql/Makefile
@@ -15,6 +15,7 @@ DISTNAME= ${RUBY_DBI_DISTNAME}
DIST_SUBDIR= ruby
MAINTAINER= knu@FreeBSD.org
+COMMENT= MySQL driver for DBI-for-Ruby
RUN_DEPENDS= ${RUBY_SITELIBDIR}/dbi.rb:${RUBY_DBI_PORTDIR} \
${RUBY_SITEARCHLIBDIR}/mysql.so:${.CURDIR}/../ruby-mysql
diff --git a/databases/ruby-dbd_mysql/pkg-comment b/databases/ruby-dbd_mysql/pkg-comment
deleted file mode 100644
index 0073874598ea..000000000000
--- a/databases/ruby-dbd_mysql/pkg-comment
+++ /dev/null
@@ -1 +0,0 @@
-MySQL driver for DBI-for-Ruby
diff --git a/databases/ruby-dbd_odbc/Makefile b/databases/ruby-dbd_odbc/Makefile
index de8316470f1e..7fb20605a1fd 100644
--- a/databases/ruby-dbd_odbc/Makefile
+++ b/databases/ruby-dbd_odbc/Makefile
@@ -15,6 +15,7 @@ DISTNAME= ${RUBY_DBI_DISTNAME}
DIST_SUBDIR= ruby
MAINTAINER= knu@FreeBSD.org
+COMMENT= ODBC driver for DBI-for-Ruby
RUN_DEPENDS= ${RUBY_SITELIBDIR}/dbi.rb:${RUBY_DBI_PORTDIR} \
${RUBY_SITEARCHLIBDIR}/odbc.so:${.CURDIR}/../ruby-odbc
diff --git a/databases/ruby-dbd_odbc/pkg-comment b/databases/ruby-dbd_odbc/pkg-comment
deleted file mode 100644
index 71975399746e..000000000000
--- a/databases/ruby-dbd_odbc/pkg-comment
+++ /dev/null
@@ -1 +0,0 @@
-ODBC driver for DBI-for-Ruby
diff --git a/databases/ruby-dbd_pg/Makefile b/databases/ruby-dbd_pg/Makefile
index 8d6e333e29f0..8f374964f806 100644
--- a/databases/ruby-dbd_pg/Makefile
+++ b/databases/ruby-dbd_pg/Makefile
@@ -15,6 +15,7 @@ DISTNAME= ${RUBY_DBI_DISTNAME}
DIST_SUBDIR= ruby
MAINTAINER= knu@FreeBSD.org
+COMMENT= PostgreSQL driver for DBI-for-Ruby
RUN_DEPENDS= ${RUBY_SITELIBDIR}/dbi.rb:${RUBY_DBI_PORTDIR} \
${RUBY_SITEARCHLIBDIR}/postgres.so:${.CURDIR}/../ruby-postgres
diff --git a/databases/ruby-dbd_pg/pkg-comment b/databases/ruby-dbd_pg/pkg-comment
deleted file mode 100644
index e5eabfa618d9..000000000000
--- a/databases/ruby-dbd_pg/pkg-comment
+++ /dev/null
@@ -1 +0,0 @@
-PostgreSQL driver for DBI-for-Ruby
diff --git a/databases/ruby-dbd_proxy/Makefile b/databases/ruby-dbd_proxy/Makefile
index 7c452f7297c7..51c0605e43b6 100644
--- a/databases/ruby-dbd_proxy/Makefile
+++ b/databases/ruby-dbd_proxy/Makefile
@@ -15,6 +15,7 @@ DISTNAME= ${RUBY_DBI_DISTNAME}
DIST_SUBDIR= ruby
MAINTAINER= knu@FreeBSD.org
+COMMENT= Proxy/Server driver for DBI-for-Ruby
RUN_DEPENDS= ${RUBY_SITELIBDIR}/dbi.rb:${RUBY_DBI_PORTDIR} \
${RUBY_SITELIBDIR}/drb.rb:${PORTSDIR}/net/ruby-drb
diff --git a/databases/ruby-dbd_proxy/pkg-comment b/databases/ruby-dbd_proxy/pkg-comment
deleted file mode 100644
index e8c21622dc43..000000000000
--- a/databases/ruby-dbd_proxy/pkg-comment
+++ /dev/null
@@ -1 +0,0 @@
-Proxy/Server driver for DBI-for-Ruby
diff --git a/databases/ruby-dbd_sqlite/Makefile b/databases/ruby-dbd_sqlite/Makefile
index 2b245cae2b3c..04c5547d3ca9 100644
--- a/databases/ruby-dbd_sqlite/Makefile
+++ b/databases/ruby-dbd_sqlite/Makefile
@@ -15,6 +15,7 @@ DISTNAME= ${RUBY_DBI_DISTNAME}
DIST_SUBDIR= ruby
MAINTAINER= knu@FreeBSD.org
+COMMENT= SQLite driver for DBI-for-Ruby
LIB_DEPENDS= sqlite.2:${.CURDIR}/../sqlite
RUN_DEPENDS= ${RUBY_SITELIBDIR}/dbi.rb:${RUBY_DBI_PORTDIR}
diff --git a/databases/ruby-dbd_sqlite/pkg-comment b/databases/ruby-dbd_sqlite/pkg-comment
deleted file mode 100644
index 139532e1be9d..000000000000
--- a/databases/ruby-dbd_sqlite/pkg-comment
+++ /dev/null
@@ -1 +0,0 @@
-SQLite driver for DBI-for-Ruby
diff --git a/databases/ruby-dbd_sqlrelay/Makefile b/databases/ruby-dbd_sqlrelay/Makefile
index 5afb1ba00ae4..94b1cb1e7c1d 100644
--- a/databases/ruby-dbd_sqlrelay/Makefile
+++ b/databases/ruby-dbd_sqlrelay/Makefile
@@ -15,6 +15,7 @@ DISTNAME= ${RUBY_DBI_DISTNAME}
DIST_SUBDIR= ruby
MAINTAINER= knu@FreeBSD.org
+COMMENT= SQLRelay driver for DBI-for-Ruby
RUN_DEPENDS= ${RUBY_SITELIBDIR}/dbi.rb:${RUBY_DBI_PORTDIR} \
${RUBY_SITEARCHLIBDIR}/sqlrelay.so:${.CURDIR}/../ruby-sqlrelay
diff --git a/databases/ruby-dbd_sqlrelay/pkg-comment b/databases/ruby-dbd_sqlrelay/pkg-comment
deleted file mode 100644
index c4d951be6163..000000000000
--- a/databases/ruby-dbd_sqlrelay/pkg-comment
+++ /dev/null
@@ -1 +0,0 @@
-SQLRelay driver for DBI-for-Ruby
diff --git a/databases/ruby-dbi/Makefile b/databases/ruby-dbi/Makefile
index e46de5dcc37e..511d492486bc 100644
--- a/databases/ruby-dbi/Makefile
+++ b/databases/ruby-dbi/Makefile
@@ -15,6 +15,7 @@ DISTNAME= ${RUBY_DBI_DISTNAME}
DIST_SUBDIR= ruby
MAINTAINER= knu@FreeBSD.org
+COMMENT= DBI-for-Ruby - a common interface for SQL-based databases
USE_RUBY= yes
USE_RUBY_SETUP= yes
diff --git a/databases/ruby-dbi/pkg-comment b/databases/ruby-dbi/pkg-comment
deleted file mode 100644
index 5930baf6bccc..000000000000
--- a/databases/ruby-dbi/pkg-comment
+++ /dev/null
@@ -1 +0,0 @@
-DBI-for-Ruby - a common interface for SQL-based databases
diff --git a/databases/ruby-gdbm/Makefile b/databases/ruby-gdbm/Makefile
index 75e01810dcf2..b4cee77a27c0 100644
--- a/databases/ruby-gdbm/Makefile
+++ b/databases/ruby-gdbm/Makefile
@@ -13,6 +13,7 @@ PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX}
DISTFILES= # none
MAINTAINER= knu@FreeBSD.org
+COMMENT= A Ruby extension to GDBM library
BUILD_DEPENDS= ${NONEXISTENT}:${PORTSDIR}/${RUBY_PORT}:patch
LIB_DEPENDS= gdbm.3:${PORTSDIR}/databases/gdbm
diff --git a/databases/ruby-gdbm/pkg-comment b/databases/ruby-gdbm/pkg-comment
deleted file mode 100644
index 1b9b46ac1c99..000000000000
--- a/databases/ruby-gdbm/pkg-comment
+++ /dev/null
@@ -1 +0,0 @@
-A Ruby extension to GDBM library
diff --git a/databases/ruby-msql/Makefile b/databases/ruby-msql/Makefile
index bdf2274d78e9..3701a52745a7 100644
--- a/databases/ruby-msql/Makefile
+++ b/databases/ruby-msql/Makefile
@@ -15,6 +15,7 @@ DISTNAME= ruby-${PORTNAME}-${PORTVERSION}
DIST_SUBDIR= ruby
MAINTAINER= knu@FreeBSD.org
+COMMENT= Ruby API for mSQL
LIB_DEPENDS= msql.1:${PORTSDIR}/databases/msql
diff --git a/databases/ruby-msql/pkg-comment b/databases/ruby-msql/pkg-comment
deleted file mode 100644
index dfa91301aadf..000000000000
--- a/databases/ruby-msql/pkg-comment
+++ /dev/null
@@ -1 +0,0 @@
-Ruby API for mSQL
diff --git a/databases/ruby-mysql/Makefile b/databases/ruby-mysql/Makefile
index 5b9267501b36..6af59104bf7a 100644
--- a/databases/ruby-mysql/Makefile
+++ b/databases/ruby-mysql/Makefile
@@ -14,6 +14,7 @@ DISTNAME= ${PORTNAME}-ruby-${PORTVERSION}
DIST_SUBDIR= ruby
MAINTAINER= knu@FreeBSD.org
+COMMENT= Ruby module for accessing MySQL databases with a C API like interface
# Supports MySQL 4.0 too
LIB_DEPENDS= mysqlclient.10:${PORTSDIR}/databases/mysql323-client
diff --git a/databases/ruby-mysql/pkg-comment b/databases/ruby-mysql/pkg-comment
deleted file mode 100644
index 904e635dd9da..000000000000
--- a/databases/ruby-mysql/pkg-comment
+++ /dev/null
@@ -1 +0,0 @@
-Ruby module for accessing MySQL databases with a C API like interface
diff --git a/databases/ruby-o_dbm/Makefile b/databases/ruby-o_dbm/Makefile
index 18ecaae0418d..929e31d16dd9 100644
--- a/databases/ruby-o_dbm/Makefile
+++ b/databases/ruby-o_dbm/Makefile
@@ -14,6 +14,7 @@ EXTRACT_SUFX= .tgz
DIST_SUBDIR= ruby
MAINTAINER= knu@FreeBSD.org
+COMMENT= An OODB-like DBM module for Ruby
USE_RUBY= yes
diff --git a/databases/ruby-o_dbm/pkg-comment b/databases/ruby-o_dbm/pkg-comment
deleted file mode 100644
index 25e1007c21db..000000000000
--- a/databases/ruby-o_dbm/pkg-comment
+++ /dev/null
@@ -1 +0,0 @@
-An OODB-like DBM module for Ruby
diff --git a/databases/ruby-odbc/Makefile b/databases/ruby-odbc/Makefile
index 732b1c664025..169a7bd0a82f 100644
--- a/databases/ruby-odbc/Makefile
+++ b/databases/ruby-odbc/Makefile
@@ -14,6 +14,7 @@ DISTNAME= ruby-${PORTNAME}-${PORTVERSION}
DIST_SUBDIR= ruby
MAINTAINER= knu@FreeBSD.org
+COMMENT= Ruby extension library to use ODBC data sources
LIB_DEPENDS= odbc.1:${PORTSDIR}/databases/unixODBC
diff --git a/databases/ruby-odbc/pkg-comment b/databases/ruby-odbc/pkg-comment
deleted file mode 100644
index 0760b6aeec0e..000000000000
--- a/databases/ruby-odbc/pkg-comment
+++ /dev/null
@@ -1 +0,0 @@
-Ruby extension library to use ODBC data sources
diff --git a/databases/ruby-postgres/Makefile b/databases/ruby-postgres/Makefile
index ec70a513e7c1..c435bf9c6cbe 100644
--- a/databases/ruby-postgres/Makefile
+++ b/databases/ruby-postgres/Makefile
@@ -14,6 +14,7 @@ DISTNAME= ruby-${PORTNAME}-${PORTVERSION}
DIST_SUBDIR= ruby
MAINTAINER= knu@FreeBSD.org
+COMMENT= Ruby interface to PostgreSQL library
LIB_DEPENDS= pq.3:${PORTSDIR}/${POSTGRESQL_PORT}
diff --git a/databases/ruby-postgres/pkg-comment b/databases/ruby-postgres/pkg-comment
deleted file mode 100644
index dee7ce026a08..000000000000
--- a/databases/ruby-postgres/pkg-comment
+++ /dev/null
@@ -1 +0,0 @@
-Ruby interface to PostgreSQL library
diff --git a/databases/ruby-rdbc1/Makefile b/databases/ruby-rdbc1/Makefile
index 5541cb2d4592..8713ee0204a8 100644
--- a/databases/ruby-rdbc1/Makefile
+++ b/databases/ruby-rdbc1/Makefile
@@ -15,6 +15,7 @@ EXTRACT_SUFX= .tgz
DIST_SUBDIR= ruby
MAINTAINER= knu@FreeBSD.org
+COMMENT= Ruby Database Connectivity
RUN_DEPENDS= ${RUBY_SITEARCHLIBDIR}/postgres.so:${.CURDIR}/../ruby-postgres
diff --git a/databases/ruby-rdbc1/pkg-comment b/databases/ruby-rdbc1/pkg-comment
deleted file mode 100644
index 20c4b109c99d..000000000000
--- a/databases/ruby-rdbc1/pkg-comment
+++ /dev/null
@@ -1 +0,0 @@
-Ruby Database Connectivity
diff --git a/databases/ruby-search-namazu/Makefile b/databases/ruby-search-namazu/Makefile
index 4318f4cf8d6c..ac81880cdcf5 100644
--- a/databases/ruby-search-namazu/Makefile
+++ b/databases/ruby-search-namazu/Makefile
@@ -14,6 +14,7 @@ PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX}
DIST_SUBDIR= ruby
MAINTAINER= knu@FreeBSD.org
+COMMENT= Ruby library which wraps libnmz of Namazu
LIB_DEPENDS= nmz.6:${PORTSDIR}/japanese/namazu2
diff --git a/databases/ruby-search-namazu/pkg-comment b/databases/ruby-search-namazu/pkg-comment
deleted file mode 100644
index f2059cce176e..000000000000
--- a/databases/ruby-search-namazu/pkg-comment
+++ /dev/null
@@ -1 +0,0 @@
-Ruby library which wraps libnmz of Namazu
diff --git a/databases/ruby-sqlrelay/Makefile b/databases/ruby-sqlrelay/Makefile
index c6ba8d0a9963..d775e114cc76 100644
--- a/databases/ruby-sqlrelay/Makefile
+++ b/databases/ruby-sqlrelay/Makefile
@@ -13,6 +13,7 @@ PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX}
DISTFILES= # none
MAINTAINER= knu@FreeBSD.org
+COMMENT= A Ruby module to access to SQL Relay
BUILD_DEPENDS= ${NONEXISTENT}:${SQLRELAY_PORTDIR}:patch
LIB_DEPENDS= sqlrclient.0:${SQLRELAY_PORTDIR}
diff --git a/databases/ruby-sqlrelay/pkg-comment b/databases/ruby-sqlrelay/pkg-comment
deleted file mode 100644
index fec9c86c5816..000000000000
--- a/databases/ruby-sqlrelay/pkg-comment
+++ /dev/null
@@ -1 +0,0 @@
-A Ruby module to access to SQL Relay
diff --git a/databases/rubygem-postgres/Makefile b/databases/rubygem-postgres/Makefile
index ec70a513e7c1..c435bf9c6cbe 100644
--- a/databases/rubygem-postgres/Makefile
+++ b/databases/rubygem-postgres/Makefile
@@ -14,6 +14,7 @@ DISTNAME= ruby-${PORTNAME}-${PORTVERSION}
DIST_SUBDIR= ruby
MAINTAINER= knu@FreeBSD.org
+COMMENT= Ruby interface to PostgreSQL library
LIB_DEPENDS= pq.3:${PORTSDIR}/${POSTGRESQL_PORT}
diff --git a/databases/rubygem-postgres/pkg-comment b/databases/rubygem-postgres/pkg-comment
deleted file mode 100644
index dee7ce026a08..000000000000
--- a/databases/rubygem-postgres/pkg-comment
+++ /dev/null
@@ -1 +0,0 @@
-Ruby interface to PostgreSQL library