diff --git a/archivers/rubygem-archive-tar-minitar/pkg-descr b/archivers/rubygem-archive-tar-minitar/pkg-descr index b0a70727794b..2c8c1305bd26 100644 --- a/archivers/rubygem-archive-tar-minitar/pkg-descr +++ b/archivers/rubygem-archive-tar-minitar/pkg-descr @@ -1,12 +1,12 @@ Archive::Tar::Minitar is a pure-Ruby library and command-line utility that provides the ability to deal with POSIX tar(1) archive files. The implementation is based heavily on Mauricio Fernández's implementation in rpa-base, but has been reorganised to promote reuse in other projects. The library can only handle files and directories at this point. The command line utility, minitar, can only create archives, extract from archives, and list archive contents. -LICENSE: Ruby License / GPL2 or later +LICENSE: Ruby License or GPL2 or later WWW: http://rubyforge.org/projects/ruwiki/ diff --git a/databases/ruby-pg/pkg-descr b/databases/ruby-pg/pkg-descr index df5d60683a3e..7ea2cbf8f82c 100644 --- a/databases/ruby-pg/pkg-descr +++ b/databases/ruby-pg/pkg-descr @@ -1,10 +1,10 @@ A Ruby interface to the PostgreSQL Relational Database Management System. The 'pg' module is the newer module, that has been greatly improved, and is almost a complete rewrite. It is not backwards compatible. Use this module for newly written code. It should be more stable, less buggy, and has more features. -LICENSE: BSD or GPL2 +LICENSE: Ruby License or GPL2 WWW: http://rubyforge.org/projects/ruby-pg/ diff --git a/databases/ruby-postgres/pkg-descr b/databases/ruby-postgres/pkg-descr index 4405f2fe9613..6a488ab0cb8c 100644 --- a/databases/ruby-postgres/pkg-descr +++ b/databases/ruby-postgres/pkg-descr @@ -1,12 +1,12 @@ This is an extention module to access PostgreSQL database from Ruby. Older module, maintained for backwards compatibility. It has known flaws that aren't reasonably fixable without breaking backwards compatibility. Use this module if you have code that already works, and you just want the fixes that have been committed to this module (for instance, this module is compatible with PostgreSQL 8.3). -LICENSE: BSD or GPL2 +LICENSE: Ruby License or GPL2 Authors: Yukihiro Matsumoto, Eiji Matsumoto WWW: http://rubyforge.org/projects/ruby-pg/