[odc] Daily ports changes for 2010-11-24
ODC
auto at squish.net
Thu Nov 25 07:00:13 GMT 2010
OpenBSD ports changes summary for 2010-11-24
============================================
archivers/ruby-archive-tar-minitar audio/amarok
audio/ruby-id3lib audio/vlorb
cad/pcb converters/ruby-json
databases databases/apache-couchdb
databases/hs-HDBC-mysql databases/hs-HDBC-sqlite3
databases/p5-AnyEvent-CouchDB databases/p5-Sort-SQL
databases/ruby-activerecord databases/ruby-bdb
databases/ruby-couch_potato databases/ruby-couchrest
databases/ruby-data_objects databases/ruby-datamapper
databases/ruby-do_sqlite3 databases/ruby-kirbybase
databases/ruby-ldap databases/ruby-mysql
databases/ruby-pg databases/ruby-postgres
databases/ruby-sequel databases/ruby-sequel_pg
databases/ruby-sqlite3 databases/ruby-validatable
devel/eclipse devel/hs-hslogger
devel/p5-Algorithm-Dependency devel/p5-AnyEvent-HTTP
devel/p5-App-CLI devel/p5-B-Deobfuscate
devel/p5-B-Keywords devel/p5-Config-IniFiles
devel/p5-POE devel/p5-POE-Test-Loops
devel/ruby-abstract devel/ruby-actionpack
devel/ruby-activesupport devel/ruby-assistance
devel/ruby-bacon devel/ruby-clio
devel/ruby-color-tools devel/ruby-columnize
devel/ruby-cucumber devel/ruby-daemons
devel/ruby-debug devel/ruby-debug-base
devel/ruby-diff-lcs devel/ruby-echoe
devel/ruby-extlib devel/ruby-facets
devel/ruby-fastthread devel/ruby-flexmock
devel/ruby-gem_plugin devel/ruby-gems
devel/ruby-gettext devel/ruby-highline
devel/ruby-hoe devel/ruby-linecache
devel/ruby-locale devel/ruby-minitest
devel/ruby-mocha devel/ruby-ncurses
devel/ruby-needle devel/ruby-open4
devel/ruby-parsetree devel/ruby-polyglot
devel/ruby-rack-test devel/ruby-rake
devel/ruby-rcov devel/ruby-rparsec
devel/ruby-rspec devel/ruby-ruby2ruby
devel/ruby-ruby_parser devel/ruby-rubyforge
devel/ruby-rubyinline devel/ruby-sexp
devel/ruby-sexp_processor devel/ruby-systemtimer
devel/ruby-term-ansicolor devel/ruby-tilt
devel/ruby-transaction-simple devel/ruby-trollop
devel/ruby-tzinfo devel/ruby-uuidtools
devel/ruby-zentest devel/subversion
geo/ruby-findmyiphone graphics/ruby-color
graphics/ruby-gd2 graphics/ruby-gruff
graphics/ruby-mini_magick graphics/ruby-rmagick
infrastructure/db infrastructure/templates
lang/rubinius lang/ruby
mail/ruby-actionmailer mail/ruby-mailfactory
mail/ruby-mime mail/ruby-mime-types
mail/ruby-rmail misc/dvtm
misc/p5-User-Identity misc/tpp
multimedia/iplayer-dl net
net/fping net/hpodder
net/py-twitter net/rrdtool
net/ruby-amqp net/ruby-amqp-utils
net/ruby-bunny net/ruby-errand
net/ruby-eventmachine net/ruby-minion
net/ruby-net-dns net/ruby-net-scp
net/ruby-net-sftp net/ruby-net-ssh
net/ruby-net-ssh-gateway net/ruby-nmap-parser
net/ruby-pcap net/ruby-rrdtool
net/ruby-snmp net/ruby-stomp
net/ruby-xmpp4r security/arirang
security/ruby-bcrypt security/ruby-ezcrypto
security/ruby-openid security/ruby-yadis
sysutils/god sysutils/ruby-capistrano
sysutils/ruby-facter sysutils/ruby-mongrel_cluster
sysutils/ruby-puppet sysutils/ruby-rails-app-installer
sysutils/ruby-thor sysutils/ruby-vlad
textproc/eruby textproc/gonzui
textproc/ruby-ascii85 textproc/ruby-builder
textproc/ruby-erubis textproc/ruby-fastercsv
textproc/ruby-fastri textproc/ruby-haml
textproc/ruby-hpricot textproc/ruby-htmlentities
textproc/ruby-hyperestraier textproc/ruby-icalendar
textproc/ruby-markaby textproc/ruby-nokogiri
textproc/ruby-pdf-reader textproc/ruby-pdf-writer
textproc/ruby-prawn textproc/ruby-randexp
textproc/ruby-redcloth textproc/ruby-rss
textproc/ruby-rubigen textproc/ruby-templater
textproc/ruby-treetop textproc/zathura
www/mod_ruby www/puppet-dashboard
www/rackmonkey www/raggle
www/ruby-activemerchant www/ruby-activeresource
www/ruby-addressable www/ruby-fcgi
www/ruby-httpclient www/ruby-mechanize
www/ruby-merb www/ruby-mongrel
www/ruby-passenger www/ruby-rack
www/ruby-rails www/ruby-rest-client
www/ruby-sinatra www/ruby-thin
www/ruby-thin_http www/ruby-typo
www/sogo www/sope
x11 x11/gnustep
x11/kde x11/nitrogen
x11/ruby-dbus
== archivers ========================================================= 01/19 ==
http://www.openbsd.org/cgi-bin/cvsweb/ports/archivers
ruby-archive-tar-minitar
~ Makefile
> REVISION bump all ruby ports due to a change in the pkgspec.
> Previously, we were using ruby->=1.8,<=1.9, instead of
> ruby->=1.8,<1.9. While this wouldn't cause an issue, since
> our ruby-1.9.2 package isn't included in ruby->=1.8,<=1.9,
> it's still wrong and should be fixed. This also fixes the
> following minor issues:
> Switch from using FLAVOR to MODRUBY_FLAVOR for *_DEPENDS.
> Currently we don't have a ruby port that uses FLAVORs that
> would differ from MODRUBY_FLAVOR, but it's possible we will
> in the future.
> Switch from BASE_PKGPATH to BUILD_PKGPATH in a few cases in
> REGRESS_DEPENDS. This probably is not strictly necessary, but
> BUILD_PKGPATH is used in more cases, so it is good for
> consistency.
> Switch to new style *_DEPENDS, with the version specification
> at the end. The remaining cases where this is not done is
> because a specific version is used.
> Some FULLPKGNAME added to REGRESS_DEPENDS, to make sure that if
> the old version is installed when you run a regress test, it
> will install the new version first.
> Some conversion of spaces to tabs for consistency.
> OK landry@ (jeremy@)
== audio ============================================================= 02/19 ==
http://www.openbsd.org/cgi-bin/cvsweb/ports/audio
amarok
~ Makefile
> REVISION bump all ruby ports due to a change in the pkgspec.
> Previously, we were using ruby->=1.8,<=1.9, instead of
> ruby->=1.8,<1.9. While this wouldn't cause an issue, since
> our ruby-1.9.2 package isn't included in ruby->=1.8,<=1.9,
> it's still wrong and should be fixed. This also fixes the
> following minor issues:
> Switch from using FLAVOR to MODRUBY_FLAVOR for *_DEPENDS.
> Currently we don't have a ruby port that uses FLAVORs that
> would differ from MODRUBY_FLAVOR, but it's possible we will
> in the future.
> Switch from BASE_PKGPATH to BUILD_PKGPATH in a few cases in
> REGRESS_DEPENDS. This probably is not strictly necessary, but
> BUILD_PKGPATH is used in more cases, so it is good for
> consistency.
> Switch to new style *_DEPENDS, with the version specification
> at the end. The remaining cases where this is not done is
> because a specific version is used.
> Some FULLPKGNAME added to REGRESS_DEPENDS, to make sure that if
> the old version is installed when you run a regress test, it
> will install the new version first.
> Some conversion of spaces to tabs for consistency.
> OK landry@ (jeremy@)
ruby-id3lib
~ Makefile
> REVISION bump all ruby ports due to a change in the pkgspec.
> Previously, we were using ruby->=1.8,<=1.9, instead of
> ruby->=1.8,<1.9. While this wouldn't cause an issue, since
> our ruby-1.9.2 package isn't included in ruby->=1.8,<=1.9,
> it's still wrong and should be fixed. This also fixes the
> following minor issues:
> Switch from using FLAVOR to MODRUBY_FLAVOR for *_DEPENDS.
> Currently we don't have a ruby port that uses FLAVORs that
> would differ from MODRUBY_FLAVOR, but it's possible we will
> in the future.
> Switch from BASE_PKGPATH to BUILD_PKGPATH in a few cases in
> REGRESS_DEPENDS. This probably is not strictly necessary, but
> BUILD_PKGPATH is used in more cases, so it is good for
> consistency.
> Switch to new style *_DEPENDS, with the version specification
> at the end. The remaining cases where this is not done is
> because a specific version is used.
> Some FULLPKGNAME added to REGRESS_DEPENDS, to make sure that if
> the old version is installed when you run a regress test, it
> will install the new version first.
> Some conversion of spaces to tabs for consistency.
> OK landry@ (jeremy@)
vlorb
~ Makefile ~ patches/patch-vlorb
> - unbreak after vorbis-tools update
> from Oliver Klima (jasper@)
== cad =============================================================== 03/19 ==
http://www.openbsd.org/cgi-bin/cvsweb/ports/cad
pcb
~ Makefile ~ pkg/PLIST
> - fix PLIST (jasper@)
== converters ======================================================== 04/19 ==
http://www.openbsd.org/cgi-bin/cvsweb/ports/converters
ruby-json
~ Makefile
> REVISION bump all ruby ports due to a change in the pkgspec.
> Previously, we were using ruby->=1.8,<=1.9, instead of
> ruby->=1.8,<1.9. While this wouldn't cause an issue, since
> our ruby-1.9.2 package isn't included in ruby->=1.8,<=1.9,
> it's still wrong and should be fixed. This also fixes the
> following minor issues:
> Switch from using FLAVOR to MODRUBY_FLAVOR for *_DEPENDS.
> Currently we don't have a ruby port that uses FLAVORs that
> would differ from MODRUBY_FLAVOR, but it's possible we will
> in the future.
> Switch from BASE_PKGPATH to BUILD_PKGPATH in a few cases in
> REGRESS_DEPENDS. This probably is not strictly necessary, but
> BUILD_PKGPATH is used in more cases, so it is good for
> consistency.
> Switch to new style *_DEPENDS, with the version specification
> at the end. The remaining cases where this is not done is
> because a specific version is used.
> Some FULLPKGNAME added to REGRESS_DEPENDS, to make sure that if
> the old version is installed when you run a regress test, it
> will install the new version first.
> Some conversion of spaces to tabs for consistency.
> OK landry@ (jeremy@)
== databases ========================================================= 05/19 ==
http://www.openbsd.org/cgi-bin/cvsweb/ports/databases
databases
~ Makefile
> +hs-HDBC-mysql (dcoppa@)
apache-couchdb
~ Makefile ~ distinfo
~ pkg/PLIST
> Update to apache-couchdb 1.0.1, from MAINTAINER Benoit Chesneau. (landry@)
hs-HDBC-mysql
+ distinfo + Makefile
+ pkg/DESCR + pkg/PLIST
> New import:
> Import HDBC-mysql-0.6.3
hs-HDBC-sqlite3
~ Makefile ~ distinfo
> Update to HDBC-sqlite3-2.3.1.0 (dcoppa@)
p5-AnyEvent-CouchDB
~ Makefile ~ distinfo
> - Update p5-AnyEvent-CouchDB to 1.22 (jasper@)
p5-Sort-SQL
~ Makefile ~ distinfo
> - Update p5-Sort-SQL 0.08 (jasper@)
ruby-activerecord
~ Makefile
> REVISION bump all ruby ports due to a change in the pkgspec.
> Previously, we were using ruby->=1.8,<=1.9, instead of
> ruby->=1.8,<1.9. While this wouldn't cause an issue, since
> our ruby-1.9.2 package isn't included in ruby->=1.8,<=1.9,
> it's still wrong and should be fixed. This also fixes the
> following minor issues:
> Switch from using FLAVOR to MODRUBY_FLAVOR for *_DEPENDS.
> Currently we don't have a ruby port that uses FLAVORs that
> would differ from MODRUBY_FLAVOR, but it's possible we will
> in the future.
> Switch from BASE_PKGPATH to BUILD_PKGPATH in a few cases in
> REGRESS_DEPENDS. This probably is not strictly necessary, but
> BUILD_PKGPATH is used in more cases, so it is good for
> consistency.
> Switch to new style *_DEPENDS, with the version specification
> at the end. The remaining cases where this is not done is
> because a specific version is used.
> Some FULLPKGNAME added to REGRESS_DEPENDS, to make sure that if
> the old version is installed when you run a regress test, it
> will install the new version first.
> Some conversion of spaces to tabs for consistency.
> OK landry@ (jeremy@)
ruby-bdb
~ Makefile
> REVISION bump all ruby ports due to a change in the pkgspec.
> Previously, we were using ruby->=1.8,<=1.9, instead of
> ruby->=1.8,<1.9. While this wouldn't cause an issue, since
> our ruby-1.9.2 package isn't included in ruby->=1.8,<=1.9,
> it's still wrong and should be fixed. This also fixes the
> following minor issues:
> Switch from using FLAVOR to MODRUBY_FLAVOR for *_DEPENDS.
> Currently we don't have a ruby port that uses FLAVORs that
> would differ from MODRUBY_FLAVOR, but it's possible we will
> in the future.
> Switch from BASE_PKGPATH to BUILD_PKGPATH in a few cases in
> REGRESS_DEPENDS. This probably is not strictly necessary, but
> BUILD_PKGPATH is used in more cases, so it is good for
> consistency.
> Switch to new style *_DEPENDS, with the version specification
> at the end. The remaining cases where this is not done is
> because a specific version is used.
> Some FULLPKGNAME added to REGRESS_DEPENDS, to make sure that if
> the old version is installed when you run a regress test, it
> will install the new version first.
> Some conversion of spaces to tabs for consistency.
> OK landry@ (jeremy@)
ruby-couch_potato
~ Makefile
> REVISION bump all ruby ports due to a change in the pkgspec.
> Previously, we were using ruby->=1.8,<=1.9, instead of
> ruby->=1.8,<1.9. While this wouldn't cause an issue, since
> our ruby-1.9.2 package isn't included in ruby->=1.8,<=1.9,
> it's still wrong and should be fixed. This also fixes the
> following minor issues:
> Switch from using FLAVOR to MODRUBY_FLAVOR for *_DEPENDS.
> Currently we don't have a ruby port that uses FLAVORs that
> would differ from MODRUBY_FLAVOR, but it's possible we will
> in the future.
> Switch from BASE_PKGPATH to BUILD_PKGPATH in a few cases in
> REGRESS_DEPENDS. This probably is not strictly necessary, but
> BUILD_PKGPATH is used in more cases, so it is good for
> consistency.
> Switch to new style *_DEPENDS, with the version specification
> at the end. The remaining cases where this is not done is
> because a specific version is used.
> Some FULLPKGNAME added to REGRESS_DEPENDS, to make sure that if
> the old version is installed when you run a regress test, it
> will install the new version first.
> Some conversion of spaces to tabs for consistency.
> OK landry@ (jeremy@)
ruby-couchrest
~ Makefile
> REVISION bump all ruby ports due to a change in the pkgspec.
> Previously, we were using ruby->=1.8,<=1.9, instead of
> ruby->=1.8,<1.9. While this wouldn't cause an issue, since
> our ruby-1.9.2 package isn't included in ruby->=1.8,<=1.9,
> it's still wrong and should be fixed. This also fixes the
> following minor issues:
> Switch from using FLAVOR to MODRUBY_FLAVOR for *_DEPENDS.
> Currently we don't have a ruby port that uses FLAVORs that
> would differ from MODRUBY_FLAVOR, but it's possible we will
> in the future.
> Switch from BASE_PKGPATH to BUILD_PKGPATH in a few cases in
> REGRESS_DEPENDS. This probably is not strictly necessary, but
> BUILD_PKGPATH is used in more cases, so it is good for
> consistency.
> Switch to new style *_DEPENDS, with the version specification
> at the end. The remaining cases where this is not done is
> because a specific version is used.
> Some FULLPKGNAME added to REGRESS_DEPENDS, to make sure that if
> the old version is installed when you run a regress test, it
> will install the new version first.
> Some conversion of spaces to tabs for consistency.
> OK landry@ (jeremy@)
ruby-data_objects
~ Makefile
> REVISION bump all ruby ports due to a change in the pkgspec.
> Previously, we were using ruby->=1.8,<=1.9, instead of
> ruby->=1.8,<1.9. While this wouldn't cause an issue, since
> our ruby-1.9.2 package isn't included in ruby->=1.8,<=1.9,
> it's still wrong and should be fixed. This also fixes the
> following minor issues:
> Switch from using FLAVOR to MODRUBY_FLAVOR for *_DEPENDS.
> Currently we don't have a ruby port that uses FLAVORs that
> would differ from MODRUBY_FLAVOR, but it's possible we will
> in the future.
> Switch from BASE_PKGPATH to BUILD_PKGPATH in a few cases in
> REGRESS_DEPENDS. This probably is not strictly necessary, but
> BUILD_PKGPATH is used in more cases, so it is good for
> consistency.
> Switch to new style *_DEPENDS, with the version specification
> at the end. The remaining cases where this is not done is
> because a specific version is used.
> Some FULLPKGNAME added to REGRESS_DEPENDS, to make sure that if
> the old version is installed when you run a regress test, it
> will install the new version first.
> Some conversion of spaces to tabs for consistency.
> OK landry@ (jeremy@)
ruby-datamapper
~ aggregates/Makefile ~ core/Makefile
~ migrations/Makefile ~ serializer/Makefile
~ sweatshop/Makefile ~ timestamps/Makefile
~ types/Makefile ~ validations/Makefile
> REVISION bump all ruby ports due to a change in the pkgspec.
> Previously, we were using ruby->=1.8,<=1.9, instead of
> ruby->=1.8,<1.9. While this wouldn't cause an issue, since
> our ruby-1.9.2 package isn't included in ruby->=1.8,<=1.9,
> it's still wrong and should be fixed. This also fixes the
> following minor issues:
> Switch from using FLAVOR to MODRUBY_FLAVOR for *_DEPENDS.
> Currently we don't have a ruby port that uses FLAVORs that
> would differ from MODRUBY_FLAVOR, but it's possible we will
> in the future.
> Switch from BASE_PKGPATH to BUILD_PKGPATH in a few cases in
> REGRESS_DEPENDS. This probably is not strictly necessary, but
> BUILD_PKGPATH is used in more cases, so it is good for
> consistency.
> Switch to new style *_DEPENDS, with the version specification
> at the end. The remaining cases where this is not done is
> because a specific version is used.
> Some FULLPKGNAME added to REGRESS_DEPENDS, to make sure that if
> the old version is installed when you run a regress test, it
> will install the new version first.
> Some conversion of spaces to tabs for consistency.
> OK landry@ (jeremy@)
ruby-do_sqlite3
~ Makefile
> REVISION bump all ruby ports due to a change in the pkgspec.
> Previously, we were using ruby->=1.8,<=1.9, instead of
> ruby->=1.8,<1.9. While this wouldn't cause an issue, since
> our ruby-1.9.2 package isn't included in ruby->=1.8,<=1.9,
> it's still wrong and should be fixed. This also fixes the
> following minor issues:
> Switch from using FLAVOR to MODRUBY_FLAVOR for *_DEPENDS.
> Currently we don't have a ruby port that uses FLAVORs that
> would differ from MODRUBY_FLAVOR, but it's possible we will
> in the future.
> Switch from BASE_PKGPATH to BUILD_PKGPATH in a few cases in
> REGRESS_DEPENDS. This probably is not strictly necessary, but
> BUILD_PKGPATH is used in more cases, so it is good for
> consistency.
> Switch to new style *_DEPENDS, with the version specification
> at the end. The remaining cases where this is not done is
> because a specific version is used.
> Some FULLPKGNAME added to REGRESS_DEPENDS, to make sure that if
> the old version is installed when you run a regress test, it
> will install the new version first.
> Some conversion of spaces to tabs for consistency.
> OK landry@ (jeremy@)
ruby-kirbybase
~ Makefile
> REVISION bump all ruby ports due to a change in the pkgspec.
> Previously, we were using ruby->=1.8,<=1.9, instead of
> ruby->=1.8,<1.9. While this wouldn't cause an issue, since
> our ruby-1.9.2 package isn't included in ruby->=1.8,<=1.9,
> it's still wrong and should be fixed. This also fixes the
> following minor issues:
> Switch from using FLAVOR to MODRUBY_FLAVOR for *_DEPENDS.
> Currently we don't have a ruby port that uses FLAVORs that
> would differ from MODRUBY_FLAVOR, but it's possible we will
> in the future.
> Switch from BASE_PKGPATH to BUILD_PKGPATH in a few cases in
> REGRESS_DEPENDS. This probably is not strictly necessary, but
> BUILD_PKGPATH is used in more cases, so it is good for
> consistency.
> Switch to new style *_DEPENDS, with the version specification
> at the end. The remaining cases where this is not done is
> because a specific version is used.
> Some FULLPKGNAME added to REGRESS_DEPENDS, to make sure that if
> the old version is installed when you run a regress test, it
> will install the new version first.
> Some conversion of spaces to tabs for consistency.
> OK landry@ (jeremy@)
ruby-ldap
~ Makefile
> REVISION bump all ruby ports due to a change in the pkgspec.
> Previously, we were using ruby->=1.8,<=1.9, instead of
> ruby->=1.8,<1.9. While this wouldn't cause an issue, since
> our ruby-1.9.2 package isn't included in ruby->=1.8,<=1.9,
> it's still wrong and should be fixed. This also fixes the
> following minor issues:
> Switch from using FLAVOR to MODRUBY_FLAVOR for *_DEPENDS.
> Currently we don't have a ruby port that uses FLAVORs that
> would differ from MODRUBY_FLAVOR, but it's possible we will
> in the future.
> Switch from BASE_PKGPATH to BUILD_PKGPATH in a few cases in
> REGRESS_DEPENDS. This probably is not strictly necessary, but
> BUILD_PKGPATH is used in more cases, so it is good for
> consistency.
> Switch to new style *_DEPENDS, with the version specification
> at the end. The remaining cases where this is not done is
> because a specific version is used.
> Some FULLPKGNAME added to REGRESS_DEPENDS, to make sure that if
> the old version is installed when you run a regress test, it
> will install the new version first.
> Some conversion of spaces to tabs for consistency.
> OK landry@ (jeremy@)
ruby-mysql
~ Makefile
> REVISION bump all ruby ports due to a change in the pkgspec.
> Previously, we were using ruby->=1.8,<=1.9, instead of
> ruby->=1.8,<1.9. While this wouldn't cause an issue, since
> our ruby-1.9.2 package isn't included in ruby->=1.8,<=1.9,
> it's still wrong and should be fixed. This also fixes the
> following minor issues:
> Switch from using FLAVOR to MODRUBY_FLAVOR for *_DEPENDS.
> Currently we don't have a ruby port that uses FLAVORs that
> would differ from MODRUBY_FLAVOR, but it's possible we will
> in the future.
> Switch from BASE_PKGPATH to BUILD_PKGPATH in a few cases in
> REGRESS_DEPENDS. This probably is not strictly necessary, but
> BUILD_PKGPATH is used in more cases, so it is good for
> consistency.
> Switch to new style *_DEPENDS, with the version specification
> at the end. The remaining cases where this is not done is
> because a specific version is used.
> Some FULLPKGNAME added to REGRESS_DEPENDS, to make sure that if
> the old version is installed when you run a regress test, it
> will install the new version first.
> Some conversion of spaces to tabs for consistency.
> OK landry@ (jeremy@)
ruby-pg
~ Makefile
> REVISION bump all ruby ports due to a change in the pkgspec.
> Previously, we were using ruby->=1.8,<=1.9, instead of
> ruby->=1.8,<1.9. While this wouldn't cause an issue, since
> our ruby-1.9.2 package isn't included in ruby->=1.8,<=1.9,
> it's still wrong and should be fixed. This also fixes the
> following minor issues:
> Switch from using FLAVOR to MODRUBY_FLAVOR for *_DEPENDS.
> Currently we don't have a ruby port that uses FLAVORs that
> would differ from MODRUBY_FLAVOR, but it's possible we will
> in the future.
> Switch from BASE_PKGPATH to BUILD_PKGPATH in a few cases in
> REGRESS_DEPENDS. This probably is not strictly necessary, but
> BUILD_PKGPATH is used in more cases, so it is good for
> consistency.
> Switch to new style *_DEPENDS, with the version specification
> at the end. The remaining cases where this is not done is
> because a specific version is used.
> Some FULLPKGNAME added to REGRESS_DEPENDS, to make sure that if
> the old version is installed when you run a regress test, it
> will install the new version first.
> Some conversion of spaces to tabs for consistency.
> OK landry@ (jeremy@)
ruby-postgres
~ Makefile
> REVISION bump all ruby ports due to a change in the pkgspec.
> Previously, we were using ruby->=1.8,<=1.9, instead of
> ruby->=1.8,<1.9. While this wouldn't cause an issue, since
> our ruby-1.9.2 package isn't included in ruby->=1.8,<=1.9,
> it's still wrong and should be fixed. This also fixes the
> following minor issues:
> Switch from using FLAVOR to MODRUBY_FLAVOR for *_DEPENDS.
> Currently we don't have a ruby port that uses FLAVORs that
> would differ from MODRUBY_FLAVOR, but it's possible we will
> in the future.
> Switch from BASE_PKGPATH to BUILD_PKGPATH in a few cases in
> REGRESS_DEPENDS. This probably is not strictly necessary, but
> BUILD_PKGPATH is used in more cases, so it is good for
> consistency.
> Switch to new style *_DEPENDS, with the version specification
> at the end. The remaining cases where this is not done is
> because a specific version is used.
> Some FULLPKGNAME added to REGRESS_DEPENDS, to make sure that if
> the old version is installed when you run a regress test, it
> will install the new version first.
> Some conversion of spaces to tabs for consistency.
> OK landry@ (jeremy@)
ruby-sequel
~ Makefile
> REVISION bump all ruby ports due to a change in the pkgspec.
> Previously, we were using ruby->=1.8,<=1.9, instead of
> ruby->=1.8,<1.9. While this wouldn't cause an issue, since
> our ruby-1.9.2 package isn't included in ruby->=1.8,<=1.9,
> it's still wrong and should be fixed. This also fixes the
> following minor issues:
> Switch from using FLAVOR to MODRUBY_FLAVOR for *_DEPENDS.
> Currently we don't have a ruby port that uses FLAVORs that
> would differ from MODRUBY_FLAVOR, but it's possible we will
> in the future.
> Switch from BASE_PKGPATH to BUILD_PKGPATH in a few cases in
> REGRESS_DEPENDS. This probably is not strictly necessary, but
> BUILD_PKGPATH is used in more cases, so it is good for
> consistency.
> Switch to new style *_DEPENDS, with the version specification
> at the end. The remaining cases where this is not done is
> because a specific version is used.
> Some FULLPKGNAME added to REGRESS_DEPENDS, to make sure that if
> the old version is installed when you run a regress test, it
> will install the new version first.
> Some conversion of spaces to tabs for consistency.
> OK landry@ (jeremy@)
ruby-sequel_pg
~ Makefile
> REVISION bump all ruby ports due to a change in the pkgspec.
> Previously, we were using ruby->=1.8,<=1.9, instead of
> ruby->=1.8,<1.9. While this wouldn't cause an issue, since
> our ruby-1.9.2 package isn't included in ruby->=1.8,<=1.9,
> it's still wrong and should be fixed. This also fixes the
> following minor issues:
> Switch from using FLAVOR to MODRUBY_FLAVOR for *_DEPENDS.
> Currently we don't have a ruby port that uses FLAVORs that
> would differ from MODRUBY_FLAVOR, but it's possible we will
> in the future.
> Switch from BASE_PKGPATH to BUILD_PKGPATH in a few cases in
> REGRESS_DEPENDS. This probably is not strictly necessary, but
> BUILD_PKGPATH is used in more cases, so it is good for
> consistency.
> Switch to new style *_DEPENDS, with the version specification
> at the end. The remaining cases where this is not done is
> because a specific version is used.
> Some FULLPKGNAME added to REGRESS_DEPENDS, to make sure that if
> the old version is installed when you run a regress test, it
> will install the new version first.
> Some conversion of spaces to tabs for consistency.
> OK landry@ (jeremy@)
ruby-sqlite3
~ Makefile
> REVISION bump all ruby ports due to a change in the pkgspec.
> Previously, we were using ruby->=1.8,<=1.9, instead of
> ruby->=1.8,<1.9. While this wouldn't cause an issue, since
> our ruby-1.9.2 package isn't included in ruby->=1.8,<=1.9,
> it's still wrong and should be fixed. This also fixes the
> following minor issues:
> Switch from using FLAVOR to MODRUBY_FLAVOR for *_DEPENDS.
> Currently we don't have a ruby port that uses FLAVORs that
> would differ from MODRUBY_FLAVOR, but it's possible we will
> in the future.
> Switch from BASE_PKGPATH to BUILD_PKGPATH in a few cases in
> REGRESS_DEPENDS. This probably is not strictly necessary, but
> BUILD_PKGPATH is used in more cases, so it is good for
> consistency.
> Switch to new style *_DEPENDS, with the version specification
> at the end. The remaining cases where this is not done is
> because a specific version is used.
> Some FULLPKGNAME added to REGRESS_DEPENDS, to make sure that if
> the old version is installed when you run a regress test, it
> will install the new version first.
> Some conversion of spaces to tabs for consistency.
> OK landry@ (jeremy@)
ruby-validatable
~ Makefile
> REVISION bump all ruby ports due to a change in the pkgspec.
> Previously, we were using ruby->=1.8,<=1.9, instead of
> ruby->=1.8,<1.9. While this wouldn't cause an issue, since
> our ruby-1.9.2 package isn't included in ruby->=1.8,<=1.9,
> it's still wrong and should be fixed. This also fixes the
> following minor issues:
> Switch from using FLAVOR to MODRUBY_FLAVOR for *_DEPENDS.
> Currently we don't have a ruby port that uses FLAVORs that
> would differ from MODRUBY_FLAVOR, but it's possible we will
> in the future.
> Switch from BASE_PKGPATH to BUILD_PKGPATH in a few cases in
> REGRESS_DEPENDS. This probably is not strictly necessary, but
> BUILD_PKGPATH is used in more cases, so it is good for
> consistency.
> Switch to new style *_DEPENDS, with the version specification
> at the end. The remaining cases where this is not done is
> because a specific version is used.
> Some FULLPKGNAME added to REGRESS_DEPENDS, to make sure that if
> the old version is installed when you run a regress test, it
> will install the new version first.
> Some conversion of spaces to tabs for consistency.
> OK landry@ (jeremy@)
== devel ============================================================= 06/19 ==
http://www.openbsd.org/cgi-bin/cvsweb/ports/devel
eclipse
~ plugins/rdt/Makefile
> REVISION bump all ruby ports due to a change in the pkgspec.
> Previously, we were using ruby->=1.8,<=1.9, instead of
> ruby->=1.8,<1.9. While this wouldn't cause an issue, since
> our ruby-1.9.2 package isn't included in ruby->=1.8,<=1.9,
> it's still wrong and should be fixed. This also fixes the
> following minor issues:
> Switch from using FLAVOR to MODRUBY_FLAVOR for *_DEPENDS.
> Currently we don't have a ruby port that uses FLAVORs that
> would differ from MODRUBY_FLAVOR, but it's possible we will
> in the future.
> Switch from BASE_PKGPATH to BUILD_PKGPATH in a few cases in
> REGRESS_DEPENDS. This probably is not strictly necessary, but
> BUILD_PKGPATH is used in more cases, so it is good for
> consistency.
> Switch to new style *_DEPENDS, with the version specification
> at the end. The remaining cases where this is not done is
> because a specific version is used.
> Some FULLPKGNAME added to REGRESS_DEPENDS, to make sure that if
> the old version is installed when you run a regress test, it
> will install the new version first.
> Some conversion of spaces to tabs for consistency.
> OK landry@ (jeremy@)
hs-hslogger
~ Makefile ~ distinfo
~ pkg/PLIST
> Update to hslogger-1.1.0 (dcoppa@)
p5-Algorithm-Dependency
~ Makefile ~ distinfo
~ pkg/PLIST
> - Update p5-Algorithm-Dependency to 1.110 (jasper@)
p5-AnyEvent-HTTP
~ Makefile ~ distinfo
> - Update p5-AnyEvent-HTTP to 1.46 (jasper@)
p5-App-CLI
~ Makefile ~ distinfo
~ patches/patch-Makefile_PL ~ pkg/PLIST
> - Update p5-App-CLI to 0.3 (jasper@)
p5-B-Deobfuscate
~ Makefile ~ distinfo
> - Update p5-B-Deobfuscate to 0.20 (jasper@)
p5-B-Keywords
~ Makefile ~ distinfo
> - Update p5-B-Keywords to 1.10 (jasper@)
p5-Config-IniFiles
~ Makefile ~ distinfo
> - update p5-Config-IniFiles to 2.64 (jasper@)
p5-POE
~ Makefile ~ distinfo
~ pkg/PLIST
> - update p5-POE to 1.294
> - install examples (jasper@)
p5-POE-Test-Loops
~ Makefile ~ distinfo
> - Update p5-POE-Test-Loops to 1.036 (jasper@)
ruby-abstract
~ Makefile
> REVISION bump all ruby ports due to a change in the pkgspec.
> Previously, we were using ruby->=1.8,<=1.9, instead of
> ruby->=1.8,<1.9. While this wouldn't cause an issue, since
> our ruby-1.9.2 package isn't included in ruby->=1.8,<=1.9,
> it's still wrong and should be fixed. This also fixes the
> following minor issues:
> Switch from using FLAVOR to MODRUBY_FLAVOR for *_DEPENDS.
> Currently we don't have a ruby port that uses FLAVORs that
> would differ from MODRUBY_FLAVOR, but it's possible we will
> in the future.
> Switch from BASE_PKGPATH to BUILD_PKGPATH in a few cases in
> REGRESS_DEPENDS. This probably is not strictly necessary, but
> BUILD_PKGPATH is used in more cases, so it is good for
> consistency.
> Switch to new style *_DEPENDS, with the version specification
> at the end. The remaining cases where this is not done is
> because a specific version is used.
> Some FULLPKGNAME added to REGRESS_DEPENDS, to make sure that if
> the old version is installed when you run a regress test, it
> will install the new version first.
> Some conversion of spaces to tabs for consistency.
> OK landry@ (jeremy@)
ruby-actionpack
~ Makefile
> REVISION bump all ruby ports due to a change in the pkgspec.
> Previously, we were using ruby->=1.8,<=1.9, instead of
> ruby->=1.8,<1.9. While this wouldn't cause an issue, since
> our ruby-1.9.2 package isn't included in ruby->=1.8,<=1.9,
> it's still wrong and should be fixed. This also fixes the
> following minor issues:
> Switch from using FLAVOR to MODRUBY_FLAVOR for *_DEPENDS.
> Currently we don't have a ruby port that uses FLAVORs that
> would differ from MODRUBY_FLAVOR, but it's possible we will
> in the future.
> Switch from BASE_PKGPATH to BUILD_PKGPATH in a few cases in
> REGRESS_DEPENDS. This probably is not strictly necessary, but
> BUILD_PKGPATH is used in more cases, so it is good for
> consistency.
> Switch to new style *_DEPENDS, with the version specification
> at the end. The remaining cases where this is not done is
> because a specific version is used.
> Some FULLPKGNAME added to REGRESS_DEPENDS, to make sure that if
> the old version is installed when you run a regress test, it
> will install the new version first.
> Some conversion of spaces to tabs for consistency.
> OK landry@ (jeremy@)
ruby-activesupport
~ Makefile
> REVISION bump all ruby ports due to a change in the pkgspec.
> Previously, we were using ruby->=1.8,<=1.9, instead of
> ruby->=1.8,<1.9. While this wouldn't cause an issue, since
> our ruby-1.9.2 package isn't included in ruby->=1.8,<=1.9,
> it's still wrong and should be fixed. This also fixes the
> following minor issues:
> Switch from using FLAVOR to MODRUBY_FLAVOR for *_DEPENDS.
> Currently we don't have a ruby port that uses FLAVORs that
> would differ from MODRUBY_FLAVOR, but it's possible we will
> in the future.
> Switch from BASE_PKGPATH to BUILD_PKGPATH in a few cases in
> REGRESS_DEPENDS. This probably is not strictly necessary, but
> BUILD_PKGPATH is used in more cases, so it is good for
> consistency.
> Switch to new style *_DEPENDS, with the version specification
> at the end. The remaining cases where this is not done is
> because a specific version is used.
> Some FULLPKGNAME added to REGRESS_DEPENDS, to make sure that if
> the old version is installed when you run a regress test, it
> will install the new version first.
> Some conversion of spaces to tabs for consistency.
> OK landry@ (jeremy@)
ruby-assistance
~ Makefile
> REVISION bump all ruby ports due to a change in the pkgspec.
> Previously, we were using ruby->=1.8,<=1.9, instead of
> ruby->=1.8,<1.9. While this wouldn't cause an issue, since
> our ruby-1.9.2 package isn't included in ruby->=1.8,<=1.9,
> it's still wrong and should be fixed. This also fixes the
> following minor issues:
> Switch from using FLAVOR to MODRUBY_FLAVOR for *_DEPENDS.
> Currently we don't have a ruby port that uses FLAVORs that
> would differ from MODRUBY_FLAVOR, but it's possible we will
> in the future.
> Switch from BASE_PKGPATH to BUILD_PKGPATH in a few cases in
> REGRESS_DEPENDS. This probably is not strictly necessary, but
> BUILD_PKGPATH is used in more cases, so it is good for
> consistency.
> Switch to new style *_DEPENDS, with the version specification
> at the end. The remaining cases where this is not done is
> because a specific version is used.
> Some FULLPKGNAME added to REGRESS_DEPENDS, to make sure that if
> the old version is installed when you run a regress test, it
> will install the new version first.
> Some conversion of spaces to tabs for consistency.
> OK landry@ (jeremy@)
ruby-bacon
~ Makefile
> REVISION bump all ruby ports due to a change in the pkgspec.
> Previously, we were using ruby->=1.8,<=1.9, instead of
> ruby->=1.8,<1.9. While this wouldn't cause an issue, since
> our ruby-1.9.2 package isn't included in ruby->=1.8,<=1.9,
> it's still wrong and should be fixed. This also fixes the
> following minor issues:
> Switch from using FLAVOR to MODRUBY_FLAVOR for *_DEPENDS.
> Currently we don't have a ruby port that uses FLAVORs that
> would differ from MODRUBY_FLAVOR, but it's possible we will
> in the future.
> Switch from BASE_PKGPATH to BUILD_PKGPATH in a few cases in
> REGRESS_DEPENDS. This probably is not strictly necessary, but
> BUILD_PKGPATH is used in more cases, so it is good for
> consistency.
> Switch to new style *_DEPENDS, with the version specification
> at the end. The remaining cases where this is not done is
> because a specific version is used.
> Some FULLPKGNAME added to REGRESS_DEPENDS, to make sure that if
> the old version is installed when you run a regress test, it
> will install the new version first.
> Some conversion of spaces to tabs for consistency.
> OK landry@ (jeremy@)
ruby-clio
~ Makefile
> REVISION bump all ruby ports due to a change in the pkgspec.
> Previously, we were using ruby->=1.8,<=1.9, instead of
> ruby->=1.8,<1.9. While this wouldn't cause an issue, since
> our ruby-1.9.2 package isn't included in ruby->=1.8,<=1.9,
> it's still wrong and should be fixed. This also fixes the
> following minor issues:
> Switch from using FLAVOR to MODRUBY_FLAVOR for *_DEPENDS.
> Currently we don't have a ruby port that uses FLAVORs that
> would differ from MODRUBY_FLAVOR, but it's possible we will
> in the future.
> Switch from BASE_PKGPATH to BUILD_PKGPATH in a few cases in
> REGRESS_DEPENDS. This probably is not strictly necessary, but
> BUILD_PKGPATH is used in more cases, so it is good for
> consistency.
> Switch to new style *_DEPENDS, with the version specification
> at the end. The remaining cases where this is not done is
> because a specific version is used.
> Some FULLPKGNAME added to REGRESS_DEPENDS, to make sure that if
> the old version is installed when you run a regress test, it
> will install the new version first.
> Some conversion of spaces to tabs for consistency.
> OK landry@ (jeremy@)
ruby-color-tools
~ Makefile
> REVISION bump all ruby ports due to a change in the pkgspec.
> Previously, we were using ruby->=1.8,<=1.9, instead of
> ruby->=1.8,<1.9. While this wouldn't cause an issue, since
> our ruby-1.9.2 package isn't included in ruby->=1.8,<=1.9,
> it's still wrong and should be fixed. This also fixes the
> following minor issues:
> Switch from using FLAVOR to MODRUBY_FLAVOR for *_DEPENDS.
> Currently we don't have a ruby port that uses FLAVORs that
> would differ from MODRUBY_FLAVOR, but it's possible we will
> in the future.
> Switch from BASE_PKGPATH to BUILD_PKGPATH in a few cases in
> REGRESS_DEPENDS. This probably is not strictly necessary, but
> BUILD_PKGPATH is used in more cases, so it is good for
> consistency.
> Switch to new style *_DEPENDS, with the version specification
> at the end. The remaining cases where this is not done is
> because a specific version is used.
> Some FULLPKGNAME added to REGRESS_DEPENDS, to make sure that if
> the old version is installed when you run a regress test, it
> will install the new version first.
> Some conversion of spaces to tabs for consistency.
> OK landry@ (jeremy@)
ruby-columnize
~ Makefile
> REVISION bump all ruby ports due to a change in the pkgspec.
> Previously, we were using ruby->=1.8,<=1.9, instead of
> ruby->=1.8,<1.9. While this wouldn't cause an issue, since
> our ruby-1.9.2 package isn't included in ruby->=1.8,<=1.9,
> it's still wrong and should be fixed. This also fixes the
> following minor issues:
> Switch from using FLAVOR to MODRUBY_FLAVOR for *_DEPENDS.
> Currently we don't have a ruby port that uses FLAVORs that
> would differ from MODRUBY_FLAVOR, but it's possible we will
> in the future.
> Switch from BASE_PKGPATH to BUILD_PKGPATH in a few cases in
> REGRESS_DEPENDS. This probably is not strictly necessary, but
> BUILD_PKGPATH is used in more cases, so it is good for
> consistency.
> Switch to new style *_DEPENDS, with the version specification
> at the end. The remaining cases where this is not done is
> because a specific version is used.
> Some FULLPKGNAME added to REGRESS_DEPENDS, to make sure that if
> the old version is installed when you run a regress test, it
> will install the new version first.
> Some conversion of spaces to tabs for consistency.
> OK landry@ (jeremy@)
ruby-cucumber
~ Makefile
> REVISION bump all ruby ports due to a change in the pkgspec.
> Previously, we were using ruby->=1.8,<=1.9, instead of
> ruby->=1.8,<1.9. While this wouldn't cause an issue, since
> our ruby-1.9.2 package isn't included in ruby->=1.8,<=1.9,
> it's still wrong and should be fixed. This also fixes the
> following minor issues:
> Switch from using FLAVOR to MODRUBY_FLAVOR for *_DEPENDS.
> Currently we don't have a ruby port that uses FLAVORs that
> would differ from MODRUBY_FLAVOR, but it's possible we will
> in the future.
> Switch from BASE_PKGPATH to BUILD_PKGPATH in a few cases in
> REGRESS_DEPENDS. This probably is not strictly necessary, but
> BUILD_PKGPATH is used in more cases, so it is good for
> consistency.
> Switch to new style *_DEPENDS, with the version specification
> at the end. The remaining cases where this is not done is
> because a specific version is used.
> Some FULLPKGNAME added to REGRESS_DEPENDS, to make sure that if
> the old version is installed when you run a regress test, it
> will install the new version first.
> Some conversion of spaces to tabs for consistency.
> OK landry@ (jeremy@)
ruby-daemons
~ Makefile
> REVISION bump all ruby ports due to a change in the pkgspec.
> Previously, we were using ruby->=1.8,<=1.9, instead of
> ruby->=1.8,<1.9. While this wouldn't cause an issue, since
> our ruby-1.9.2 package isn't included in ruby->=1.8,<=1.9,
> it's still wrong and should be fixed. This also fixes the
> following minor issues:
> Switch from using FLAVOR to MODRUBY_FLAVOR for *_DEPENDS.
> Currently we don't have a ruby port that uses FLAVORs that
> would differ from MODRUBY_FLAVOR, but it's possible we will
> in the future.
> Switch from BASE_PKGPATH to BUILD_PKGPATH in a few cases in
> REGRESS_DEPENDS. This probably is not strictly necessary, but
> BUILD_PKGPATH is used in more cases, so it is good for
> consistency.
> Switch to new style *_DEPENDS, with the version specification
> at the end. The remaining cases where this is not done is
> because a specific version is used.
> Some FULLPKGNAME added to REGRESS_DEPENDS, to make sure that if
> the old version is installed when you run a regress test, it
> will install the new version first.
> Some conversion of spaces to tabs for consistency.
> OK landry@ (jeremy@)
ruby-debug
~ Makefile
> REVISION bump all ruby ports due to a change in the pkgspec.
> Previously, we were using ruby->=1.8,<=1.9, instead of
> ruby->=1.8,<1.9. While this wouldn't cause an issue, since
> our ruby-1.9.2 package isn't included in ruby->=1.8,<=1.9,
> it's still wrong and should be fixed. This also fixes the
> following minor issues:
> Switch from using FLAVOR to MODRUBY_FLAVOR for *_DEPENDS.
> Currently we don't have a ruby port that uses FLAVORs that
> would differ from MODRUBY_FLAVOR, but it's possible we will
> in the future.
> Switch from BASE_PKGPATH to BUILD_PKGPATH in a few cases in
> REGRESS_DEPENDS. This probably is not strictly necessary, but
> BUILD_PKGPATH is used in more cases, so it is good for
> consistency.
> Switch to new style *_DEPENDS, with the version specification
> at the end. The remaining cases where this is not done is
> because a specific version is used.
> Some FULLPKGNAME added to REGRESS_DEPENDS, to make sure that if
> the old version is installed when you run a regress test, it
> will install the new version first.
> Some conversion of spaces to tabs for consistency.
> OK landry@ (jeremy@)
ruby-debug-base
~ Makefile
> REVISION bump all ruby ports due to a change in the pkgspec.
> Previously, we were using ruby->=1.8,<=1.9, instead of
> ruby->=1.8,<1.9. While this wouldn't cause an issue, since
> our ruby-1.9.2 package isn't included in ruby->=1.8,<=1.9,
> it's still wrong and should be fixed. This also fixes the
> following minor issues:
> Switch from using FLAVOR to MODRUBY_FLAVOR for *_DEPENDS.
> Currently we don't have a ruby port that uses FLAVORs that
> would differ from MODRUBY_FLAVOR, but it's possible we will
> in the future.
> Switch from BASE_PKGPATH to BUILD_PKGPATH in a few cases in
> REGRESS_DEPENDS. This probably is not strictly necessary, but
> BUILD_PKGPATH is used in more cases, so it is good for
> consistency.
> Switch to new style *_DEPENDS, with the version specification
> at the end. The remaining cases where this is not done is
> because a specific version is used.
> Some FULLPKGNAME added to REGRESS_DEPENDS, to make sure that if
> the old version is installed when you run a regress test, it
> will install the new version first.
> Some conversion of spaces to tabs for consistency.
> OK landry@ (jeremy@)
ruby-diff-lcs
~ Makefile
> REVISION bump all ruby ports due to a change in the pkgspec.
> Previously, we were using ruby->=1.8,<=1.9, instead of
> ruby->=1.8,<1.9. While this wouldn't cause an issue, since
> our ruby-1.9.2 package isn't included in ruby->=1.8,<=1.9,
> it's still wrong and should be fixed. This also fixes the
> following minor issues:
> Switch from using FLAVOR to MODRUBY_FLAVOR for *_DEPENDS.
> Currently we don't have a ruby port that uses FLAVORs that
> would differ from MODRUBY_FLAVOR, but it's possible we will
> in the future.
> Switch from BASE_PKGPATH to BUILD_PKGPATH in a few cases in
> REGRESS_DEPENDS. This probably is not strictly necessary, but
> BUILD_PKGPATH is used in more cases, so it is good for
> consistency.
> Switch to new style *_DEPENDS, with the version specification
> at the end. The remaining cases where this is not done is
> because a specific version is used.
> Some FULLPKGNAME added to REGRESS_DEPENDS, to make sure that if
> the old version is installed when you run a regress test, it
> will install the new version first.
> Some conversion of spaces to tabs for consistency.
> OK landry@ (jeremy@)
ruby-echoe
~ Makefile
> REVISION bump all ruby ports due to a change in the pkgspec.
> Previously, we were using ruby->=1.8,<=1.9, instead of
> ruby->=1.8,<1.9. While this wouldn't cause an issue, since
> our ruby-1.9.2 package isn't included in ruby->=1.8,<=1.9,
> it's still wrong and should be fixed. This also fixes the
> following minor issues:
> Switch from using FLAVOR to MODRUBY_FLAVOR for *_DEPENDS.
> Currently we don't have a ruby port that uses FLAVORs that
> would differ from MODRUBY_FLAVOR, but it's possible we will
> in the future.
> Switch from BASE_PKGPATH to BUILD_PKGPATH in a few cases in
> REGRESS_DEPENDS. This probably is not strictly necessary, but
> BUILD_PKGPATH is used in more cases, so it is good for
> consistency.
> Switch to new style *_DEPENDS, with the version specification
> at the end. The remaining cases where this is not done is
> because a specific version is used.
> Some FULLPKGNAME added to REGRESS_DEPENDS, to make sure that if
> the old version is installed when you run a regress test, it
> will install the new version first.
> Some conversion of spaces to tabs for consistency.
> OK landry@ (jeremy@)
ruby-extlib
~ Makefile
> REVISION bump all ruby ports due to a change in the pkgspec.
> Previously, we were using ruby->=1.8,<=1.9, instead of
> ruby->=1.8,<1.9. While this wouldn't cause an issue, since
> our ruby-1.9.2 package isn't included in ruby->=1.8,<=1.9,
> it's still wrong and should be fixed. This also fixes the
> following minor issues:
> Switch from using FLAVOR to MODRUBY_FLAVOR for *_DEPENDS.
> Currently we don't have a ruby port that uses FLAVORs that
> would differ from MODRUBY_FLAVOR, but it's possible we will
> in the future.
> Switch from BASE_PKGPATH to BUILD_PKGPATH in a few cases in
> REGRESS_DEPENDS. This probably is not strictly necessary, but
> BUILD_PKGPATH is used in more cases, so it is good for
> consistency.
> Switch to new style *_DEPENDS, with the version specification
> at the end. The remaining cases where this is not done is
> because a specific version is used.
> Some FULLPKGNAME added to REGRESS_DEPENDS, to make sure that if
> the old version is installed when you run a regress test, it
> will install the new version first.
> Some conversion of spaces to tabs for consistency.
> OK landry@ (jeremy@)
ruby-facets
~ Makefile
> REVISION bump all ruby ports due to a change in the pkgspec.
> Previously, we were using ruby->=1.8,<=1.9, instead of
> ruby->=1.8,<1.9. While this wouldn't cause an issue, since
> our ruby-1.9.2 package isn't included in ruby->=1.8,<=1.9,
> it's still wrong and should be fixed. This also fixes the
> following minor issues:
> Switch from using FLAVOR to MODRUBY_FLAVOR for *_DEPENDS.
> Currently we don't have a ruby port that uses FLAVORs that
> would differ from MODRUBY_FLAVOR, but it's possible we will
> in the future.
> Switch from BASE_PKGPATH to BUILD_PKGPATH in a few cases in
> REGRESS_DEPENDS. This probably is not strictly necessary, but
> BUILD_PKGPATH is used in more cases, so it is good for
> consistency.
> Switch to new style *_DEPENDS, with the version specification
> at the end. The remaining cases where this is not done is
> because a specific version is used.
> Some FULLPKGNAME added to REGRESS_DEPENDS, to make sure that if
> the old version is installed when you run a regress test, it
> will install the new version first.
> Some conversion of spaces to tabs for consistency.
> OK landry@ (jeremy@)
ruby-fastthread
~ Makefile
> REVISION bump all ruby ports due to a change in the pkgspec.
> Previously, we were using ruby->=1.8,<=1.9, instead of
> ruby->=1.8,<1.9. While this wouldn't cause an issue, since
> our ruby-1.9.2 package isn't included in ruby->=1.8,<=1.9,
> it's still wrong and should be fixed. This also fixes the
> following minor issues:
> Switch from using FLAVOR to MODRUBY_FLAVOR for *_DEPENDS.
> Currently we don't have a ruby port that uses FLAVORs that
> would differ from MODRUBY_FLAVOR, but it's possible we will
> in the future.
> Switch from BASE_PKGPATH to BUILD_PKGPATH in a few cases in
> REGRESS_DEPENDS. This probably is not strictly necessary, but
> BUILD_PKGPATH is used in more cases, so it is good for
> consistency.
> Switch to new style *_DEPENDS, with the version specification
> at the end. The remaining cases where this is not done is
> because a specific version is used.
> Some FULLPKGNAME added to REGRESS_DEPENDS, to make sure that if
> the old version is installed when you run a regress test, it
> will install the new version first.
> Some conversion of spaces to tabs for consistency.
> OK landry@ (jeremy@)
ruby-flexmock
~ Makefile
> REVISION bump all ruby ports due to a change in the pkgspec.
> Previously, we were using ruby->=1.8,<=1.9, instead of
> ruby->=1.8,<1.9. While this wouldn't cause an issue, since
> our ruby-1.9.2 package isn't included in ruby->=1.8,<=1.9,
> it's still wrong and should be fixed. This also fixes the
> following minor issues:
> Switch from using FLAVOR to MODRUBY_FLAVOR for *_DEPENDS.
> Currently we don't have a ruby port that uses FLAVORs that
> would differ from MODRUBY_FLAVOR, but it's possible we will
> in the future.
> Switch from BASE_PKGPATH to BUILD_PKGPATH in a few cases in
> REGRESS_DEPENDS. This probably is not strictly necessary, but
> BUILD_PKGPATH is used in more cases, so it is good for
> consistency.
> Switch to new style *_DEPENDS, with the version specification
> at the end. The remaining cases where this is not done is
> because a specific version is used.
> Some FULLPKGNAME added to REGRESS_DEPENDS, to make sure that if
> the old version is installed when you run a regress test, it
> will install the new version first.
> Some conversion of spaces to tabs for consistency.
> OK landry@ (jeremy@)
ruby-gem_plugin
~ Makefile
> REVISION bump all ruby ports due to a change in the pkgspec.
> Previously, we were using ruby->=1.8,<=1.9, instead of
> ruby->=1.8,<1.9. While this wouldn't cause an issue, since
> our ruby-1.9.2 package isn't included in ruby->=1.8,<=1.9,
> it's still wrong and should be fixed. This also fixes the
> following minor issues:
> Switch from using FLAVOR to MODRUBY_FLAVOR for *_DEPENDS.
> Currently we don't have a ruby port that uses FLAVORs that
> would differ from MODRUBY_FLAVOR, but it's possible we will
> in the future.
> Switch from BASE_PKGPATH to BUILD_PKGPATH in a few cases in
> REGRESS_DEPENDS. This probably is not strictly necessary, but
> BUILD_PKGPATH is used in more cases, so it is good for
> consistency.
> Switch to new style *_DEPENDS, with the version specification
> at the end. The remaining cases where this is not done is
> because a specific version is used.
> Some FULLPKGNAME added to REGRESS_DEPENDS, to make sure that if
> the old version is installed when you run a regress test, it
> will install the new version first.
> Some conversion of spaces to tabs for consistency.
> OK landry@ (jeremy@)
ruby-gems
~ Makefile
> REVISION bump all ruby ports due to a change in the pkgspec.
> Previously, we were using ruby->=1.8,<=1.9, instead of
> ruby->=1.8,<1.9. While this wouldn't cause an issue, since
> our ruby-1.9.2 package isn't included in ruby->=1.8,<=1.9,
> it's still wrong and should be fixed. This also fixes the
> following minor issues:
> Switch from using FLAVOR to MODRUBY_FLAVOR for *_DEPENDS.
> Currently we don't have a ruby port that uses FLAVORs that
> would differ from MODRUBY_FLAVOR, but it's possible we will
> in the future.
> Switch from BASE_PKGPATH to BUILD_PKGPATH in a few cases in
> REGRESS_DEPENDS. This probably is not strictly necessary, but
> BUILD_PKGPATH is used in more cases, so it is good for
> consistency.
> Switch to new style *_DEPENDS, with the version specification
> at the end. The remaining cases where this is not done is
> because a specific version is used.
> Some FULLPKGNAME added to REGRESS_DEPENDS, to make sure that if
> the old version is installed when you run a regress test, it
> will install the new version first.
> Some conversion of spaces to tabs for consistency.
> OK landry@ (jeremy@)
ruby-gettext
~ Makefile
> REVISION bump all ruby ports due to a change in the pkgspec.
> Previously, we were using ruby->=1.8,<=1.9, instead of
> ruby->=1.8,<1.9. While this wouldn't cause an issue, since
> our ruby-1.9.2 package isn't included in ruby->=1.8,<=1.9,
> it's still wrong and should be fixed. This also fixes the
> following minor issues:
> Switch from using FLAVOR to MODRUBY_FLAVOR for *_DEPENDS.
> Currently we don't have a ruby port that uses FLAVORs that
> would differ from MODRUBY_FLAVOR, but it's possible we will
> in the future.
> Switch from BASE_PKGPATH to BUILD_PKGPATH in a few cases in
> REGRESS_DEPENDS. This probably is not strictly necessary, but
> BUILD_PKGPATH is used in more cases, so it is good for
> consistency.
> Switch to new style *_DEPENDS, with the version specification
> at the end. The remaining cases where this is not done is
> because a specific version is used.
> Some FULLPKGNAME added to REGRESS_DEPENDS, to make sure that if
> the old version is installed when you run a regress test, it
> will install the new version first.
> Some conversion of spaces to tabs for consistency.
> OK landry@ (jeremy@)
ruby-highline
~ Makefile
> REVISION bump all ruby ports due to a change in the pkgspec.
> Previously, we were using ruby->=1.8,<=1.9, instead of
> ruby->=1.8,<1.9. While this wouldn't cause an issue, since
> our ruby-1.9.2 package isn't included in ruby->=1.8,<=1.9,
> it's still wrong and should be fixed. This also fixes the
> following minor issues:
> Switch from using FLAVOR to MODRUBY_FLAVOR for *_DEPENDS.
> Currently we don't have a ruby port that uses FLAVORs that
> would differ from MODRUBY_FLAVOR, but it's possible we will
> in the future.
> Switch from BASE_PKGPATH to BUILD_PKGPATH in a few cases in
> REGRESS_DEPENDS. This probably is not strictly necessary, but
> BUILD_PKGPATH is used in more cases, so it is good for
> consistency.
> Switch to new style *_DEPENDS, with the version specification
> at the end. The remaining cases where this is not done is
> because a specific version is used.
> Some FULLPKGNAME added to REGRESS_DEPENDS, to make sure that if
> the old version is installed when you run a regress test, it
> will install the new version first.
> Some conversion of spaces to tabs for consistency.
> OK landry@ (jeremy@)
ruby-hoe
~ Makefile
> REVISION bump all ruby ports due to a change in the pkgspec.
> Previously, we were using ruby->=1.8,<=1.9, instead of
> ruby->=1.8,<1.9. While this wouldn't cause an issue, since
> our ruby-1.9.2 package isn't included in ruby->=1.8,<=1.9,
> it's still wrong and should be fixed. This also fixes the
> following minor issues:
> Switch from using FLAVOR to MODRUBY_FLAVOR for *_DEPENDS.
> Currently we don't have a ruby port that uses FLAVORs that
> would differ from MODRUBY_FLAVOR, but it's possible we will
> in the future.
> Switch from BASE_PKGPATH to BUILD_PKGPATH in a few cases in
> REGRESS_DEPENDS. This probably is not strictly necessary, but
> BUILD_PKGPATH is used in more cases, so it is good for
> consistency.
> Switch to new style *_DEPENDS, with the version specification
> at the end. The remaining cases where this is not done is
> because a specific version is used.
> Some FULLPKGNAME added to REGRESS_DEPENDS, to make sure that if
> the old version is installed when you run a regress test, it
> will install the new version first.
> Some conversion of spaces to tabs for consistency.
> OK landry@ (jeremy@)
ruby-linecache
~ Makefile
> REVISION bump all ruby ports due to a change in the pkgspec.
> Previously, we were using ruby->=1.8,<=1.9, instead of
> ruby->=1.8,<1.9. While this wouldn't cause an issue, since
> our ruby-1.9.2 package isn't included in ruby->=1.8,<=1.9,
> it's still wrong and should be fixed. This also fixes the
> following minor issues:
> Switch from using FLAVOR to MODRUBY_FLAVOR for *_DEPENDS.
> Currently we don't have a ruby port that uses FLAVORs that
> would differ from MODRUBY_FLAVOR, but it's possible we will
> in the future.
> Switch from BASE_PKGPATH to BUILD_PKGPATH in a few cases in
> REGRESS_DEPENDS. This probably is not strictly necessary, but
> BUILD_PKGPATH is used in more cases, so it is good for
> consistency.
> Switch to new style *_DEPENDS, with the version specification
> at the end. The remaining cases where this is not done is
> because a specific version is used.
> Some FULLPKGNAME added to REGRESS_DEPENDS, to make sure that if
> the old version is installed when you run a regress test, it
> will install the new version first.
> Some conversion of spaces to tabs for consistency.
> OK landry@ (jeremy@)
ruby-locale
~ Makefile
> REVISION bump all ruby ports due to a change in the pkgspec.
> Previously, we were using ruby->=1.8,<=1.9, instead of
> ruby->=1.8,<1.9. While this wouldn't cause an issue, since
> our ruby-1.9.2 package isn't included in ruby->=1.8,<=1.9,
> it's still wrong and should be fixed. This also fixes the
> following minor issues:
> Switch from using FLAVOR to MODRUBY_FLAVOR for *_DEPENDS.
> Currently we don't have a ruby port that uses FLAVORs that
> would differ from MODRUBY_FLAVOR, but it's possible we will
> in the future.
> Switch from BASE_PKGPATH to BUILD_PKGPATH in a few cases in
> REGRESS_DEPENDS. This probably is not strictly necessary, but
> BUILD_PKGPATH is used in more cases, so it is good for
> consistency.
> Switch to new style *_DEPENDS, with the version specification
> at the end. The remaining cases where this is not done is
> because a specific version is used.
> Some FULLPKGNAME added to REGRESS_DEPENDS, to make sure that if
> the old version is installed when you run a regress test, it
> will install the new version first.
> Some conversion of spaces to tabs for consistency.
> OK landry@ (jeremy@)
ruby-minitest
~ Makefile
> REVISION bump all ruby ports due to a change in the pkgspec.
> Previously, we were using ruby->=1.8,<=1.9, instead of
> ruby->=1.8,<1.9. While this wouldn't cause an issue, since
> our ruby-1.9.2 package isn't included in ruby->=1.8,<=1.9,
> it's still wrong and should be fixed. This also fixes the
> following minor issues:
> Switch from using FLAVOR to MODRUBY_FLAVOR for *_DEPENDS.
> Currently we don't have a ruby port that uses FLAVORs that
> would differ from MODRUBY_FLAVOR, but it's possible we will
> in the future.
> Switch from BASE_PKGPATH to BUILD_PKGPATH in a few cases in
> REGRESS_DEPENDS. This probably is not strictly necessary, but
> BUILD_PKGPATH is used in more cases, so it is good for
> consistency.
> Switch to new style *_DEPENDS, with the version specification
> at the end. The remaining cases where this is not done is
> because a specific version is used.
> Some FULLPKGNAME added to REGRESS_DEPENDS, to make sure that if
> the old version is installed when you run a regress test, it
> will install the new version first.
> Some conversion of spaces to tabs for consistency.
> OK landry@ (jeremy@)
ruby-mocha
~ Makefile
> REVISION bump all ruby ports due to a change in the pkgspec.
> Previously, we were using ruby->=1.8,<=1.9, instead of
> ruby->=1.8,<1.9. While this wouldn't cause an issue, since
> our ruby-1.9.2 package isn't included in ruby->=1.8,<=1.9,
> it's still wrong and should be fixed. This also fixes the
> following minor issues:
> Switch from using FLAVOR to MODRUBY_FLAVOR for *_DEPENDS.
> Currently we don't have a ruby port that uses FLAVORs that
> would differ from MODRUBY_FLAVOR, but it's possible we will
> in the future.
> Switch from BASE_PKGPATH to BUILD_PKGPATH in a few cases in
> REGRESS_DEPENDS. This probably is not strictly necessary, but
> BUILD_PKGPATH is used in more cases, so it is good for
> consistency.
> Switch to new style *_DEPENDS, with the version specification
> at the end. The remaining cases where this is not done is
> because a specific version is used.
> Some FULLPKGNAME added to REGRESS_DEPENDS, to make sure that if
> the old version is installed when you run a regress test, it
> will install the new version first.
> Some conversion of spaces to tabs for consistency.
> OK landry@ (jeremy@)
ruby-ncurses
~ Makefile
> REVISION bump all ruby ports due to a change in the pkgspec.
> Previously, we were using ruby->=1.8,<=1.9, instead of
> ruby->=1.8,<1.9. While this wouldn't cause an issue, since
> our ruby-1.9.2 package isn't included in ruby->=1.8,<=1.9,
> it's still wrong and should be fixed. This also fixes the
> following minor issues:
> Switch from using FLAVOR to MODRUBY_FLAVOR for *_DEPENDS.
> Currently we don't have a ruby port that uses FLAVORs that
> would differ from MODRUBY_FLAVOR, but it's possible we will
> in the future.
> Switch from BASE_PKGPATH to BUILD_PKGPATH in a few cases in
> REGRESS_DEPENDS. This probably is not strictly necessary, but
> BUILD_PKGPATH is used in more cases, so it is good for
> consistency.
> Switch to new style *_DEPENDS, with the version specification
> at the end. The remaining cases where this is not done is
> because a specific version is used.
> Some FULLPKGNAME added to REGRESS_DEPENDS, to make sure that if
> the old version is installed when you run a regress test, it
> will install the new version first.
> Some conversion of spaces to tabs for consistency.
> OK landry@ (jeremy@)
ruby-needle
~ Makefile
> REVISION bump all ruby ports due to a change in the pkgspec.
> Previously, we were using ruby->=1.8,<=1.9, instead of
> ruby->=1.8,<1.9. While this wouldn't cause an issue, since
> our ruby-1.9.2 package isn't included in ruby->=1.8,<=1.9,
> it's still wrong and should be fixed. This also fixes the
> following minor issues:
> Switch from using FLAVOR to MODRUBY_FLAVOR for *_DEPENDS.
> Currently we don't have a ruby port that uses FLAVORs that
> would differ from MODRUBY_FLAVOR, but it's possible we will
> in the future.
> Switch from BASE_PKGPATH to BUILD_PKGPATH in a few cases in
> REGRESS_DEPENDS. This probably is not strictly necessary, but
> BUILD_PKGPATH is used in more cases, so it is good for
> consistency.
> Switch to new style *_DEPENDS, with the version specification
> at the end. The remaining cases where this is not done is
> because a specific version is used.
> Some FULLPKGNAME added to REGRESS_DEPENDS, to make sure that if
> the old version is installed when you run a regress test, it
> will install the new version first.
> Some conversion of spaces to tabs for consistency.
> OK landry@ (jeremy@)
ruby-open4
~ Makefile
> REVISION bump all ruby ports due to a change in the pkgspec.
> Previously, we were using ruby->=1.8,<=1.9, instead of
> ruby->=1.8,<1.9. While this wouldn't cause an issue, since
> our ruby-1.9.2 package isn't included in ruby->=1.8,<=1.9,
> it's still wrong and should be fixed. This also fixes the
> following minor issues:
> Switch from using FLAVOR to MODRUBY_FLAVOR for *_DEPENDS.
> Currently we don't have a ruby port that uses FLAVORs that
> would differ from MODRUBY_FLAVOR, but it's possible we will
> in the future.
> Switch from BASE_PKGPATH to BUILD_PKGPATH in a few cases in
> REGRESS_DEPENDS. This probably is not strictly necessary, but
> BUILD_PKGPATH is used in more cases, so it is good for
> consistency.
> Switch to new style *_DEPENDS, with the version specification
> at the end. The remaining cases where this is not done is
> because a specific version is used.
> Some FULLPKGNAME added to REGRESS_DEPENDS, to make sure that if
> the old version is installed when you run a regress test, it
> will install the new version first.
> Some conversion of spaces to tabs for consistency.
> OK landry@ (jeremy@)
ruby-parsetree
~ Makefile
> REVISION bump all ruby ports due to a change in the pkgspec.
> Previously, we were using ruby->=1.8,<=1.9, instead of
> ruby->=1.8,<1.9. While this wouldn't cause an issue, since
> our ruby-1.9.2 package isn't included in ruby->=1.8,<=1.9,
> it's still wrong and should be fixed. This also fixes the
> following minor issues:
> Switch from using FLAVOR to MODRUBY_FLAVOR for *_DEPENDS.
> Currently we don't have a ruby port that uses FLAVORs that
> would differ from MODRUBY_FLAVOR, but it's possible we will
> in the future.
> Switch from BASE_PKGPATH to BUILD_PKGPATH in a few cases in
> REGRESS_DEPENDS. This probably is not strictly necessary, but
> BUILD_PKGPATH is used in more cases, so it is good for
> consistency.
> Switch to new style *_DEPENDS, with the version specification
> at the end. The remaining cases where this is not done is
> because a specific version is used.
> Some FULLPKGNAME added to REGRESS_DEPENDS, to make sure that if
> the old version is installed when you run a regress test, it
> will install the new version first.
> Some conversion of spaces to tabs for consistency.
> OK landry@ (jeremy@)
ruby-polyglot
~ Makefile
> REVISION bump all ruby ports due to a change in the pkgspec.
> Previously, we were using ruby->=1.8,<=1.9, instead of
> ruby->=1.8,<1.9. While this wouldn't cause an issue, since
> our ruby-1.9.2 package isn't included in ruby->=1.8,<=1.9,
> it's still wrong and should be fixed. This also fixes the
> following minor issues:
> Switch from using FLAVOR to MODRUBY_FLAVOR for *_DEPENDS.
> Currently we don't have a ruby port that uses FLAVORs that
> would differ from MODRUBY_FLAVOR, but it's possible we will
> in the future.
> Switch from BASE_PKGPATH to BUILD_PKGPATH in a few cases in
> REGRESS_DEPENDS. This probably is not strictly necessary, but
> BUILD_PKGPATH is used in more cases, so it is good for
> consistency.
> Switch to new style *_DEPENDS, with the version specification
> at the end. The remaining cases where this is not done is
> because a specific version is used.
> Some FULLPKGNAME added to REGRESS_DEPENDS, to make sure that if
> the old version is installed when you run a regress test, it
> will install the new version first.
> Some conversion of spaces to tabs for consistency.
> OK landry@ (jeremy@)
ruby-rack-test
~ Makefile
> REVISION bump all ruby ports due to a change in the pkgspec.
> Previously, we were using ruby->=1.8,<=1.9, instead of
> ruby->=1.8,<1.9. While this wouldn't cause an issue, since
> our ruby-1.9.2 package isn't included in ruby->=1.8,<=1.9,
> it's still wrong and should be fixed. This also fixes the
> following minor issues:
> Switch from using FLAVOR to MODRUBY_FLAVOR for *_DEPENDS.
> Currently we don't have a ruby port that uses FLAVORs that
> would differ from MODRUBY_FLAVOR, but it's possible we will
> in the future.
> Switch from BASE_PKGPATH to BUILD_PKGPATH in a few cases in
> REGRESS_DEPENDS. This probably is not strictly necessary, but
> BUILD_PKGPATH is used in more cases, so it is good for
> consistency.
> Switch to new style *_DEPENDS, with the version specification
> at the end. The remaining cases where this is not done is
> because a specific version is used.
> Some FULLPKGNAME added to REGRESS_DEPENDS, to make sure that if
> the old version is installed when you run a regress test, it
> will install the new version first.
> Some conversion of spaces to tabs for consistency.
> OK landry@ (jeremy@)
ruby-rake
~ Makefile
> REVISION bump all ruby ports due to a change in the pkgspec.
> Previously, we were using ruby->=1.8,<=1.9, instead of
> ruby->=1.8,<1.9. While this wouldn't cause an issue, since
> our ruby-1.9.2 package isn't included in ruby->=1.8,<=1.9,
> it's still wrong and should be fixed. This also fixes the
> following minor issues:
> Switch from using FLAVOR to MODRUBY_FLAVOR for *_DEPENDS.
> Currently we don't have a ruby port that uses FLAVORs that
> would differ from MODRUBY_FLAVOR, but it's possible we will
> in the future.
> Switch from BASE_PKGPATH to BUILD_PKGPATH in a few cases in
> REGRESS_DEPENDS. This probably is not strictly necessary, but
> BUILD_PKGPATH is used in more cases, so it is good for
> consistency.
> Switch to new style *_DEPENDS, with the version specification
> at the end. The remaining cases where this is not done is
> because a specific version is used.
> Some FULLPKGNAME added to REGRESS_DEPENDS, to make sure that if
> the old version is installed when you run a regress test, it
> will install the new version first.
> Some conversion of spaces to tabs for consistency.
> OK landry@ (jeremy@)
ruby-rcov
~ Makefile
> REVISION bump all ruby ports due to a change in the pkgspec.
> Previously, we were using ruby->=1.8,<=1.9, instead of
> ruby->=1.8,<1.9. While this wouldn't cause an issue, since
> our ruby-1.9.2 package isn't included in ruby->=1.8,<=1.9,
> it's still wrong and should be fixed. This also fixes the
> following minor issues:
> Switch from using FLAVOR to MODRUBY_FLAVOR for *_DEPENDS.
> Currently we don't have a ruby port that uses FLAVORs that
> would differ from MODRUBY_FLAVOR, but it's possible we will
> in the future.
> Switch from BASE_PKGPATH to BUILD_PKGPATH in a few cases in
> REGRESS_DEPENDS. This probably is not strictly necessary, but
> BUILD_PKGPATH is used in more cases, so it is good for
> consistency.
> Switch to new style *_DEPENDS, with the version specification
> at the end. The remaining cases where this is not done is
> because a specific version is used.
> Some FULLPKGNAME added to REGRESS_DEPENDS, to make sure that if
> the old version is installed when you run a regress test, it
> will install the new version first.
> Some conversion of spaces to tabs for consistency.
> OK landry@ (jeremy@)
ruby-rparsec
~ Makefile
> REVISION bump all ruby ports due to a change in the pkgspec.
> Previously, we were using ruby->=1.8,<=1.9, instead of
> ruby->=1.8,<1.9. While this wouldn't cause an issue, since
> our ruby-1.9.2 package isn't included in ruby->=1.8,<=1.9,
> it's still wrong and should be fixed. This also fixes the
> following minor issues:
> Switch from using FLAVOR to MODRUBY_FLAVOR for *_DEPENDS.
> Currently we don't have a ruby port that uses FLAVORs that
> would differ from MODRUBY_FLAVOR, but it's possible we will
> in the future.
> Switch from BASE_PKGPATH to BUILD_PKGPATH in a few cases in
> REGRESS_DEPENDS. This probably is not strictly necessary, but
> BUILD_PKGPATH is used in more cases, so it is good for
> consistency.
> Switch to new style *_DEPENDS, with the version specification
> at the end. The remaining cases where this is not done is
> because a specific version is used.
> Some FULLPKGNAME added to REGRESS_DEPENDS, to make sure that if
> the old version is installed when you run a regress test, it
> will install the new version first.
> Some conversion of spaces to tabs for consistency.
> OK landry@ (jeremy@)
ruby-rspec
~ Makefile
> REVISION bump all ruby ports due to a change in the pkgspec.
> Previously, we were using ruby->=1.8,<=1.9, instead of
> ruby->=1.8,<1.9. While this wouldn't cause an issue, since
> our ruby-1.9.2 package isn't included in ruby->=1.8,<=1.9,
> it's still wrong and should be fixed. This also fixes the
> following minor issues:
> Switch from using FLAVOR to MODRUBY_FLAVOR for *_DEPENDS.
> Currently we don't have a ruby port that uses FLAVORs that
> would differ from MODRUBY_FLAVOR, but it's possible we will
> in the future.
> Switch from BASE_PKGPATH to BUILD_PKGPATH in a few cases in
> REGRESS_DEPENDS. This probably is not strictly necessary, but
> BUILD_PKGPATH is used in more cases, so it is good for
> consistency.
> Switch to new style *_DEPENDS, with the version specification
> at the end. The remaining cases where this is not done is
> because a specific version is used.
> Some FULLPKGNAME added to REGRESS_DEPENDS, to make sure that if
> the old version is installed when you run a regress test, it
> will install the new version first.
> Some conversion of spaces to tabs for consistency.
> OK landry@ (jeremy@)
ruby-ruby2ruby
~ Makefile
> REVISION bump all ruby ports due to a change in the pkgspec.
> Previously, we were using ruby->=1.8,<=1.9, instead of
> ruby->=1.8,<1.9. While this wouldn't cause an issue, since
> our ruby-1.9.2 package isn't included in ruby->=1.8,<=1.9,
> it's still wrong and should be fixed. This also fixes the
> following minor issues:
> Switch from using FLAVOR to MODRUBY_FLAVOR for *_DEPENDS.
> Currently we don't have a ruby port that uses FLAVORs that
> would differ from MODRUBY_FLAVOR, but it's possible we will
> in the future.
> Switch from BASE_PKGPATH to BUILD_PKGPATH in a few cases in
> REGRESS_DEPENDS. This probably is not strictly necessary, but
> BUILD_PKGPATH is used in more cases, so it is good for
> consistency.
> Switch to new style *_DEPENDS, with the version specification
> at the end. The remaining cases where this is not done is
> because a specific version is used.
> Some FULLPKGNAME added to REGRESS_DEPENDS, to make sure that if
> the old version is installed when you run a regress test, it
> will install the new version first.
> Some conversion of spaces to tabs for consistency.
> OK landry@ (jeremy@)
ruby-ruby_parser
~ Makefile
> REVISION bump all ruby ports due to a change in the pkgspec.
> Previously, we were using ruby->=1.8,<=1.9, instead of
> ruby->=1.8,<1.9. While this wouldn't cause an issue, since
> our ruby-1.9.2 package isn't included in ruby->=1.8,<=1.9,
> it's still wrong and should be fixed. This also fixes the
> following minor issues:
> Switch from using FLAVOR to MODRUBY_FLAVOR for *_DEPENDS.
> Currently we don't have a ruby port that uses FLAVORs that
> would differ from MODRUBY_FLAVOR, but it's possible we will
> in the future.
> Switch from BASE_PKGPATH to BUILD_PKGPATH in a few cases in
> REGRESS_DEPENDS. This probably is not strictly necessary, but
> BUILD_PKGPATH is used in more cases, so it is good for
> consistency.
> Switch to new style *_DEPENDS, with the version specification
> at the end. The remaining cases where this is not done is
> because a specific version is used.
> Some FULLPKGNAME added to REGRESS_DEPENDS, to make sure that if
> the old version is installed when you run a regress test, it
> will install the new version first.
> Some conversion of spaces to tabs for consistency.
> OK landry@ (jeremy@)
ruby-rubyforge
~ Makefile
> REVISION bump all ruby ports due to a change in the pkgspec.
> Previously, we were using ruby->=1.8,<=1.9, instead of
> ruby->=1.8,<1.9. While this wouldn't cause an issue, since
> our ruby-1.9.2 package isn't included in ruby->=1.8,<=1.9,
> it's still wrong and should be fixed. This also fixes the
> following minor issues:
> Switch from using FLAVOR to MODRUBY_FLAVOR for *_DEPENDS.
> Currently we don't have a ruby port that uses FLAVORs that
> would differ from MODRUBY_FLAVOR, but it's possible we will
> in the future.
> Switch from BASE_PKGPATH to BUILD_PKGPATH in a few cases in
> REGRESS_DEPENDS. This probably is not strictly necessary, but
> BUILD_PKGPATH is used in more cases, so it is good for
> consistency.
> Switch to new style *_DEPENDS, with the version specification
> at the end. The remaining cases where this is not done is
> because a specific version is used.
> Some FULLPKGNAME added to REGRESS_DEPENDS, to make sure that if
> the old version is installed when you run a regress test, it
> will install the new version first.
> Some conversion of spaces to tabs for consistency.
> OK landry@ (jeremy@)
ruby-rubyinline
~ Makefile
> REVISION bump all ruby ports due to a change in the pkgspec.
> Previously, we were using ruby->=1.8,<=1.9, instead of
> ruby->=1.8,<1.9. While this wouldn't cause an issue, since
> our ruby-1.9.2 package isn't included in ruby->=1.8,<=1.9,
> it's still wrong and should be fixed. This also fixes the
> following minor issues:
> Switch from using FLAVOR to MODRUBY_FLAVOR for *_DEPENDS.
> Currently we don't have a ruby port that uses FLAVORs that
> would differ from MODRUBY_FLAVOR, but it's possible we will
> in the future.
> Switch from BASE_PKGPATH to BUILD_PKGPATH in a few cases in
> REGRESS_DEPENDS. This probably is not strictly necessary, but
> BUILD_PKGPATH is used in more cases, so it is good for
> consistency.
> Switch to new style *_DEPENDS, with the version specification
> at the end. The remaining cases where this is not done is
> because a specific version is used.
> Some FULLPKGNAME added to REGRESS_DEPENDS, to make sure that if
> the old version is installed when you run a regress test, it
> will install the new version first.
> Some conversion of spaces to tabs for consistency.
> OK landry@ (jeremy@)
ruby-sexp
~ Makefile
> REVISION bump all ruby ports due to a change in the pkgspec.
> Previously, we were using ruby->=1.8,<=1.9, instead of
> ruby->=1.8,<1.9. While this wouldn't cause an issue, since
> our ruby-1.9.2 package isn't included in ruby->=1.8,<=1.9,
> it's still wrong and should be fixed. This also fixes the
> following minor issues:
> Switch from using FLAVOR to MODRUBY_FLAVOR for *_DEPENDS.
> Currently we don't have a ruby port that uses FLAVORs that
> would differ from MODRUBY_FLAVOR, but it's possible we will
> in the future.
> Switch from BASE_PKGPATH to BUILD_PKGPATH in a few cases in
> REGRESS_DEPENDS. This probably is not strictly necessary, but
> BUILD_PKGPATH is used in more cases, so it is good for
> consistency.
> Switch to new style *_DEPENDS, with the version specification
> at the end. The remaining cases where this is not done is
> because a specific version is used.
> Some FULLPKGNAME added to REGRESS_DEPENDS, to make sure that if
> the old version is installed when you run a regress test, it
> will install the new version first.
> Some conversion of spaces to tabs for consistency.
> OK landry@ (jeremy@)
ruby-sexp_processor
~ Makefile
> REVISION bump all ruby ports due to a change in the pkgspec.
> Previously, we were using ruby->=1.8,<=1.9, instead of
> ruby->=1.8,<1.9. While this wouldn't cause an issue, since
> our ruby-1.9.2 package isn't included in ruby->=1.8,<=1.9,
> it's still wrong and should be fixed. This also fixes the
> following minor issues:
> Switch from using FLAVOR to MODRUBY_FLAVOR for *_DEPENDS.
> Currently we don't have a ruby port that uses FLAVORs that
> would differ from MODRUBY_FLAVOR, but it's possible we will
> in the future.
> Switch from BASE_PKGPATH to BUILD_PKGPATH in a few cases in
> REGRESS_DEPENDS. This probably is not strictly necessary, but
> BUILD_PKGPATH is used in more cases, so it is good for
> consistency.
> Switch to new style *_DEPENDS, with the version specification
> at the end. The remaining cases where this is not done is
> because a specific version is used.
> Some FULLPKGNAME added to REGRESS_DEPENDS, to make sure that if
> the old version is installed when you run a regress test, it
> will install the new version first.
> Some conversion of spaces to tabs for consistency.
> OK landry@ (jeremy@)
ruby-systemtimer
~ Makefile
> REVISION bump all ruby ports due to a change in the pkgspec.
> Previously, we were using ruby->=1.8,<=1.9, instead of
> ruby->=1.8,<1.9. While this wouldn't cause an issue, since
> our ruby-1.9.2 package isn't included in ruby->=1.8,<=1.9,
> it's still wrong and should be fixed. This also fixes the
> following minor issues:
> Switch from using FLAVOR to MODRUBY_FLAVOR for *_DEPENDS.
> Currently we don't have a ruby port that uses FLAVORs that
> would differ from MODRUBY_FLAVOR, but it's possible we will
> in the future.
> Switch from BASE_PKGPATH to BUILD_PKGPATH in a few cases in
> REGRESS_DEPENDS. This probably is not strictly necessary, but
> BUILD_PKGPATH is used in more cases, so it is good for
> consistency.
> Switch to new style *_DEPENDS, with the version specification
> at the end. The remaining cases where this is not done is
> because a specific version is used.
> Some FULLPKGNAME added to REGRESS_DEPENDS, to make sure that if
> the old version is installed when you run a regress test, it
> will install the new version first.
> Some conversion of spaces to tabs for consistency.
> OK landry@ (jeremy@)
ruby-term-ansicolor
~ Makefile
> REVISION bump all ruby ports due to a change in the pkgspec.
> Previously, we were using ruby->=1.8,<=1.9, instead of
> ruby->=1.8,<1.9. While this wouldn't cause an issue, since
> our ruby-1.9.2 package isn't included in ruby->=1.8,<=1.9,
> it's still wrong and should be fixed. This also fixes the
> following minor issues:
> Switch from using FLAVOR to MODRUBY_FLAVOR for *_DEPENDS.
> Currently we don't have a ruby port that uses FLAVORs that
> would differ from MODRUBY_FLAVOR, but it's possible we will
> in the future.
> Switch from BASE_PKGPATH to BUILD_PKGPATH in a few cases in
> REGRESS_DEPENDS. This probably is not strictly necessary, but
> BUILD_PKGPATH is used in more cases, so it is good for
> consistency.
> Switch to new style *_DEPENDS, with the version specification
> at the end. The remaining cases where this is not done is
> because a specific version is used.
> Some FULLPKGNAME added to REGRESS_DEPENDS, to make sure that if
> the old version is installed when you run a regress test, it
> will install the new version first.
> Some conversion of spaces to tabs for consistency.
> OK landry@ (jeremy@)
ruby-tilt
~ Makefile
> REVISION bump all ruby ports due to a change in the pkgspec.
> Previously, we were using ruby->=1.8,<=1.9, instead of
> ruby->=1.8,<1.9. While this wouldn't cause an issue, since
> our ruby-1.9.2 package isn't included in ruby->=1.8,<=1.9,
> it's still wrong and should be fixed. This also fixes the
> following minor issues:
> Switch from using FLAVOR to MODRUBY_FLAVOR for *_DEPENDS.
> Currently we don't have a ruby port that uses FLAVORs that
> would differ from MODRUBY_FLAVOR, but it's possible we will
> in the future.
> Switch from BASE_PKGPATH to BUILD_PKGPATH in a few cases in
> REGRESS_DEPENDS. This probably is not strictly necessary, but
> BUILD_PKGPATH is used in more cases, so it is good for
> consistency.
> Switch to new style *_DEPENDS, with the version specification
> at the end. The remaining cases where this is not done is
> because a specific version is used.
> Some FULLPKGNAME added to REGRESS_DEPENDS, to make sure that if
> the old version is installed when you run a regress test, it
> will install the new version first.
> Some conversion of spaces to tabs for consistency.
> OK landry@ (jeremy@)
ruby-transaction-simple
~ Makefile
> REVISION bump all ruby ports due to a change in the pkgspec.
> Previously, we were using ruby->=1.8,<=1.9, instead of
> ruby->=1.8,<1.9. While this wouldn't cause an issue, since
> our ruby-1.9.2 package isn't included in ruby->=1.8,<=1.9,
> it's still wrong and should be fixed. This also fixes the
> following minor issues:
> Switch from using FLAVOR to MODRUBY_FLAVOR for *_DEPENDS.
> Currently we don't have a ruby port that uses FLAVORs that
> would differ from MODRUBY_FLAVOR, but it's possible we will
> in the future.
> Switch from BASE_PKGPATH to BUILD_PKGPATH in a few cases in
> REGRESS_DEPENDS. This probably is not strictly necessary, but
> BUILD_PKGPATH is used in more cases, so it is good for
> consistency.
> Switch to new style *_DEPENDS, with the version specification
> at the end. The remaining cases where this is not done is
> because a specific version is used.
> Some FULLPKGNAME added to REGRESS_DEPENDS, to make sure that if
> the old version is installed when you run a regress test, it
> will install the new version first.
> Some conversion of spaces to tabs for consistency.
> OK landry@ (jeremy@)
ruby-trollop
~ Makefile
> REVISION bump all ruby ports due to a change in the pkgspec.
> Previously, we were using ruby->=1.8,<=1.9, instead of
> ruby->=1.8,<1.9. While this wouldn't cause an issue, since
> our ruby-1.9.2 package isn't included in ruby->=1.8,<=1.9,
> it's still wrong and should be fixed. This also fixes the
> following minor issues:
> Switch from using FLAVOR to MODRUBY_FLAVOR for *_DEPENDS.
> Currently we don't have a ruby port that uses FLAVORs that
> would differ from MODRUBY_FLAVOR, but it's possible we will
> in the future.
> Switch from BASE_PKGPATH to BUILD_PKGPATH in a few cases in
> REGRESS_DEPENDS. This probably is not strictly necessary, but
> BUILD_PKGPATH is used in more cases, so it is good for
> consistency.
> Switch to new style *_DEPENDS, with the version specification
> at the end. The remaining cases where this is not done is
> because a specific version is used.
> Some FULLPKGNAME added to REGRESS_DEPENDS, to make sure that if
> the old version is installed when you run a regress test, it
> will install the new version first.
> Some conversion of spaces to tabs for consistency.
> OK landry@ (jeremy@)
ruby-tzinfo
~ Makefile
> REVISION bump all ruby ports due to a change in the pkgspec.
> Previously, we were using ruby->=1.8,<=1.9, instead of
> ruby->=1.8,<1.9. While this wouldn't cause an issue, since
> our ruby-1.9.2 package isn't included in ruby->=1.8,<=1.9,
> it's still wrong and should be fixed. This also fixes the
> following minor issues:
> Switch from using FLAVOR to MODRUBY_FLAVOR for *_DEPENDS.
> Currently we don't have a ruby port that uses FLAVORs that
> would differ from MODRUBY_FLAVOR, but it's possible we will
> in the future.
> Switch from BASE_PKGPATH to BUILD_PKGPATH in a few cases in
> REGRESS_DEPENDS. This probably is not strictly necessary, but
> BUILD_PKGPATH is used in more cases, so it is good for
> consistency.
> Switch to new style *_DEPENDS, with the version specification
> at the end. The remaining cases where this is not done is
> because a specific version is used.
> Some FULLPKGNAME added to REGRESS_DEPENDS, to make sure that if
> the old version is installed when you run a regress test, it
> will install the new version first.
> Some conversion of spaces to tabs for consistency.
> OK landry@ (jeremy@)
ruby-uuidtools
~ Makefile
> REVISION bump all ruby ports due to a change in the pkgspec.
> Previously, we were using ruby->=1.8,<=1.9, instead of
> ruby->=1.8,<1.9. While this wouldn't cause an issue, since
> our ruby-1.9.2 package isn't included in ruby->=1.8,<=1.9,
> it's still wrong and should be fixed. This also fixes the
> following minor issues:
> Switch from using FLAVOR to MODRUBY_FLAVOR for *_DEPENDS.
> Currently we don't have a ruby port that uses FLAVORs that
> would differ from MODRUBY_FLAVOR, but it's possible we will
> in the future.
> Switch from BASE_PKGPATH to BUILD_PKGPATH in a few cases in
> REGRESS_DEPENDS. This probably is not strictly necessary, but
> BUILD_PKGPATH is used in more cases, so it is good for
> consistency.
> Switch to new style *_DEPENDS, with the version specification
> at the end. The remaining cases where this is not done is
> because a specific version is used.
> Some FULLPKGNAME added to REGRESS_DEPENDS, to make sure that if
> the old version is installed when you run a regress test, it
> will install the new version first.
> Some conversion of spaces to tabs for consistency.
> OK landry@ (jeremy@)
ruby-zentest
~ Makefile
> REVISION bump all ruby ports due to a change in the pkgspec.
> Previously, we were using ruby->=1.8,<=1.9, instead of
> ruby->=1.8,<1.9. While this wouldn't cause an issue, since
> our ruby-1.9.2 package isn't included in ruby->=1.8,<=1.9,
> it's still wrong and should be fixed. This also fixes the
> following minor issues:
> Switch from using FLAVOR to MODRUBY_FLAVOR for *_DEPENDS.
> Currently we don't have a ruby port that uses FLAVORs that
> would differ from MODRUBY_FLAVOR, but it's possible we will
> in the future.
> Switch from BASE_PKGPATH to BUILD_PKGPATH in a few cases in
> REGRESS_DEPENDS. This probably is not strictly necessary, but
> BUILD_PKGPATH is used in more cases, so it is good for
> consistency.
> Switch to new style *_DEPENDS, with the version specification
> at the end. The remaining cases where this is not done is
> because a specific version is used.
> Some FULLPKGNAME added to REGRESS_DEPENDS, to make sure that if
> the old version is installed when you run a regress test, it
> will install the new version first.
> Some conversion of spaces to tabs for consistency.
> OK landry@ (jeremy@)
subversion
~ Makefile
> REVISION bump all ruby ports due to a change in the pkgspec.
> Previously, we were using ruby->=1.8,<=1.9, instead of
> ruby->=1.8,<1.9. While this wouldn't cause an issue, since
> our ruby-1.9.2 package isn't included in ruby->=1.8,<=1.9,
> it's still wrong and should be fixed. This also fixes the
> following minor issues:
> Switch from using FLAVOR to MODRUBY_FLAVOR for *_DEPENDS.
> Currently we don't have a ruby port that uses FLAVORs that
> would differ from MODRUBY_FLAVOR, but it's possible we will
> in the future.
> Switch from BASE_PKGPATH to BUILD_PKGPATH in a few cases in
> REGRESS_DEPENDS. This probably is not strictly necessary, but
> BUILD_PKGPATH is used in more cases, so it is good for
> consistency.
> Switch to new style *_DEPENDS, with the version specification
> at the end. The remaining cases where this is not done is
> because a specific version is used.
> Some FULLPKGNAME added to REGRESS_DEPENDS, to make sure that if
> the old version is installed when you run a regress test, it
> will install the new version first.
> Some conversion of spaces to tabs for consistency.
> OK landry@ (jeremy@)
== geo =============================================================== 07/19 ==
http://www.openbsd.org/cgi-bin/cvsweb/ports/geo
ruby-findmyiphone
~ Makefile
> REVISION bump all ruby ports due to a change in the pkgspec.
> Previously, we were using ruby->=1.8,<=1.9, instead of
> ruby->=1.8,<1.9. While this wouldn't cause an issue, since
> our ruby-1.9.2 package isn't included in ruby->=1.8,<=1.9,
> it's still wrong and should be fixed. This also fixes the
> following minor issues:
> Switch from using FLAVOR to MODRUBY_FLAVOR for *_DEPENDS.
> Currently we don't have a ruby port that uses FLAVORs that
> would differ from MODRUBY_FLAVOR, but it's possible we will
> in the future.
> Switch from BASE_PKGPATH to BUILD_PKGPATH in a few cases in
> REGRESS_DEPENDS. This probably is not strictly necessary, but
> BUILD_PKGPATH is used in more cases, so it is good for
> consistency.
> Switch to new style *_DEPENDS, with the version specification
> at the end. The remaining cases where this is not done is
> because a specific version is used.
> Some FULLPKGNAME added to REGRESS_DEPENDS, to make sure that if
> the old version is installed when you run a regress test, it
> will install the new version first.
> Some conversion of spaces to tabs for consistency.
> OK landry@ (jeremy@)
== graphics ========================================================== 08/19 ==
http://www.openbsd.org/cgi-bin/cvsweb/ports/graphics
ruby-color
~ Makefile
> REVISION bump all ruby ports due to a change in the pkgspec.
> Previously, we were using ruby->=1.8,<=1.9, instead of
> ruby->=1.8,<1.9. While this wouldn't cause an issue, since
> our ruby-1.9.2 package isn't included in ruby->=1.8,<=1.9,
> it's still wrong and should be fixed. This also fixes the
> following minor issues:
> Switch from using FLAVOR to MODRUBY_FLAVOR for *_DEPENDS.
> Currently we don't have a ruby port that uses FLAVORs that
> would differ from MODRUBY_FLAVOR, but it's possible we will
> in the future.
> Switch from BASE_PKGPATH to BUILD_PKGPATH in a few cases in
> REGRESS_DEPENDS. This probably is not strictly necessary, but
> BUILD_PKGPATH is used in more cases, so it is good for
> consistency.
> Switch to new style *_DEPENDS, with the version specification
> at the end. The remaining cases where this is not done is
> because a specific version is used.
> Some FULLPKGNAME added to REGRESS_DEPENDS, to make sure that if
> the old version is installed when you run a regress test, it
> will install the new version first.
> Some conversion of spaces to tabs for consistency.
> OK landry@ (jeremy@)
ruby-gd2
~ Makefile
> REVISION bump all ruby ports due to a change in the pkgspec.
> Previously, we were using ruby->=1.8,<=1.9, instead of
> ruby->=1.8,<1.9. While this wouldn't cause an issue, since
> our ruby-1.9.2 package isn't included in ruby->=1.8,<=1.9,
> it's still wrong and should be fixed. This also fixes the
> following minor issues:
> Switch from using FLAVOR to MODRUBY_FLAVOR for *_DEPENDS.
> Currently we don't have a ruby port that uses FLAVORs that
> would differ from MODRUBY_FLAVOR, but it's possible we will
> in the future.
> Switch from BASE_PKGPATH to BUILD_PKGPATH in a few cases in
> REGRESS_DEPENDS. This probably is not strictly necessary, but
> BUILD_PKGPATH is used in more cases, so it is good for
> consistency.
> Switch to new style *_DEPENDS, with the version specification
> at the end. The remaining cases where this is not done is
> because a specific version is used.
> Some FULLPKGNAME added to REGRESS_DEPENDS, to make sure that if
> the old version is installed when you run a regress test, it
> will install the new version first.
> Some conversion of spaces to tabs for consistency.
> OK landry@ (jeremy@)
ruby-gruff
~ Makefile
> REVISION bump all ruby ports due to a change in the pkgspec.
> Previously, we were using ruby->=1.8,<=1.9, instead of
> ruby->=1.8,<1.9. While this wouldn't cause an issue, since
> our ruby-1.9.2 package isn't included in ruby->=1.8,<=1.9,
> it's still wrong and should be fixed. This also fixes the
> following minor issues:
> Switch from using FLAVOR to MODRUBY_FLAVOR for *_DEPENDS.
> Currently we don't have a ruby port that uses FLAVORs that
> would differ from MODRUBY_FLAVOR, but it's possible we will
> in the future.
> Switch from BASE_PKGPATH to BUILD_PKGPATH in a few cases in
> REGRESS_DEPENDS. This probably is not strictly necessary, but
> BUILD_PKGPATH is used in more cases, so it is good for
> consistency.
> Switch to new style *_DEPENDS, with the version specification
> at the end. The remaining cases where this is not done is
> because a specific version is used.
> Some FULLPKGNAME added to REGRESS_DEPENDS, to make sure that if
> the old version is installed when you run a regress test, it
> will install the new version first.
> Some conversion of spaces to tabs for consistency.
> OK landry@ (jeremy@)
ruby-mini_magick
~ Makefile
> REVISION bump all ruby ports due to a change in the pkgspec.
> Previously, we were using ruby->=1.8,<=1.9, instead of
> ruby->=1.8,<1.9. While this wouldn't cause an issue, since
> our ruby-1.9.2 package isn't included in ruby->=1.8,<=1.9,
> it's still wrong and should be fixed. This also fixes the
> following minor issues:
> Switch from using FLAVOR to MODRUBY_FLAVOR for *_DEPENDS.
> Currently we don't have a ruby port that uses FLAVORs that
> would differ from MODRUBY_FLAVOR, but it's possible we will
> in the future.
> Switch from BASE_PKGPATH to BUILD_PKGPATH in a few cases in
> REGRESS_DEPENDS. This probably is not strictly necessary, but
> BUILD_PKGPATH is used in more cases, so it is good for
> consistency.
> Switch to new style *_DEPENDS, with the version specification
> at the end. The remaining cases where this is not done is
> because a specific version is used.
> Some FULLPKGNAME added to REGRESS_DEPENDS, to make sure that if
> the old version is installed when you run a regress test, it
> will install the new version first.
> Some conversion of spaces to tabs for consistency.
> OK landry@ (jeremy@)
ruby-rmagick
~ Makefile
> REVISION bump all ruby ports due to a change in the pkgspec.
> Previously, we were using ruby->=1.8,<=1.9, instead of
> ruby->=1.8,<1.9. While this wouldn't cause an issue, since
> our ruby-1.9.2 package isn't included in ruby->=1.8,<=1.9,
> it's still wrong and should be fixed. This also fixes the
> following minor issues:
> Switch from using FLAVOR to MODRUBY_FLAVOR for *_DEPENDS.
> Currently we don't have a ruby port that uses FLAVORs that
> would differ from MODRUBY_FLAVOR, but it's possible we will
> in the future.
> Switch from BASE_PKGPATH to BUILD_PKGPATH in a few cases in
> REGRESS_DEPENDS. This probably is not strictly necessary, but
> BUILD_PKGPATH is used in more cases, so it is good for
> consistency.
> Switch to new style *_DEPENDS, with the version specification
> at the end. The remaining cases where this is not done is
> because a specific version is used.
> Some FULLPKGNAME added to REGRESS_DEPENDS, to make sure that if
> the old version is installed when you run a regress test, it
> will install the new version first.
> Some conversion of spaces to tabs for consistency.
> OK landry@ (jeremy@)
== infrastructure ==================================================== 09/19 ==
http://www.openbsd.org/cgi-bin/cvsweb/ports/infrastructure
db
~ user.list
> reserve userid/groupid 659 for _sogo (www/sogo) (sebastia@)
templates
~ network.conf.template
> reorder MASTER_SITE_PERL_CPAN; the round-robin server has been refusing
> connections for a few days, as noticed by jasper@ (sthen@)
== lang ============================================================== 10/19 ==
http://www.openbsd.org/cgi-bin/cvsweb/ports/lang
rubinius
~ Makefile
> REVISION bump all ruby ports due to a change in the pkgspec.
> Previously, we were using ruby->=1.8,<=1.9, instead of
> ruby->=1.8,<1.9. While this wouldn't cause an issue, since
> our ruby-1.9.2 package isn't included in ruby->=1.8,<=1.9,
> it's still wrong and should be fixed. This also fixes the
> following minor issues:
> Switch from using FLAVOR to MODRUBY_FLAVOR for *_DEPENDS.
> Currently we don't have a ruby port that uses FLAVORs that
> would differ from MODRUBY_FLAVOR, but it's possible we will
> in the future.
> Switch from BASE_PKGPATH to BUILD_PKGPATH in a few cases in
> REGRESS_DEPENDS. This probably is not strictly necessary, but
> BUILD_PKGPATH is used in more cases, so it is good for
> consistency.
> Switch to new style *_DEPENDS, with the version specification
> at the end. The remaining cases where this is not done is
> because a specific version is used.
> Some FULLPKGNAME added to REGRESS_DEPENDS, to make sure that if
> the old version is installed when you run a regress test, it
> will install the new version first.
> Some conversion of spaces to tabs for consistency.
> OK landry@ (jeremy@)
ruby
~ 1.8/Makefile
> Add a PKGSPEC entry to restrict ports depending on lang/ruby/1.8 to
> depend on ruby-1.8 and not ruby-1.9. This PKGSPEC is slightly
> different from the previous one used in ruby.port.mk, so all
> dependent ports need to be REVISION bumped (which will happen soon).
> In addition, since the subpackages depend on the -main package and
> also had a slightly different pkgspec, they need to be bumped as well.
> OK landry@ (jeremy@)
~ 1.9/Makefile
+ 1.9/patches/patch-ext_socket_lib_socket_rb
> Add a PKGSPEC entry to restrict ports depending on lang/ruby/1.9 to
> depend on ruby-1.9 and not ruby-1.8. This PKGSPEC is slightly
> different from the previous one used in ruby.port.mk, so all
> dependent ports need to be REVISION bumped (which will happen soon).
> In addition, since the subpackages depend on the -main package and
> also had a slightly different pkgspec, they need to be bumped as well.
> In addition, the -main package is also being bumped for the inclusion
> of a patch for Addrinfo that fixes a failing IPv6 UDP regression test.
> OK landry@ (jeremy@)
~ ruby.port.mk
> Remove MODRUBY_PKGSPEC, rely on the PKGSPEC entries specified
> in lang/ruby/1.*/Makefile.
> Also, add the ability to pass CONFIGURE_ARGS to gem install.
> These get passed to the extconf.rb scripts that create the
> Makefiles for C extensions, and may make it easier to port
> gems with C extensions without resorting to patching.
> OK landry@ (jeremy@)
== mail ============================================================== 11/19 ==
http://www.openbsd.org/cgi-bin/cvsweb/ports/mail
ruby-actionmailer
~ Makefile
> REVISION bump all ruby ports due to a change in the pkgspec.
> Previously, we were using ruby->=1.8,<=1.9, instead of
> ruby->=1.8,<1.9. While this wouldn't cause an issue, since
> our ruby-1.9.2 package isn't included in ruby->=1.8,<=1.9,
> it's still wrong and should be fixed. This also fixes the
> following minor issues:
> Switch from using FLAVOR to MODRUBY_FLAVOR for *_DEPENDS.
> Currently we don't have a ruby port that uses FLAVORs that
> would differ from MODRUBY_FLAVOR, but it's possible we will
> in the future.
> Switch from BASE_PKGPATH to BUILD_PKGPATH in a few cases in
> REGRESS_DEPENDS. This probably is not strictly necessary, but
> BUILD_PKGPATH is used in more cases, so it is good for
> consistency.
> Switch to new style *_DEPENDS, with the version specification
> at the end. The remaining cases where this is not done is
> because a specific version is used.
> Some FULLPKGNAME added to REGRESS_DEPENDS, to make sure that if
> the old version is installed when you run a regress test, it
> will install the new version first.
> Some conversion of spaces to tabs for consistency.
> OK landry@ (jeremy@)
ruby-mailfactory
~ Makefile
> REVISION bump all ruby ports due to a change in the pkgspec.
> Previously, we were using ruby->=1.8,<=1.9, instead of
> ruby->=1.8,<1.9. While this wouldn't cause an issue, since
> our ruby-1.9.2 package isn't included in ruby->=1.8,<=1.9,
> it's still wrong and should be fixed. This also fixes the
> following minor issues:
> Switch from using FLAVOR to MODRUBY_FLAVOR for *_DEPENDS.
> Currently we don't have a ruby port that uses FLAVORs that
> would differ from MODRUBY_FLAVOR, but it's possible we will
> in the future.
> Switch from BASE_PKGPATH to BUILD_PKGPATH in a few cases in
> REGRESS_DEPENDS. This probably is not strictly necessary, but
> BUILD_PKGPATH is used in more cases, so it is good for
> consistency.
> Switch to new style *_DEPENDS, with the version specification
> at the end. The remaining cases where this is not done is
> because a specific version is used.
> Some FULLPKGNAME added to REGRESS_DEPENDS, to make sure that if
> the old version is installed when you run a regress test, it
> will install the new version first.
> Some conversion of spaces to tabs for consistency.
> OK landry@ (jeremy@)
ruby-mime
~ Makefile
> REVISION bump all ruby ports due to a change in the pkgspec.
> Previously, we were using ruby->=1.8,<=1.9, instead of
> ruby->=1.8,<1.9. While this wouldn't cause an issue, since
> our ruby-1.9.2 package isn't included in ruby->=1.8,<=1.9,
> it's still wrong and should be fixed. This also fixes the
> following minor issues:
> Switch from using FLAVOR to MODRUBY_FLAVOR for *_DEPENDS.
> Currently we don't have a ruby port that uses FLAVORs that
> would differ from MODRUBY_FLAVOR, but it's possible we will
> in the future.
> Switch from BASE_PKGPATH to BUILD_PKGPATH in a few cases in
> REGRESS_DEPENDS. This probably is not strictly necessary, but
> BUILD_PKGPATH is used in more cases, so it is good for
> consistency.
> Switch to new style *_DEPENDS, with the version specification
> at the end. The remaining cases where this is not done is
> because a specific version is used.
> Some FULLPKGNAME added to REGRESS_DEPENDS, to make sure that if
> the old version is installed when you run a regress test, it
> will install the new version first.
> Some conversion of spaces to tabs for consistency.
> OK landry@ (jeremy@)
ruby-mime-types
~ Makefile
> REVISION bump all ruby ports due to a change in the pkgspec.
> Previously, we were using ruby->=1.8,<=1.9, instead of
> ruby->=1.8,<1.9. While this wouldn't cause an issue, since
> our ruby-1.9.2 package isn't included in ruby->=1.8,<=1.9,
> it's still wrong and should be fixed. This also fixes the
> following minor issues:
> Switch from using FLAVOR to MODRUBY_FLAVOR for *_DEPENDS.
> Currently we don't have a ruby port that uses FLAVORs that
> would differ from MODRUBY_FLAVOR, but it's possible we will
> in the future.
> Switch from BASE_PKGPATH to BUILD_PKGPATH in a few cases in
> REGRESS_DEPENDS. This probably is not strictly necessary, but
> BUILD_PKGPATH is used in more cases, so it is good for
> consistency.
> Switch to new style *_DEPENDS, with the version specification
> at the end. The remaining cases where this is not done is
> because a specific version is used.
> Some FULLPKGNAME added to REGRESS_DEPENDS, to make sure that if
> the old version is installed when you run a regress test, it
> will install the new version first.
> Some conversion of spaces to tabs for consistency.
> OK landry@ (jeremy@)
ruby-rmail
~ Makefile
> REVISION bump all ruby ports due to a change in the pkgspec.
> Previously, we were using ruby->=1.8,<=1.9, instead of
> ruby->=1.8,<1.9. While this wouldn't cause an issue, since
> our ruby-1.9.2 package isn't included in ruby->=1.8,<=1.9,
> it's still wrong and should be fixed. This also fixes the
> following minor issues:
> Switch from using FLAVOR to MODRUBY_FLAVOR for *_DEPENDS.
> Currently we don't have a ruby port that uses FLAVORs that
> would differ from MODRUBY_FLAVOR, but it's possible we will
> in the future.
> Switch from BASE_PKGPATH to BUILD_PKGPATH in a few cases in
> REGRESS_DEPENDS. This probably is not strictly necessary, but
> BUILD_PKGPATH is used in more cases, so it is good for
> consistency.
> Switch to new style *_DEPENDS, with the version specification
> at the end. The remaining cases where this is not done is
> because a specific version is used.
> Some FULLPKGNAME added to REGRESS_DEPENDS, to make sure that if
> the old version is installed when you run a regress test, it
> will install the new version first.
> Some conversion of spaces to tabs for consistency.
> OK landry@ (jeremy@)
== misc ============================================================== 12/19 ==
http://www.openbsd.org/cgi-bin/cvsweb/ports/misc
dvtm
~ Makefile ~ distinfo
> Update to dvtm 0.6, from MAINTAINER Emilien Gaspar. (landry@)
~ Makefile
> - remove USE_GROFF (jasper@)
~ Makefile ~ patches/patch-config_mk
~ pkg/DESCR + patches/patch-Makefile
> - don't do silent builds
> - don't strip binary unconditionally
> - reformat DESCR
> - regen patches
> ok maintainer (jasper@)
p5-User-Identity
~ Makefile ~ distinfo
> - update p5-User-Identity to 0.93 (jasper@)
tpp
~ Makefile
> REVISION bump all ruby ports due to a change in the pkgspec.
> Previously, we were using ruby->=1.8,<=1.9, instead of
> ruby->=1.8,<1.9. While this wouldn't cause an issue, since
> our ruby-1.9.2 package isn't included in ruby->=1.8,<=1.9,
> it's still wrong and should be fixed. This also fixes the
> following minor issues:
> Switch from using FLAVOR to MODRUBY_FLAVOR for *_DEPENDS.
> Currently we don't have a ruby port that uses FLAVORs that
> would differ from MODRUBY_FLAVOR, but it's possible we will
> in the future.
> Switch from BASE_PKGPATH to BUILD_PKGPATH in a few cases in
> REGRESS_DEPENDS. This probably is not strictly necessary, but
> BUILD_PKGPATH is used in more cases, so it is good for
> consistency.
> Switch to new style *_DEPENDS, with the version specification
> at the end. The remaining cases where this is not done is
> because a specific version is used.
> Some FULLPKGNAME added to REGRESS_DEPENDS, to make sure that if
> the old version is installed when you run a regress test, it
> will install the new version first.
> Some conversion of spaces to tabs for consistency.
> OK landry@ (jeremy@)
== multimedia ======================================================== 13/19 ==
http://www.openbsd.org/cgi-bin/cvsweb/ports/multimedia
iplayer-dl
~ Makefile
> REVISION bump all ruby ports due to a change in the pkgspec.
> Previously, we were using ruby->=1.8,<=1.9, instead of
> ruby->=1.8,<1.9. While this wouldn't cause an issue, since
> our ruby-1.9.2 package isn't included in ruby->=1.8,<=1.9,
> it's still wrong and should be fixed. This also fixes the
> following minor issues:
> Switch from using FLAVOR to MODRUBY_FLAVOR for *_DEPENDS.
> Currently we don't have a ruby port that uses FLAVORs that
> would differ from MODRUBY_FLAVOR, but it's possible we will
> in the future.
> Switch from BASE_PKGPATH to BUILD_PKGPATH in a few cases in
> REGRESS_DEPENDS. This probably is not strictly necessary, but
> BUILD_PKGPATH is used in more cases, so it is good for
> consistency.
> Switch to new style *_DEPENDS, with the version specification
> at the end. The remaining cases where this is not done is
> because a specific version is used.
> Some FULLPKGNAME added to REGRESS_DEPENDS, to make sure that if
> the old version is installed when you run a regress test, it
> will install the new version first.
> Some conversion of spaces to tabs for consistency.
> OK landry@ (jeremy@)
== net =============================================================== 14/19 ==
http://www.openbsd.org/cgi-bin/cvsweb/ports/net
net
~ Makefile
> sync (jasper@)
fping
- patches/patch-fping_8 ~ Makefile
~ distinfo ~ patches/patch-fping_c
> update fping to 2.4b2_to4 (great numbering scheme!) from the
> smokeping MASTER_SITE. (sthen@)
hpodder
~ Makefile ~ patches/patch-Commands_Setup_hs
> rss feed fix from upstream (dcoppa@)
py-twitter
+ Makefile + distinfo
+ pkg/DESCR + pkg/PLIST
+ patches/patch-setup_py
+ patches/patch-twitter_ett-info__requires_txt
> New import:
> import py-twitter 1.4.2
rrdtool
~ Makefile
> REVISION bump all ruby ports due to a change in the pkgspec.
> Previously, we were using ruby->=1.8,<=1.9, instead of
> ruby->=1.8,<1.9. While this wouldn't cause an issue, since
> our ruby-1.9.2 package isn't included in ruby->=1.8,<=1.9,
> it's still wrong and should be fixed. This also fixes the
> following minor issues:
> Switch from using FLAVOR to MODRUBY_FLAVOR for *_DEPENDS.
> Currently we don't have a ruby port that uses FLAVORs that
> would differ from MODRUBY_FLAVOR, but it's possible we will
> in the future.
> Switch from BASE_PKGPATH to BUILD_PKGPATH in a few cases in
> REGRESS_DEPENDS. This probably is not strictly necessary, but
> BUILD_PKGPATH is used in more cases, so it is good for
> consistency.
> Switch to new style *_DEPENDS, with the version specification
> at the end. The remaining cases where this is not done is
> because a specific version is used.
> Some FULLPKGNAME added to REGRESS_DEPENDS, to make sure that if
> the old version is installed when you run a regress test, it
> will install the new version first.
> Some conversion of spaces to tabs for consistency.
> OK landry@ (jeremy@)
ruby-amqp
~ Makefile
> REVISION bump all ruby ports due to a change in the pkgspec.
> Previously, we were using ruby->=1.8,<=1.9, instead of
> ruby->=1.8,<1.9. While this wouldn't cause an issue, since
> our ruby-1.9.2 package isn't included in ruby->=1.8,<=1.9,
> it's still wrong and should be fixed. This also fixes the
> following minor issues:
> Switch from using FLAVOR to MODRUBY_FLAVOR for *_DEPENDS.
> Currently we don't have a ruby port that uses FLAVORs that
> would differ from MODRUBY_FLAVOR, but it's possible we will
> in the future.
> Switch from BASE_PKGPATH to BUILD_PKGPATH in a few cases in
> REGRESS_DEPENDS. This probably is not strictly necessary, but
> BUILD_PKGPATH is used in more cases, so it is good for
> consistency.
> Switch to new style *_DEPENDS, with the version specification
> at the end. The remaining cases where this is not done is
> because a specific version is used.
> Some FULLPKGNAME added to REGRESS_DEPENDS, to make sure that if
> the old version is installed when you run a regress test, it
> will install the new version first.
> Some conversion of spaces to tabs for consistency.
> OK landry@ (jeremy@)
ruby-amqp-utils
~ Makefile
> REVISION bump all ruby ports due to a change in the pkgspec.
> Previously, we were using ruby->=1.8,<=1.9, instead of
> ruby->=1.8,<1.9. While this wouldn't cause an issue, since
> our ruby-1.9.2 package isn't included in ruby->=1.8,<=1.9,
> it's still wrong and should be fixed. This also fixes the
> following minor issues:
> Switch from using FLAVOR to MODRUBY_FLAVOR for *_DEPENDS.
> Currently we don't have a ruby port that uses FLAVORs that
> would differ from MODRUBY_FLAVOR, but it's possible we will
> in the future.
> Switch from BASE_PKGPATH to BUILD_PKGPATH in a few cases in
> REGRESS_DEPENDS. This probably is not strictly necessary, but
> BUILD_PKGPATH is used in more cases, so it is good for
> consistency.
> Switch to new style *_DEPENDS, with the version specification
> at the end. The remaining cases where this is not done is
> because a specific version is used.
> Some FULLPKGNAME added to REGRESS_DEPENDS, to make sure that if
> the old version is installed when you run a regress test, it
> will install the new version first.
> Some conversion of spaces to tabs for consistency.
> OK landry@ (jeremy@)
ruby-bunny
~ Makefile
> REVISION bump all ruby ports due to a change in the pkgspec.
> Previously, we were using ruby->=1.8,<=1.9, instead of
> ruby->=1.8,<1.9. While this wouldn't cause an issue, since
> our ruby-1.9.2 package isn't included in ruby->=1.8,<=1.9,
> it's still wrong and should be fixed. This also fixes the
> following minor issues:
> Switch from using FLAVOR to MODRUBY_FLAVOR for *_DEPENDS.
> Currently we don't have a ruby port that uses FLAVORs that
> would differ from MODRUBY_FLAVOR, but it's possible we will
> in the future.
> Switch from BASE_PKGPATH to BUILD_PKGPATH in a few cases in
> REGRESS_DEPENDS. This probably is not strictly necessary, but
> BUILD_PKGPATH is used in more cases, so it is good for
> consistency.
> Switch to new style *_DEPENDS, with the version specification
> at the end. The remaining cases where this is not done is
> because a specific version is used.
> Some FULLPKGNAME added to REGRESS_DEPENDS, to make sure that if
> the old version is installed when you run a regress test, it
> will install the new version first.
> Some conversion of spaces to tabs for consistency.
> OK landry@ (jeremy@)
ruby-errand
~ Makefile
> REVISION bump all ruby ports due to a change in the pkgspec.
> Previously, we were using ruby->=1.8,<=1.9, instead of
> ruby->=1.8,<1.9. While this wouldn't cause an issue, since
> our ruby-1.9.2 package isn't included in ruby->=1.8,<=1.9,
> it's still wrong and should be fixed. This also fixes the
> following minor issues:
> Switch from using FLAVOR to MODRUBY_FLAVOR for *_DEPENDS.
> Currently we don't have a ruby port that uses FLAVORs that
> would differ from MODRUBY_FLAVOR, but it's possible we will
> in the future.
> Switch from BASE_PKGPATH to BUILD_PKGPATH in a few cases in
> REGRESS_DEPENDS. This probably is not strictly necessary, but
> BUILD_PKGPATH is used in more cases, so it is good for
> consistency.
> Switch to new style *_DEPENDS, with the version specification
> at the end. The remaining cases where this is not done is
> because a specific version is used.
> Some FULLPKGNAME added to REGRESS_DEPENDS, to make sure that if
> the old version is installed when you run a regress test, it
> will install the new version first.
> Some conversion of spaces to tabs for consistency.
> OK landry@ (jeremy@)
ruby-eventmachine
~ Makefile
> REVISION bump all ruby ports due to a change in the pkgspec.
> Previously, we were using ruby->=1.8,<=1.9, instead of
> ruby->=1.8,<1.9. While this wouldn't cause an issue, since
> our ruby-1.9.2 package isn't included in ruby->=1.8,<=1.9,
> it's still wrong and should be fixed. This also fixes the
> following minor issues:
> Switch from using FLAVOR to MODRUBY_FLAVOR for *_DEPENDS.
> Currently we don't have a ruby port that uses FLAVORs that
> would differ from MODRUBY_FLAVOR, but it's possible we will
> in the future.
> Switch from BASE_PKGPATH to BUILD_PKGPATH in a few cases in
> REGRESS_DEPENDS. This probably is not strictly necessary, but
> BUILD_PKGPATH is used in more cases, so it is good for
> consistency.
> Switch to new style *_DEPENDS, with the version specification
> at the end. The remaining cases where this is not done is
> because a specific version is used.
> Some FULLPKGNAME added to REGRESS_DEPENDS, to make sure that if
> the old version is installed when you run a regress test, it
> will install the new version first.
> Some conversion of spaces to tabs for consistency.
> OK landry@ (jeremy@)
ruby-minion
~ Makefile
> REVISION bump all ruby ports due to a change in the pkgspec.
> Previously, we were using ruby->=1.8,<=1.9, instead of
> ruby->=1.8,<1.9. While this wouldn't cause an issue, since
> our ruby-1.9.2 package isn't included in ruby->=1.8,<=1.9,
> it's still wrong and should be fixed. This also fixes the
> following minor issues:
> Switch from using FLAVOR to MODRUBY_FLAVOR for *_DEPENDS.
> Currently we don't have a ruby port that uses FLAVORs that
> would differ from MODRUBY_FLAVOR, but it's possible we will
> in the future.
> Switch from BASE_PKGPATH to BUILD_PKGPATH in a few cases in
> REGRESS_DEPENDS. This probably is not strictly necessary, but
> BUILD_PKGPATH is used in more cases, so it is good for
> consistency.
> Switch to new style *_DEPENDS, with the version specification
> at the end. The remaining cases where this is not done is
> because a specific version is used.
> Some FULLPKGNAME added to REGRESS_DEPENDS, to make sure that if
> the old version is installed when you run a regress test, it
> will install the new version first.
> Some conversion of spaces to tabs for consistency.
> OK landry@ (jeremy@)
ruby-net-dns
~ Makefile
> REVISION bump all ruby ports due to a change in the pkgspec.
> Previously, we were using ruby->=1.8,<=1.9, instead of
> ruby->=1.8,<1.9. While this wouldn't cause an issue, since
> our ruby-1.9.2 package isn't included in ruby->=1.8,<=1.9,
> it's still wrong and should be fixed. This also fixes the
> following minor issues:
> Switch from using FLAVOR to MODRUBY_FLAVOR for *_DEPENDS.
> Currently we don't have a ruby port that uses FLAVORs that
> would differ from MODRUBY_FLAVOR, but it's possible we will
> in the future.
> Switch from BASE_PKGPATH to BUILD_PKGPATH in a few cases in
> REGRESS_DEPENDS. This probably is not strictly necessary, but
> BUILD_PKGPATH is used in more cases, so it is good for
> consistency.
> Switch to new style *_DEPENDS, with the version specification
> at the end. The remaining cases where this is not done is
> because a specific version is used.
> Some FULLPKGNAME added to REGRESS_DEPENDS, to make sure that if
> the old version is installed when you run a regress test, it
> will install the new version first.
> Some conversion of spaces to tabs for consistency.
> OK landry@ (jeremy@)
ruby-net-scp
~ Makefile
> REVISION bump all ruby ports due to a change in the pkgspec.
> Previously, we were using ruby->=1.8,<=1.9, instead of
> ruby->=1.8,<1.9. While this wouldn't cause an issue, since
> our ruby-1.9.2 package isn't included in ruby->=1.8,<=1.9,
> it's still wrong and should be fixed. This also fixes the
> following minor issues:
> Switch from using FLAVOR to MODRUBY_FLAVOR for *_DEPENDS.
> Currently we don't have a ruby port that uses FLAVORs that
> would differ from MODRUBY_FLAVOR, but it's possible we will
> in the future.
> Switch from BASE_PKGPATH to BUILD_PKGPATH in a few cases in
> REGRESS_DEPENDS. This probably is not strictly necessary, but
> BUILD_PKGPATH is used in more cases, so it is good for
> consistency.
> Switch to new style *_DEPENDS, with the version specification
> at the end. The remaining cases where this is not done is
> because a specific version is used.
> Some FULLPKGNAME added to REGRESS_DEPENDS, to make sure that if
> the old version is installed when you run a regress test, it
> will install the new version first.
> Some conversion of spaces to tabs for consistency.
> OK landry@ (jeremy@)
ruby-net-sftp
~ Makefile
> REVISION bump all ruby ports due to a change in the pkgspec.
> Previously, we were using ruby->=1.8,<=1.9, instead of
> ruby->=1.8,<1.9. While this wouldn't cause an issue, since
> our ruby-1.9.2 package isn't included in ruby->=1.8,<=1.9,
> it's still wrong and should be fixed. This also fixes the
> following minor issues:
> Switch from using FLAVOR to MODRUBY_FLAVOR for *_DEPENDS.
> Currently we don't have a ruby port that uses FLAVORs that
> would differ from MODRUBY_FLAVOR, but it's possible we will
> in the future.
> Switch from BASE_PKGPATH to BUILD_PKGPATH in a few cases in
> REGRESS_DEPENDS. This probably is not strictly necessary, but
> BUILD_PKGPATH is used in more cases, so it is good for
> consistency.
> Switch to new style *_DEPENDS, with the version specification
> at the end. The remaining cases where this is not done is
> because a specific version is used.
> Some FULLPKGNAME added to REGRESS_DEPENDS, to make sure that if
> the old version is installed when you run a regress test, it
> will install the new version first.
> Some conversion of spaces to tabs for consistency.
> OK landry@ (jeremy@)
ruby-net-ssh
~ Makefile
> REVISION bump all ruby ports due to a change in the pkgspec.
> Previously, we were using ruby->=1.8,<=1.9, instead of
> ruby->=1.8,<1.9. While this wouldn't cause an issue, since
> our ruby-1.9.2 package isn't included in ruby->=1.8,<=1.9,
> it's still wrong and should be fixed. This also fixes the
> following minor issues:
> Switch from using FLAVOR to MODRUBY_FLAVOR for *_DEPENDS.
> Currently we don't have a ruby port that uses FLAVORs that
> would differ from MODRUBY_FLAVOR, but it's possible we will
> in the future.
> Switch from BASE_PKGPATH to BUILD_PKGPATH in a few cases in
> REGRESS_DEPENDS. This probably is not strictly necessary, but
> BUILD_PKGPATH is used in more cases, so it is good for
> consistency.
> Switch to new style *_DEPENDS, with the version specification
> at the end. The remaining cases where this is not done is
> because a specific version is used.
> Some FULLPKGNAME added to REGRESS_DEPENDS, to make sure that if
> the old version is installed when you run a regress test, it
> will install the new version first.
> Some conversion of spaces to tabs for consistency.
> OK landry@ (jeremy@)
ruby-net-ssh-gateway
~ Makefile
> REVISION bump all ruby ports due to a change in the pkgspec.
> Previously, we were using ruby->=1.8,<=1.9, instead of
> ruby->=1.8,<1.9. While this wouldn't cause an issue, since
> our ruby-1.9.2 package isn't included in ruby->=1.8,<=1.9,
> it's still wrong and should be fixed. This also fixes the
> following minor issues:
> Switch from using FLAVOR to MODRUBY_FLAVOR for *_DEPENDS.
> Currently we don't have a ruby port that uses FLAVORs that
> would differ from MODRUBY_FLAVOR, but it's possible we will
> in the future.
> Switch from BASE_PKGPATH to BUILD_PKGPATH in a few cases in
> REGRESS_DEPENDS. This probably is not strictly necessary, but
> BUILD_PKGPATH is used in more cases, so it is good for
> consistency.
> Switch to new style *_DEPENDS, with the version specification
> at the end. The remaining cases where this is not done is
> because a specific version is used.
> Some FULLPKGNAME added to REGRESS_DEPENDS, to make sure that if
> the old version is installed when you run a regress test, it
> will install the new version first.
> Some conversion of spaces to tabs for consistency.
> OK landry@ (jeremy@)
ruby-nmap-parser
~ Makefile
> REVISION bump all ruby ports due to a change in the pkgspec.
> Previously, we were using ruby->=1.8,<=1.9, instead of
> ruby->=1.8,<1.9. While this wouldn't cause an issue, since
> our ruby-1.9.2 package isn't included in ruby->=1.8,<=1.9,
> it's still wrong and should be fixed. This also fixes the
> following minor issues:
> Switch from using FLAVOR to MODRUBY_FLAVOR for *_DEPENDS.
> Currently we don't have a ruby port that uses FLAVORs that
> would differ from MODRUBY_FLAVOR, but it's possible we will
> in the future.
> Switch from BASE_PKGPATH to BUILD_PKGPATH in a few cases in
> REGRESS_DEPENDS. This probably is not strictly necessary, but
> BUILD_PKGPATH is used in more cases, so it is good for
> consistency.
> Switch to new style *_DEPENDS, with the version specification
> at the end. The remaining cases where this is not done is
> because a specific version is used.
> Some FULLPKGNAME added to REGRESS_DEPENDS, to make sure that if
> the old version is installed when you run a regress test, it
> will install the new version first.
> Some conversion of spaces to tabs for consistency.
> OK landry@ (jeremy@)
ruby-pcap
~ Makefile
> REVISION bump all ruby ports due to a change in the pkgspec.
> Previously, we were using ruby->=1.8,<=1.9, instead of
> ruby->=1.8,<1.9. While this wouldn't cause an issue, since
> our ruby-1.9.2 package isn't included in ruby->=1.8,<=1.9,
> it's still wrong and should be fixed. This also fixes the
> following minor issues:
> Switch from using FLAVOR to MODRUBY_FLAVOR for *_DEPENDS.
> Currently we don't have a ruby port that uses FLAVORs that
> would differ from MODRUBY_FLAVOR, but it's possible we will
> in the future.
> Switch from BASE_PKGPATH to BUILD_PKGPATH in a few cases in
> REGRESS_DEPENDS. This probably is not strictly necessary, but
> BUILD_PKGPATH is used in more cases, so it is good for
> consistency.
> Switch to new style *_DEPENDS, with the version specification
> at the end. The remaining cases where this is not done is
> because a specific version is used.
> Some FULLPKGNAME added to REGRESS_DEPENDS, to make sure that if
> the old version is installed when you run a regress test, it
> will install the new version first.
> Some conversion of spaces to tabs for consistency.
> OK landry@ (jeremy@)
ruby-rrdtool
~ Makefile
> REVISION bump all ruby ports due to a change in the pkgspec.
> Previously, we were using ruby->=1.8,<=1.9, instead of
> ruby->=1.8,<1.9. While this wouldn't cause an issue, since
> our ruby-1.9.2 package isn't included in ruby->=1.8,<=1.9,
> it's still wrong and should be fixed. This also fixes the
> following minor issues:
> Switch from using FLAVOR to MODRUBY_FLAVOR for *_DEPENDS.
> Currently we don't have a ruby port that uses FLAVORs that
> would differ from MODRUBY_FLAVOR, but it's possible we will
> in the future.
> Switch from BASE_PKGPATH to BUILD_PKGPATH in a few cases in
> REGRESS_DEPENDS. This probably is not strictly necessary, but
> BUILD_PKGPATH is used in more cases, so it is good for
> consistency.
> Switch to new style *_DEPENDS, with the version specification
> at the end. The remaining cases where this is not done is
> because a specific version is used.
> Some FULLPKGNAME added to REGRESS_DEPENDS, to make sure that if
> the old version is installed when you run a regress test, it
> will install the new version first.
> Some conversion of spaces to tabs for consistency.
> OK landry@ (jeremy@)
ruby-snmp
~ Makefile
> REVISION bump all ruby ports due to a change in the pkgspec.
> Previously, we were using ruby->=1.8,<=1.9, instead of
> ruby->=1.8,<1.9. While this wouldn't cause an issue, since
> our ruby-1.9.2 package isn't included in ruby->=1.8,<=1.9,
> it's still wrong and should be fixed. This also fixes the
> following minor issues:
> Switch from using FLAVOR to MODRUBY_FLAVOR for *_DEPENDS.
> Currently we don't have a ruby port that uses FLAVORs that
> would differ from MODRUBY_FLAVOR, but it's possible we will
> in the future.
> Switch from BASE_PKGPATH to BUILD_PKGPATH in a few cases in
> REGRESS_DEPENDS. This probably is not strictly necessary, but
> BUILD_PKGPATH is used in more cases, so it is good for
> consistency.
> Switch to new style *_DEPENDS, with the version specification
> at the end. The remaining cases where this is not done is
> because a specific version is used.
> Some FULLPKGNAME added to REGRESS_DEPENDS, to make sure that if
> the old version is installed when you run a regress test, it
> will install the new version first.
> Some conversion of spaces to tabs for consistency.
> OK landry@ (jeremy@)
ruby-stomp
~ Makefile
> REVISION bump all ruby ports due to a change in the pkgspec.
> Previously, we were using ruby->=1.8,<=1.9, instead of
> ruby->=1.8,<1.9. While this wouldn't cause an issue, since
> our ruby-1.9.2 package isn't included in ruby->=1.8,<=1.9,
> it's still wrong and should be fixed. This also fixes the
> following minor issues:
> Switch from using FLAVOR to MODRUBY_FLAVOR for *_DEPENDS.
> Currently we don't have a ruby port that uses FLAVORs that
> would differ from MODRUBY_FLAVOR, but it's possible we will
> in the future.
> Switch from BASE_PKGPATH to BUILD_PKGPATH in a few cases in
> REGRESS_DEPENDS. This probably is not strictly necessary, but
> BUILD_PKGPATH is used in more cases, so it is good for
> consistency.
> Switch to new style *_DEPENDS, with the version specification
> at the end. The remaining cases where this is not done is
> because a specific version is used.
> Some FULLPKGNAME added to REGRESS_DEPENDS, to make sure that if
> the old version is installed when you run a regress test, it
> will install the new version first.
> Some conversion of spaces to tabs for consistency.
> OK landry@ (jeremy@)
ruby-xmpp4r
~ Makefile
> REVISION bump all ruby ports due to a change in the pkgspec.
> Previously, we were using ruby->=1.8,<=1.9, instead of
> ruby->=1.8,<1.9. While this wouldn't cause an issue, since
> our ruby-1.9.2 package isn't included in ruby->=1.8,<=1.9,
> it's still wrong and should be fixed. This also fixes the
> following minor issues:
> Switch from using FLAVOR to MODRUBY_FLAVOR for *_DEPENDS.
> Currently we don't have a ruby port that uses FLAVORs that
> would differ from MODRUBY_FLAVOR, but it's possible we will
> in the future.
> Switch from BASE_PKGPATH to BUILD_PKGPATH in a few cases in
> REGRESS_DEPENDS. This probably is not strictly necessary, but
> BUILD_PKGPATH is used in more cases, so it is good for
> consistency.
> Switch to new style *_DEPENDS, with the version specification
> at the end. The remaining cases where this is not done is
> because a specific version is used.
> Some FULLPKGNAME added to REGRESS_DEPENDS, to make sure that if
> the old version is installed when you run a regress test, it
> will install the new version first.
> Some conversion of spaces to tabs for consistency.
> OK landry@ (jeremy@)
== security ========================================================== 15/19 ==
http://www.openbsd.org/cgi-bin/cvsweb/ports/security
arirang
~ Makefile
> REVISION bump all ruby ports due to a change in the pkgspec.
> Previously, we were using ruby->=1.8,<=1.9, instead of
> ruby->=1.8,<1.9. While this wouldn't cause an issue, since
> our ruby-1.9.2 package isn't included in ruby->=1.8,<=1.9,
> it's still wrong and should be fixed. This also fixes the
> following minor issues:
> Switch from using FLAVOR to MODRUBY_FLAVOR for *_DEPENDS.
> Currently we don't have a ruby port that uses FLAVORs that
> would differ from MODRUBY_FLAVOR, but it's possible we will
> in the future.
> Switch from BASE_PKGPATH to BUILD_PKGPATH in a few cases in
> REGRESS_DEPENDS. This probably is not strictly necessary, but
> BUILD_PKGPATH is used in more cases, so it is good for
> consistency.
> Switch to new style *_DEPENDS, with the version specification
> at the end. The remaining cases where this is not done is
> because a specific version is used.
> Some FULLPKGNAME added to REGRESS_DEPENDS, to make sure that if
> the old version is installed when you run a regress test, it
> will install the new version first.
> Some conversion of spaces to tabs for consistency.
> OK landry@ (jeremy@)
ruby-bcrypt
~ Makefile
> REVISION bump all ruby ports due to a change in the pkgspec.
> Previously, we were using ruby->=1.8,<=1.9, instead of
> ruby->=1.8,<1.9. While this wouldn't cause an issue, since
> our ruby-1.9.2 package isn't included in ruby->=1.8,<=1.9,
> it's still wrong and should be fixed. This also fixes the
> following minor issues:
> Switch from using FLAVOR to MODRUBY_FLAVOR for *_DEPENDS.
> Currently we don't have a ruby port that uses FLAVORs that
> would differ from MODRUBY_FLAVOR, but it's possible we will
> in the future.
> Switch from BASE_PKGPATH to BUILD_PKGPATH in a few cases in
> REGRESS_DEPENDS. This probably is not strictly necessary, but
> BUILD_PKGPATH is used in more cases, so it is good for
> consistency.
> Switch to new style *_DEPENDS, with the version specification
> at the end. The remaining cases where this is not done is
> because a specific version is used.
> Some FULLPKGNAME added to REGRESS_DEPENDS, to make sure that if
> the old version is installed when you run a regress test, it
> will install the new version first.
> Some conversion of spaces to tabs for consistency.
> OK landry@ (jeremy@)
ruby-ezcrypto
~ Makefile
> REVISION bump all ruby ports due to a change in the pkgspec.
> Previously, we were using ruby->=1.8,<=1.9, instead of
> ruby->=1.8,<1.9. While this wouldn't cause an issue, since
> our ruby-1.9.2 package isn't included in ruby->=1.8,<=1.9,
> it's still wrong and should be fixed. This also fixes the
> following minor issues:
> Switch from using FLAVOR to MODRUBY_FLAVOR for *_DEPENDS.
> Currently we don't have a ruby port that uses FLAVORs that
> would differ from MODRUBY_FLAVOR, but it's possible we will
> in the future.
> Switch from BASE_PKGPATH to BUILD_PKGPATH in a few cases in
> REGRESS_DEPENDS. This probably is not strictly necessary, but
> BUILD_PKGPATH is used in more cases, so it is good for
> consistency.
> Switch to new style *_DEPENDS, with the version specification
> at the end. The remaining cases where this is not done is
> because a specific version is used.
> Some FULLPKGNAME added to REGRESS_DEPENDS, to make sure that if
> the old version is installed when you run a regress test, it
> will install the new version first.
> Some conversion of spaces to tabs for consistency.
> OK landry@ (jeremy@)
ruby-openid
~ Makefile
> REVISION bump all ruby ports due to a change in the pkgspec.
> Previously, we were using ruby->=1.8,<=1.9, instead of
> ruby->=1.8,<1.9. While this wouldn't cause an issue, since
> our ruby-1.9.2 package isn't included in ruby->=1.8,<=1.9,
> it's still wrong and should be fixed. This also fixes the
> following minor issues:
> Switch from using FLAVOR to MODRUBY_FLAVOR for *_DEPENDS.
> Currently we don't have a ruby port that uses FLAVORs that
> would differ from MODRUBY_FLAVOR, but it's possible we will
> in the future.
> Switch from BASE_PKGPATH to BUILD_PKGPATH in a few cases in
> REGRESS_DEPENDS. This probably is not strictly necessary, but
> BUILD_PKGPATH is used in more cases, so it is good for
> consistency.
> Switch to new style *_DEPENDS, with the version specification
> at the end. The remaining cases where this is not done is
> because a specific version is used.
> Some FULLPKGNAME added to REGRESS_DEPENDS, to make sure that if
> the old version is installed when you run a regress test, it
> will install the new version first.
> Some conversion of spaces to tabs for consistency.
> OK landry@ (jeremy@)
ruby-yadis
~ Makefile
> REVISION bump all ruby ports due to a change in the pkgspec.
> Previously, we were using ruby->=1.8,<=1.9, instead of
> ruby->=1.8,<1.9. While this wouldn't cause an issue, since
> our ruby-1.9.2 package isn't included in ruby->=1.8,<=1.9,
> it's still wrong and should be fixed. This also fixes the
> following minor issues:
> Switch from using FLAVOR to MODRUBY_FLAVOR for *_DEPENDS.
> Currently we don't have a ruby port that uses FLAVORs that
> would differ from MODRUBY_FLAVOR, but it's possible we will
> in the future.
> Switch from BASE_PKGPATH to BUILD_PKGPATH in a few cases in
> REGRESS_DEPENDS. This probably is not strictly necessary, but
> BUILD_PKGPATH is used in more cases, so it is good for
> consistency.
> Switch to new style *_DEPENDS, with the version specification
> at the end. The remaining cases where this is not done is
> because a specific version is used.
> Some FULLPKGNAME added to REGRESS_DEPENDS, to make sure that if
> the old version is installed when you run a regress test, it
> will install the new version first.
> Some conversion of spaces to tabs for consistency.
> OK landry@ (jeremy@)
== sysutils ========================================================== 16/19 ==
http://www.openbsd.org/cgi-bin/cvsweb/ports/sysutils
god
~ Makefile
> REVISION bump all ruby ports due to a change in the pkgspec.
> Previously, we were using ruby->=1.8,<=1.9, instead of
> ruby->=1.8,<1.9. While this wouldn't cause an issue, since
> our ruby-1.9.2 package isn't included in ruby->=1.8,<=1.9,
> it's still wrong and should be fixed. This also fixes the
> following minor issues:
> Switch from using FLAVOR to MODRUBY_FLAVOR for *_DEPENDS.
> Currently we don't have a ruby port that uses FLAVORs that
> would differ from MODRUBY_FLAVOR, but it's possible we will
> in the future.
> Switch from BASE_PKGPATH to BUILD_PKGPATH in a few cases in
> REGRESS_DEPENDS. This probably is not strictly necessary, but
> BUILD_PKGPATH is used in more cases, so it is good for
> consistency.
> Switch to new style *_DEPENDS, with the version specification
> at the end. The remaining cases where this is not done is
> because a specific version is used.
> Some FULLPKGNAME added to REGRESS_DEPENDS, to make sure that if
> the old version is installed when you run a regress test, it
> will install the new version first.
> Some conversion of spaces to tabs for consistency.
> OK landry@ (jeremy@)
ruby-capistrano
~ Makefile
> REVISION bump all ruby ports due to a change in the pkgspec.
> Previously, we were using ruby->=1.8,<=1.9, instead of
> ruby->=1.8,<1.9. While this wouldn't cause an issue, since
> our ruby-1.9.2 package isn't included in ruby->=1.8,<=1.9,
> it's still wrong and should be fixed. This also fixes the
> following minor issues:
> Switch from using FLAVOR to MODRUBY_FLAVOR for *_DEPENDS.
> Currently we don't have a ruby port that uses FLAVORs that
> would differ from MODRUBY_FLAVOR, but it's possible we will
> in the future.
> Switch from BASE_PKGPATH to BUILD_PKGPATH in a few cases in
> REGRESS_DEPENDS. This probably is not strictly necessary, but
> BUILD_PKGPATH is used in more cases, so it is good for
> consistency.
> Switch to new style *_DEPENDS, with the version specification
> at the end. The remaining cases where this is not done is
> because a specific version is used.
> Some FULLPKGNAME added to REGRESS_DEPENDS, to make sure that if
> the old version is installed when you run a regress test, it
> will install the new version first.
> Some conversion of spaces to tabs for consistency.
> OK landry@ (jeremy@)
ruby-facter
~ Makefile
> REVISION bump all ruby ports due to a change in the pkgspec.
> Previously, we were using ruby->=1.8,<=1.9, instead of
> ruby->=1.8,<1.9. While this wouldn't cause an issue, since
> our ruby-1.9.2 package isn't included in ruby->=1.8,<=1.9,
> it's still wrong and should be fixed. This also fixes the
> following minor issues:
> Switch from using FLAVOR to MODRUBY_FLAVOR for *_DEPENDS.
> Currently we don't have a ruby port that uses FLAVORs that
> would differ from MODRUBY_FLAVOR, but it's possible we will
> in the future.
> Switch from BASE_PKGPATH to BUILD_PKGPATH in a few cases in
> REGRESS_DEPENDS. This probably is not strictly necessary, but
> BUILD_PKGPATH is used in more cases, so it is good for
> consistency.
> Switch to new style *_DEPENDS, with the version specification
> at the end. The remaining cases where this is not done is
> because a specific version is used.
> Some FULLPKGNAME added to REGRESS_DEPENDS, to make sure that if
> the old version is installed when you run a regress test, it
> will install the new version first.
> Some conversion of spaces to tabs for consistency.
> OK landry@ (jeremy@)
ruby-mongrel_cluster
~ Makefile
> REVISION bump all ruby ports due to a change in the pkgspec.
> Previously, we were using ruby->=1.8,<=1.9, instead of
> ruby->=1.8,<1.9. While this wouldn't cause an issue, since
> our ruby-1.9.2 package isn't included in ruby->=1.8,<=1.9,
> it's still wrong and should be fixed. This also fixes the
> following minor issues:
> Switch from using FLAVOR to MODRUBY_FLAVOR for *_DEPENDS.
> Currently we don't have a ruby port that uses FLAVORs that
> would differ from MODRUBY_FLAVOR, but it's possible we will
> in the future.
> Switch from BASE_PKGPATH to BUILD_PKGPATH in a few cases in
> REGRESS_DEPENDS. This probably is not strictly necessary, but
> BUILD_PKGPATH is used in more cases, so it is good for
> consistency.
> Switch to new style *_DEPENDS, with the version specification
> at the end. The remaining cases where this is not done is
> because a specific version is used.
> Some FULLPKGNAME added to REGRESS_DEPENDS, to make sure that if
> the old version is installed when you run a regress test, it
> will install the new version first.
> Some conversion of spaces to tabs for consistency.
> OK landry@ (jeremy@)
ruby-puppet
~ Makefile
> REVISION bump all ruby ports due to a change in the pkgspec.
> Previously, we were using ruby->=1.8,<=1.9, instead of
> ruby->=1.8,<1.9. While this wouldn't cause an issue, since
> our ruby-1.9.2 package isn't included in ruby->=1.8,<=1.9,
> it's still wrong and should be fixed. This also fixes the
> following minor issues:
> Switch from using FLAVOR to MODRUBY_FLAVOR for *_DEPENDS.
> Currently we don't have a ruby port that uses FLAVORs that
> would differ from MODRUBY_FLAVOR, but it's possible we will
> in the future.
> Switch from BASE_PKGPATH to BUILD_PKGPATH in a few cases in
> REGRESS_DEPENDS. This probably is not strictly necessary, but
> BUILD_PKGPATH is used in more cases, so it is good for
> consistency.
> Switch to new style *_DEPENDS, with the version specification
> at the end. The remaining cases where this is not done is
> because a specific version is used.
> Some FULLPKGNAME added to REGRESS_DEPENDS, to make sure that if
> the old version is installed when you run a regress test, it
> will install the new version first.
> Some conversion of spaces to tabs for consistency.
> OK landry@ (jeremy@)
ruby-rails-app-installer
~ Makefile
> REVISION bump all ruby ports due to a change in the pkgspec.
> Previously, we were using ruby->=1.8,<=1.9, instead of
> ruby->=1.8,<1.9. While this wouldn't cause an issue, since
> our ruby-1.9.2 package isn't included in ruby->=1.8,<=1.9,
> it's still wrong and should be fixed. This also fixes the
> following minor issues:
> Switch from using FLAVOR to MODRUBY_FLAVOR for *_DEPENDS.
> Currently we don't have a ruby port that uses FLAVORs that
> would differ from MODRUBY_FLAVOR, but it's possible we will
> in the future.
> Switch from BASE_PKGPATH to BUILD_PKGPATH in a few cases in
> REGRESS_DEPENDS. This probably is not strictly necessary, but
> BUILD_PKGPATH is used in more cases, so it is good for
> consistency.
> Switch to new style *_DEPENDS, with the version specification
> at the end. The remaining cases where this is not done is
> because a specific version is used.
> Some FULLPKGNAME added to REGRESS_DEPENDS, to make sure that if
> the old version is installed when you run a regress test, it
> will install the new version first.
> Some conversion of spaces to tabs for consistency.
> OK landry@ (jeremy@)
ruby-thor
~ Makefile
> REVISION bump all ruby ports due to a change in the pkgspec.
> Previously, we were using ruby->=1.8,<=1.9, instead of
> ruby->=1.8,<1.9. While this wouldn't cause an issue, since
> our ruby-1.9.2 package isn't included in ruby->=1.8,<=1.9,
> it's still wrong and should be fixed. This also fixes the
> following minor issues:
> Switch from using FLAVOR to MODRUBY_FLAVOR for *_DEPENDS.
> Currently we don't have a ruby port that uses FLAVORs that
> would differ from MODRUBY_FLAVOR, but it's possible we will
> in the future.
> Switch from BASE_PKGPATH to BUILD_PKGPATH in a few cases in
> REGRESS_DEPENDS. This probably is not strictly necessary, but
> BUILD_PKGPATH is used in more cases, so it is good for
> consistency.
> Switch to new style *_DEPENDS, with the version specification
> at the end. The remaining cases where this is not done is
> because a specific version is used.
> Some FULLPKGNAME added to REGRESS_DEPENDS, to make sure that if
> the old version is installed when you run a regress test, it
> will install the new version first.
> Some conversion of spaces to tabs for consistency.
> OK landry@ (jeremy@)
ruby-vlad
~ Makefile
> REVISION bump all ruby ports due to a change in the pkgspec.
> Previously, we were using ruby->=1.8,<=1.9, instead of
> ruby->=1.8,<1.9. While this wouldn't cause an issue, since
> our ruby-1.9.2 package isn't included in ruby->=1.8,<=1.9,
> it's still wrong and should be fixed. This also fixes the
> following minor issues:
> Switch from using FLAVOR to MODRUBY_FLAVOR for *_DEPENDS.
> Currently we don't have a ruby port that uses FLAVORs that
> would differ from MODRUBY_FLAVOR, but it's possible we will
> in the future.
> Switch from BASE_PKGPATH to BUILD_PKGPATH in a few cases in
> REGRESS_DEPENDS. This probably is not strictly necessary, but
> BUILD_PKGPATH is used in more cases, so it is good for
> consistency.
> Switch to new style *_DEPENDS, with the version specification
> at the end. The remaining cases where this is not done is
> because a specific version is used.
> Some FULLPKGNAME added to REGRESS_DEPENDS, to make sure that if
> the old version is installed when you run a regress test, it
> will install the new version first.
> Some conversion of spaces to tabs for consistency.
> OK landry@ (jeremy@)
== textproc ========================================================== 17/19 ==
http://www.openbsd.org/cgi-bin/cvsweb/ports/textproc
eruby
~ Makefile
> REVISION bump all ruby ports due to a change in the pkgspec.
> Previously, we were using ruby->=1.8,<=1.9, instead of
> ruby->=1.8,<1.9. While this wouldn't cause an issue, since
> our ruby-1.9.2 package isn't included in ruby->=1.8,<=1.9,
> it's still wrong and should be fixed. This also fixes the
> following minor issues:
> Switch from using FLAVOR to MODRUBY_FLAVOR for *_DEPENDS.
> Currently we don't have a ruby port that uses FLAVORs that
> would differ from MODRUBY_FLAVOR, but it's possible we will
> in the future.
> Switch from BASE_PKGPATH to BUILD_PKGPATH in a few cases in
> REGRESS_DEPENDS. This probably is not strictly necessary, but
> BUILD_PKGPATH is used in more cases, so it is good for
> consistency.
> Switch to new style *_DEPENDS, with the version specification
> at the end. The remaining cases where this is not done is
> because a specific version is used.
> Some FULLPKGNAME added to REGRESS_DEPENDS, to make sure that if
> the old version is installed when you run a regress test, it
> will install the new version first.
> Some conversion of spaces to tabs for consistency.
> OK landry@ (jeremy@)
gonzui
~ Makefile
> REVISION bump all ruby ports due to a change in the pkgspec.
> Previously, we were using ruby->=1.8,<=1.9, instead of
> ruby->=1.8,<1.9. While this wouldn't cause an issue, since
> our ruby-1.9.2 package isn't included in ruby->=1.8,<=1.9,
> it's still wrong and should be fixed. This also fixes the
> following minor issues:
> Switch from using FLAVOR to MODRUBY_FLAVOR for *_DEPENDS.
> Currently we don't have a ruby port that uses FLAVORs that
> would differ from MODRUBY_FLAVOR, but it's possible we will
> in the future.
> Switch from BASE_PKGPATH to BUILD_PKGPATH in a few cases in
> REGRESS_DEPENDS. This probably is not strictly necessary, but
> BUILD_PKGPATH is used in more cases, so it is good for
> consistency.
> Switch to new style *_DEPENDS, with the version specification
> at the end. The remaining cases where this is not done is
> because a specific version is used.
> Some FULLPKGNAME added to REGRESS_DEPENDS, to make sure that if
> the old version is installed when you run a regress test, it
> will install the new version first.
> Some conversion of spaces to tabs for consistency.
> OK landry@ (jeremy@)
ruby-ascii85
~ Makefile
> REVISION bump all ruby ports due to a change in the pkgspec.
> Previously, we were using ruby->=1.8,<=1.9, instead of
> ruby->=1.8,<1.9. While this wouldn't cause an issue, since
> our ruby-1.9.2 package isn't included in ruby->=1.8,<=1.9,
> it's still wrong and should be fixed. This also fixes the
> following minor issues:
> Switch from using FLAVOR to MODRUBY_FLAVOR for *_DEPENDS.
> Currently we don't have a ruby port that uses FLAVORs that
> would differ from MODRUBY_FLAVOR, but it's possible we will
> in the future.
> Switch from BASE_PKGPATH to BUILD_PKGPATH in a few cases in
> REGRESS_DEPENDS. This probably is not strictly necessary, but
> BUILD_PKGPATH is used in more cases, so it is good for
> consistency.
> Switch to new style *_DEPENDS, with the version specification
> at the end. The remaining cases where this is not done is
> because a specific version is used.
> Some FULLPKGNAME added to REGRESS_DEPENDS, to make sure that if
> the old version is installed when you run a regress test, it
> will install the new version first.
> Some conversion of spaces to tabs for consistency.
> OK landry@ (jeremy@)
ruby-builder
~ Makefile
> REVISION bump all ruby ports due to a change in the pkgspec.
> Previously, we were using ruby->=1.8,<=1.9, instead of
> ruby->=1.8,<1.9. While this wouldn't cause an issue, since
> our ruby-1.9.2 package isn't included in ruby->=1.8,<=1.9,
> it's still wrong and should be fixed. This also fixes the
> following minor issues:
> Switch from using FLAVOR to MODRUBY_FLAVOR for *_DEPENDS.
> Currently we don't have a ruby port that uses FLAVORs that
> would differ from MODRUBY_FLAVOR, but it's possible we will
> in the future.
> Switch from BASE_PKGPATH to BUILD_PKGPATH in a few cases in
> REGRESS_DEPENDS. This probably is not strictly necessary, but
> BUILD_PKGPATH is used in more cases, so it is good for
> consistency.
> Switch to new style *_DEPENDS, with the version specification
> at the end. The remaining cases where this is not done is
> because a specific version is used.
> Some FULLPKGNAME added to REGRESS_DEPENDS, to make sure that if
> the old version is installed when you run a regress test, it
> will install the new version first.
> Some conversion of spaces to tabs for consistency.
> OK landry@ (jeremy@)
ruby-erubis
~ Makefile
> REVISION bump all ruby ports due to a change in the pkgspec.
> Previously, we were using ruby->=1.8,<=1.9, instead of
> ruby->=1.8,<1.9. While this wouldn't cause an issue, since
> our ruby-1.9.2 package isn't included in ruby->=1.8,<=1.9,
> it's still wrong and should be fixed. This also fixes the
> following minor issues:
> Switch from using FLAVOR to MODRUBY_FLAVOR for *_DEPENDS.
> Currently we don't have a ruby port that uses FLAVORs that
> would differ from MODRUBY_FLAVOR, but it's possible we will
> in the future.
> Switch from BASE_PKGPATH to BUILD_PKGPATH in a few cases in
> REGRESS_DEPENDS. This probably is not strictly necessary, but
> BUILD_PKGPATH is used in more cases, so it is good for
> consistency.
> Switch to new style *_DEPENDS, with the version specification
> at the end. The remaining cases where this is not done is
> because a specific version is used.
> Some FULLPKGNAME added to REGRESS_DEPENDS, to make sure that if
> the old version is installed when you run a regress test, it
> will install the new version first.
> Some conversion of spaces to tabs for consistency.
> OK landry@ (jeremy@)
ruby-fastercsv
~ Makefile
> REVISION bump all ruby ports due to a change in the pkgspec.
> Previously, we were using ruby->=1.8,<=1.9, instead of
> ruby->=1.8,<1.9. While this wouldn't cause an issue, since
> our ruby-1.9.2 package isn't included in ruby->=1.8,<=1.9,
> it's still wrong and should be fixed. This also fixes the
> following minor issues:
> Switch from using FLAVOR to MODRUBY_FLAVOR for *_DEPENDS.
> Currently we don't have a ruby port that uses FLAVORs that
> would differ from MODRUBY_FLAVOR, but it's possible we will
> in the future.
> Switch from BASE_PKGPATH to BUILD_PKGPATH in a few cases in
> REGRESS_DEPENDS. This probably is not strictly necessary, but
> BUILD_PKGPATH is used in more cases, so it is good for
> consistency.
> Switch to new style *_DEPENDS, with the version specification
> at the end. The remaining cases where this is not done is
> because a specific version is used.
> Some FULLPKGNAME added to REGRESS_DEPENDS, to make sure that if
> the old version is installed when you run a regress test, it
> will install the new version first.
> Some conversion of spaces to tabs for consistency.
> OK landry@ (jeremy@)
ruby-fastri
~ Makefile
> REVISION bump all ruby ports due to a change in the pkgspec.
> Previously, we were using ruby->=1.8,<=1.9, instead of
> ruby->=1.8,<1.9. While this wouldn't cause an issue, since
> our ruby-1.9.2 package isn't included in ruby->=1.8,<=1.9,
> it's still wrong and should be fixed. This also fixes the
> following minor issues:
> Switch from using FLAVOR to MODRUBY_FLAVOR for *_DEPENDS.
> Currently we don't have a ruby port that uses FLAVORs that
> would differ from MODRUBY_FLAVOR, but it's possible we will
> in the future.
> Switch from BASE_PKGPATH to BUILD_PKGPATH in a few cases in
> REGRESS_DEPENDS. This probably is not strictly necessary, but
> BUILD_PKGPATH is used in more cases, so it is good for
> consistency.
> Switch to new style *_DEPENDS, with the version specification
> at the end. The remaining cases where this is not done is
> because a specific version is used.
> Some FULLPKGNAME added to REGRESS_DEPENDS, to make sure that if
> the old version is installed when you run a regress test, it
> will install the new version first.
> Some conversion of spaces to tabs for consistency.
> OK landry@ (jeremy@)
ruby-haml
~ Makefile
> REVISION bump all ruby ports due to a change in the pkgspec.
> Previously, we were using ruby->=1.8,<=1.9, instead of
> ruby->=1.8,<1.9. While this wouldn't cause an issue, since
> our ruby-1.9.2 package isn't included in ruby->=1.8,<=1.9,
> it's still wrong and should be fixed. This also fixes the
> following minor issues:
> Switch from using FLAVOR to MODRUBY_FLAVOR for *_DEPENDS.
> Currently we don't have a ruby port that uses FLAVORs that
> would differ from MODRUBY_FLAVOR, but it's possible we will
> in the future.
> Switch from BASE_PKGPATH to BUILD_PKGPATH in a few cases in
> REGRESS_DEPENDS. This probably is not strictly necessary, but
> BUILD_PKGPATH is used in more cases, so it is good for
> consistency.
> Switch to new style *_DEPENDS, with the version specification
> at the end. The remaining cases where this is not done is
> because a specific version is used.
> Some FULLPKGNAME added to REGRESS_DEPENDS, to make sure that if
> the old version is installed when you run a regress test, it
> will install the new version first.
> Some conversion of spaces to tabs for consistency.
> OK landry@ (jeremy@)
ruby-hpricot
~ Makefile
> REVISION bump all ruby ports due to a change in the pkgspec.
> Previously, we were using ruby->=1.8,<=1.9, instead of
> ruby->=1.8,<1.9. While this wouldn't cause an issue, since
> our ruby-1.9.2 package isn't included in ruby->=1.8,<=1.9,
> it's still wrong and should be fixed. This also fixes the
> following minor issues:
> Switch from using FLAVOR to MODRUBY_FLAVOR for *_DEPENDS.
> Currently we don't have a ruby port that uses FLAVORs that
> would differ from MODRUBY_FLAVOR, but it's possible we will
> in the future.
> Switch from BASE_PKGPATH to BUILD_PKGPATH in a few cases in
> REGRESS_DEPENDS. This probably is not strictly necessary, but
> BUILD_PKGPATH is used in more cases, so it is good for
> consistency.
> Switch to new style *_DEPENDS, with the version specification
> at the end. The remaining cases where this is not done is
> because a specific version is used.
> Some FULLPKGNAME added to REGRESS_DEPENDS, to make sure that if
> the old version is installed when you run a regress test, it
> will install the new version first.
> Some conversion of spaces to tabs for consistency.
> OK landry@ (jeremy@)
ruby-htmlentities
~ Makefile
> REVISION bump all ruby ports due to a change in the pkgspec.
> Previously, we were using ruby->=1.8,<=1.9, instead of
> ruby->=1.8,<1.9. While this wouldn't cause an issue, since
> our ruby-1.9.2 package isn't included in ruby->=1.8,<=1.9,
> it's still wrong and should be fixed. This also fixes the
> following minor issues:
> Switch from using FLAVOR to MODRUBY_FLAVOR for *_DEPENDS.
> Currently we don't have a ruby port that uses FLAVORs that
> would differ from MODRUBY_FLAVOR, but it's possible we will
> in the future.
> Switch from BASE_PKGPATH to BUILD_PKGPATH in a few cases in
> REGRESS_DEPENDS. This probably is not strictly necessary, but
> BUILD_PKGPATH is used in more cases, so it is good for
> consistency.
> Switch to new style *_DEPENDS, with the version specification
> at the end. The remaining cases where this is not done is
> because a specific version is used.
> Some FULLPKGNAME added to REGRESS_DEPENDS, to make sure that if
> the old version is installed when you run a regress test, it
> will install the new version first.
> Some conversion of spaces to tabs for consistency.
> OK landry@ (jeremy@)
ruby-hyperestraier
~ Makefile
> REVISION bump all ruby ports due to a change in the pkgspec.
> Previously, we were using ruby->=1.8,<=1.9, instead of
> ruby->=1.8,<1.9. While this wouldn't cause an issue, since
> our ruby-1.9.2 package isn't included in ruby->=1.8,<=1.9,
> it's still wrong and should be fixed. This also fixes the
> following minor issues:
> Switch from using FLAVOR to MODRUBY_FLAVOR for *_DEPENDS.
> Currently we don't have a ruby port that uses FLAVORs that
> would differ from MODRUBY_FLAVOR, but it's possible we will
> in the future.
> Switch from BASE_PKGPATH to BUILD_PKGPATH in a few cases in
> REGRESS_DEPENDS. This probably is not strictly necessary, but
> BUILD_PKGPATH is used in more cases, so it is good for
> consistency.
> Switch to new style *_DEPENDS, with the version specification
> at the end. The remaining cases where this is not done is
> because a specific version is used.
> Some FULLPKGNAME added to REGRESS_DEPENDS, to make sure that if
> the old version is installed when you run a regress test, it
> will install the new version first.
> Some conversion of spaces to tabs for consistency.
> OK landry@ (jeremy@)
ruby-icalendar
~ Makefile
> REVISION bump all ruby ports due to a change in the pkgspec.
> Previously, we were using ruby->=1.8,<=1.9, instead of
> ruby->=1.8,<1.9. While this wouldn't cause an issue, since
> our ruby-1.9.2 package isn't included in ruby->=1.8,<=1.9,
> it's still wrong and should be fixed. This also fixes the
> following minor issues:
> Switch from using FLAVOR to MODRUBY_FLAVOR for *_DEPENDS.
> Currently we don't have a ruby port that uses FLAVORs that
> would differ from MODRUBY_FLAVOR, but it's possible we will
> in the future.
> Switch from BASE_PKGPATH to BUILD_PKGPATH in a few cases in
> REGRESS_DEPENDS. This probably is not strictly necessary, but
> BUILD_PKGPATH is used in more cases, so it is good for
> consistency.
> Switch to new style *_DEPENDS, with the version specification
> at the end. The remaining cases where this is not done is
> because a specific version is used.
> Some FULLPKGNAME added to REGRESS_DEPENDS, to make sure that if
> the old version is installed when you run a regress test, it
> will install the new version first.
> Some conversion of spaces to tabs for consistency.
> OK landry@ (jeremy@)
ruby-markaby
~ Makefile
> REVISION bump all ruby ports due to a change in the pkgspec.
> Previously, we were using ruby->=1.8,<=1.9, instead of
> ruby->=1.8,<1.9. While this wouldn't cause an issue, since
> our ruby-1.9.2 package isn't included in ruby->=1.8,<=1.9,
> it's still wrong and should be fixed. This also fixes the
> following minor issues:
> Switch from using FLAVOR to MODRUBY_FLAVOR for *_DEPENDS.
> Currently we don't have a ruby port that uses FLAVORs that
> would differ from MODRUBY_FLAVOR, but it's possible we will
> in the future.
> Switch from BASE_PKGPATH to BUILD_PKGPATH in a few cases in
> REGRESS_DEPENDS. This probably is not strictly necessary, but
> BUILD_PKGPATH is used in more cases, so it is good for
> consistency.
> Switch to new style *_DEPENDS, with the version specification
> at the end. The remaining cases where this is not done is
> because a specific version is used.
> Some FULLPKGNAME added to REGRESS_DEPENDS, to make sure that if
> the old version is installed when you run a regress test, it
> will install the new version first.
> Some conversion of spaces to tabs for consistency.
> OK landry@ (jeremy@)
ruby-nokogiri
~ Makefile
> REVISION bump all ruby ports due to a change in the pkgspec.
> Previously, we were using ruby->=1.8,<=1.9, instead of
> ruby->=1.8,<1.9. While this wouldn't cause an issue, since
> our ruby-1.9.2 package isn't included in ruby->=1.8,<=1.9,
> it's still wrong and should be fixed. This also fixes the
> following minor issues:
> Switch from using FLAVOR to MODRUBY_FLAVOR for *_DEPENDS.
> Currently we don't have a ruby port that uses FLAVORs that
> would differ from MODRUBY_FLAVOR, but it's possible we will
> in the future.
> Switch from BASE_PKGPATH to BUILD_PKGPATH in a few cases in
> REGRESS_DEPENDS. This probably is not strictly necessary, but
> BUILD_PKGPATH is used in more cases, so it is good for
> consistency.
> Switch to new style *_DEPENDS, with the version specification
> at the end. The remaining cases where this is not done is
> because a specific version is used.
> Some FULLPKGNAME added to REGRESS_DEPENDS, to make sure that if
> the old version is installed when you run a regress test, it
> will install the new version first.
> Some conversion of spaces to tabs for consistency.
> OK landry@ (jeremy@)
ruby-pdf-reader
~ Makefile
> REVISION bump all ruby ports due to a change in the pkgspec.
> Previously, we were using ruby->=1.8,<=1.9, instead of
> ruby->=1.8,<1.9. While this wouldn't cause an issue, since
> our ruby-1.9.2 package isn't included in ruby->=1.8,<=1.9,
> it's still wrong and should be fixed. This also fixes the
> following minor issues:
> Switch from using FLAVOR to MODRUBY_FLAVOR for *_DEPENDS.
> Currently we don't have a ruby port that uses FLAVORs that
> would differ from MODRUBY_FLAVOR, but it's possible we will
> in the future.
> Switch from BASE_PKGPATH to BUILD_PKGPATH in a few cases in
> REGRESS_DEPENDS. This probably is not strictly necessary, but
> BUILD_PKGPATH is used in more cases, so it is good for
> consistency.
> Switch to new style *_DEPENDS, with the version specification
> at the end. The remaining cases where this is not done is
> because a specific version is used.
> Some FULLPKGNAME added to REGRESS_DEPENDS, to make sure that if
> the old version is installed when you run a regress test, it
> will install the new version first.
> Some conversion of spaces to tabs for consistency.
> OK landry@ (jeremy@)
ruby-pdf-writer
~ Makefile
> REVISION bump all ruby ports due to a change in the pkgspec.
> Previously, we were using ruby->=1.8,<=1.9, instead of
> ruby->=1.8,<1.9. While this wouldn't cause an issue, since
> our ruby-1.9.2 package isn't included in ruby->=1.8,<=1.9,
> it's still wrong and should be fixed. This also fixes the
> following minor issues:
> Switch from using FLAVOR to MODRUBY_FLAVOR for *_DEPENDS.
> Currently we don't have a ruby port that uses FLAVORs that
> would differ from MODRUBY_FLAVOR, but it's possible we will
> in the future.
> Switch from BASE_PKGPATH to BUILD_PKGPATH in a few cases in
> REGRESS_DEPENDS. This probably is not strictly necessary, but
> BUILD_PKGPATH is used in more cases, so it is good for
> consistency.
> Switch to new style *_DEPENDS, with the version specification
> at the end. The remaining cases where this is not done is
> because a specific version is used.
> Some FULLPKGNAME added to REGRESS_DEPENDS, to make sure that if
> the old version is installed when you run a regress test, it
> will install the new version first.
> Some conversion of spaces to tabs for consistency.
> OK landry@ (jeremy@)
ruby-prawn
~ core/Makefile ~ format/Makefile
~ layout/Makefile ~ prawn/Makefile
> REVISION bump all ruby ports due to a change in the pkgspec.
> Previously, we were using ruby->=1.8,<=1.9, instead of
> ruby->=1.8,<1.9. While this wouldn't cause an issue, since
> our ruby-1.9.2 package isn't included in ruby->=1.8,<=1.9,
> it's still wrong and should be fixed. This also fixes the
> following minor issues:
> Switch from using FLAVOR to MODRUBY_FLAVOR for *_DEPENDS.
> Currently we don't have a ruby port that uses FLAVORs that
> would differ from MODRUBY_FLAVOR, but it's possible we will
> in the future.
> Switch from BASE_PKGPATH to BUILD_PKGPATH in a few cases in
> REGRESS_DEPENDS. This probably is not strictly necessary, but
> BUILD_PKGPATH is used in more cases, so it is good for
> consistency.
> Switch to new style *_DEPENDS, with the version specification
> at the end. The remaining cases where this is not done is
> because a specific version is used.
> Some FULLPKGNAME added to REGRESS_DEPENDS, to make sure that if
> the old version is installed when you run a regress test, it
> will install the new version first.
> Some conversion of spaces to tabs for consistency.
> OK landry@ (jeremy@)
ruby-randexp
~ Makefile
> REVISION bump all ruby ports due to a change in the pkgspec.
> Previously, we were using ruby->=1.8,<=1.9, instead of
> ruby->=1.8,<1.9. While this wouldn't cause an issue, since
> our ruby-1.9.2 package isn't included in ruby->=1.8,<=1.9,
> it's still wrong and should be fixed. This also fixes the
> following minor issues:
> Switch from using FLAVOR to MODRUBY_FLAVOR for *_DEPENDS.
> Currently we don't have a ruby port that uses FLAVORs that
> would differ from MODRUBY_FLAVOR, but it's possible we will
> in the future.
> Switch from BASE_PKGPATH to BUILD_PKGPATH in a few cases in
> REGRESS_DEPENDS. This probably is not strictly necessary, but
> BUILD_PKGPATH is used in more cases, so it is good for
> consistency.
> Switch to new style *_DEPENDS, with the version specification
> at the end. The remaining cases where this is not done is
> because a specific version is used.
> Some FULLPKGNAME added to REGRESS_DEPENDS, to make sure that if
> the old version is installed when you run a regress test, it
> will install the new version first.
> Some conversion of spaces to tabs for consistency.
> OK landry@ (jeremy@)
ruby-redcloth
~ Makefile
> REVISION bump all ruby ports due to a change in the pkgspec.
> Previously, we were using ruby->=1.8,<=1.9, instead of
> ruby->=1.8,<1.9. While this wouldn't cause an issue, since
> our ruby-1.9.2 package isn't included in ruby->=1.8,<=1.9,
> it's still wrong and should be fixed. This also fixes the
> following minor issues:
> Switch from using FLAVOR to MODRUBY_FLAVOR for *_DEPENDS.
> Currently we don't have a ruby port that uses FLAVORs that
> would differ from MODRUBY_FLAVOR, but it's possible we will
> in the future.
> Switch from BASE_PKGPATH to BUILD_PKGPATH in a few cases in
> REGRESS_DEPENDS. This probably is not strictly necessary, but
> BUILD_PKGPATH is used in more cases, so it is good for
> consistency.
> Switch to new style *_DEPENDS, with the version specification
> at the end. The remaining cases where this is not done is
> because a specific version is used.
> Some FULLPKGNAME added to REGRESS_DEPENDS, to make sure that if
> the old version is installed when you run a regress test, it
> will install the new version first.
> Some conversion of spaces to tabs for consistency.
> OK landry@ (jeremy@)
ruby-rss
~ Makefile
> REVISION bump all ruby ports due to a change in the pkgspec.
> Previously, we were using ruby->=1.8,<=1.9, instead of
> ruby->=1.8,<1.9. While this wouldn't cause an issue, since
> our ruby-1.9.2 package isn't included in ruby->=1.8,<=1.9,
> it's still wrong and should be fixed. This also fixes the
> following minor issues:
> Switch from using FLAVOR to MODRUBY_FLAVOR for *_DEPENDS.
> Currently we don't have a ruby port that uses FLAVORs that
> would differ from MODRUBY_FLAVOR, but it's possible we will
> in the future.
> Switch from BASE_PKGPATH to BUILD_PKGPATH in a few cases in
> REGRESS_DEPENDS. This probably is not strictly necessary, but
> BUILD_PKGPATH is used in more cases, so it is good for
> consistency.
> Switch to new style *_DEPENDS, with the version specification
> at the end. The remaining cases where this is not done is
> because a specific version is used.
> Some FULLPKGNAME added to REGRESS_DEPENDS, to make sure that if
> the old version is installed when you run a regress test, it
> will install the new version first.
> Some conversion of spaces to tabs for consistency.
> OK landry@ (jeremy@)
ruby-rubigen
~ Makefile
> REVISION bump all ruby ports due to a change in the pkgspec.
> Previously, we were using ruby->=1.8,<=1.9, instead of
> ruby->=1.8,<1.9. While this wouldn't cause an issue, since
> our ruby-1.9.2 package isn't included in ruby->=1.8,<=1.9,
> it's still wrong and should be fixed. This also fixes the
> following minor issues:
> Switch from using FLAVOR to MODRUBY_FLAVOR for *_DEPENDS.
> Currently we don't have a ruby port that uses FLAVORs that
> would differ from MODRUBY_FLAVOR, but it's possible we will
> in the future.
> Switch from BASE_PKGPATH to BUILD_PKGPATH in a few cases in
> REGRESS_DEPENDS. This probably is not strictly necessary, but
> BUILD_PKGPATH is used in more cases, so it is good for
> consistency.
> Switch to new style *_DEPENDS, with the version specification
> at the end. The remaining cases where this is not done is
> because a specific version is used.
> Some FULLPKGNAME added to REGRESS_DEPENDS, to make sure that if
> the old version is installed when you run a regress test, it
> will install the new version first.
> Some conversion of spaces to tabs for consistency.
> OK landry@ (jeremy@)
ruby-templater
~ Makefile
> REVISION bump all ruby ports due to a change in the pkgspec.
> Previously, we were using ruby->=1.8,<=1.9, instead of
> ruby->=1.8,<1.9. While this wouldn't cause an issue, since
> our ruby-1.9.2 package isn't included in ruby->=1.8,<=1.9,
> it's still wrong and should be fixed. This also fixes the
> following minor issues:
> Switch from using FLAVOR to MODRUBY_FLAVOR for *_DEPENDS.
> Currently we don't have a ruby port that uses FLAVORs that
> would differ from MODRUBY_FLAVOR, but it's possible we will
> in the future.
> Switch from BASE_PKGPATH to BUILD_PKGPATH in a few cases in
> REGRESS_DEPENDS. This probably is not strictly necessary, but
> BUILD_PKGPATH is used in more cases, so it is good for
> consistency.
> Switch to new style *_DEPENDS, with the version specification
> at the end. The remaining cases where this is not done is
> because a specific version is used.
> Some FULLPKGNAME added to REGRESS_DEPENDS, to make sure that if
> the old version is installed when you run a regress test, it
> will install the new version first.
> Some conversion of spaces to tabs for consistency.
> OK landry@ (jeremy@)
ruby-treetop
~ Makefile
> REVISION bump all ruby ports due to a change in the pkgspec.
> Previously, we were using ruby->=1.8,<=1.9, instead of
> ruby->=1.8,<1.9. While this wouldn't cause an issue, since
> our ruby-1.9.2 package isn't included in ruby->=1.8,<=1.9,
> it's still wrong and should be fixed. This also fixes the
> following minor issues:
> Switch from using FLAVOR to MODRUBY_FLAVOR for *_DEPENDS.
> Currently we don't have a ruby port that uses FLAVORs that
> would differ from MODRUBY_FLAVOR, but it's possible we will
> in the future.
> Switch from BASE_PKGPATH to BUILD_PKGPATH in a few cases in
> REGRESS_DEPENDS. This probably is not strictly necessary, but
> BUILD_PKGPATH is used in more cases, so it is good for
> consistency.
> Switch to new style *_DEPENDS, with the version specification
> at the end. The remaining cases where this is not done is
> because a specific version is used.
> Some FULLPKGNAME added to REGRESS_DEPENDS, to make sure that if
> the old version is installed when you run a regress test, it
> will install the new version first.
> Some conversion of spaces to tabs for consistency.
> OK landry@ (jeremy@)
zathura
~ Makefile ~ distinfo
~ patches/patch-config_mk
> Minor update to 0.0.8.2.
> OK MAINTAINER and landry@ (edd@)
== www =============================================================== 18/19 ==
http://www.openbsd.org/cgi-bin/cvsweb/ports/www
mod_ruby
~ Makefile
> REVISION bump all ruby ports due to a change in the pkgspec.
> Previously, we were using ruby->=1.8,<=1.9, instead of
> ruby->=1.8,<1.9. While this wouldn't cause an issue, since
> our ruby-1.9.2 package isn't included in ruby->=1.8,<=1.9,
> it's still wrong and should be fixed. This also fixes the
> following minor issues:
> Switch from using FLAVOR to MODRUBY_FLAVOR for *_DEPENDS.
> Currently we don't have a ruby port that uses FLAVORs that
> would differ from MODRUBY_FLAVOR, but it's possible we will
> in the future.
> Switch from BASE_PKGPATH to BUILD_PKGPATH in a few cases in
> REGRESS_DEPENDS. This probably is not strictly necessary, but
> BUILD_PKGPATH is used in more cases, so it is good for
> consistency.
> Switch to new style *_DEPENDS, with the version specification
> at the end. The remaining cases where this is not done is
> because a specific version is used.
> Some FULLPKGNAME added to REGRESS_DEPENDS, to make sure that if
> the old version is installed when you run a regress test, it
> will install the new version first.
> Some conversion of spaces to tabs for consistency.
> OK landry@ (jeremy@)
puppet-dashboard
~ Makefile
> REVISION bump all ruby ports due to a change in the pkgspec.
> Previously, we were using ruby->=1.8,<=1.9, instead of
> ruby->=1.8,<1.9. While this wouldn't cause an issue, since
> our ruby-1.9.2 package isn't included in ruby->=1.8,<=1.9,
> it's still wrong and should be fixed. This also fixes the
> following minor issues:
> Switch from using FLAVOR to MODRUBY_FLAVOR for *_DEPENDS.
> Currently we don't have a ruby port that uses FLAVORs that
> would differ from MODRUBY_FLAVOR, but it's possible we will
> in the future.
> Switch from BASE_PKGPATH to BUILD_PKGPATH in a few cases in
> REGRESS_DEPENDS. This probably is not strictly necessary, but
> BUILD_PKGPATH is used in more cases, so it is good for
> consistency.
> Switch to new style *_DEPENDS, with the version specification
> at the end. The remaining cases where this is not done is
> because a specific version is used.
> Some FULLPKGNAME added to REGRESS_DEPENDS, to make sure that if
> the old version is installed when you run a regress test, it
> will install the new version first.
> Some conversion of spaces to tabs for consistency.
> OK landry@ (jeremy@)
rackmonkey
~ Makefile
> add missing RUN_DEPENDS and bump (sthen@)
raggle
~ Makefile
> REVISION bump all ruby ports due to a change in the pkgspec.
> Previously, we were using ruby->=1.8,<=1.9, instead of
> ruby->=1.8,<1.9. While this wouldn't cause an issue, since
> our ruby-1.9.2 package isn't included in ruby->=1.8,<=1.9,
> it's still wrong and should be fixed. This also fixes the
> following minor issues:
> Switch from using FLAVOR to MODRUBY_FLAVOR for *_DEPENDS.
> Currently we don't have a ruby port that uses FLAVORs that
> would differ from MODRUBY_FLAVOR, but it's possible we will
> in the future.
> Switch from BASE_PKGPATH to BUILD_PKGPATH in a few cases in
> REGRESS_DEPENDS. This probably is not strictly necessary, but
> BUILD_PKGPATH is used in more cases, so it is good for
> consistency.
> Switch to new style *_DEPENDS, with the version specification
> at the end. The remaining cases where this is not done is
> because a specific version is used.
> Some FULLPKGNAME added to REGRESS_DEPENDS, to make sure that if
> the old version is installed when you run a regress test, it
> will install the new version first.
> Some conversion of spaces to tabs for consistency.
> OK landry@ (jeremy@)
ruby-activemerchant
~ Makefile
> REVISION bump all ruby ports due to a change in the pkgspec.
> Previously, we were using ruby->=1.8,<=1.9, instead of
> ruby->=1.8,<1.9. While this wouldn't cause an issue, since
> our ruby-1.9.2 package isn't included in ruby->=1.8,<=1.9,
> it's still wrong and should be fixed. This also fixes the
> following minor issues:
> Switch from using FLAVOR to MODRUBY_FLAVOR for *_DEPENDS.
> Currently we don't have a ruby port that uses FLAVORs that
> would differ from MODRUBY_FLAVOR, but it's possible we will
> in the future.
> Switch from BASE_PKGPATH to BUILD_PKGPATH in a few cases in
> REGRESS_DEPENDS. This probably is not strictly necessary, but
> BUILD_PKGPATH is used in more cases, so it is good for
> consistency.
> Switch to new style *_DEPENDS, with the version specification
> at the end. The remaining cases where this is not done is
> because a specific version is used.
> Some FULLPKGNAME added to REGRESS_DEPENDS, to make sure that if
> the old version is installed when you run a regress test, it
> will install the new version first.
> Some conversion of spaces to tabs for consistency.
> OK landry@ (jeremy@)
ruby-activeresource
~ Makefile
> REVISION bump all ruby ports due to a change in the pkgspec.
> Previously, we were using ruby->=1.8,<=1.9, instead of
> ruby->=1.8,<1.9. While this wouldn't cause an issue, since
> our ruby-1.9.2 package isn't included in ruby->=1.8,<=1.9,
> it's still wrong and should be fixed. This also fixes the
> following minor issues:
> Switch from using FLAVOR to MODRUBY_FLAVOR for *_DEPENDS.
> Currently we don't have a ruby port that uses FLAVORs that
> would differ from MODRUBY_FLAVOR, but it's possible we will
> in the future.
> Switch from BASE_PKGPATH to BUILD_PKGPATH in a few cases in
> REGRESS_DEPENDS. This probably is not strictly necessary, but
> BUILD_PKGPATH is used in more cases, so it is good for
> consistency.
> Switch to new style *_DEPENDS, with the version specification
> at the end. The remaining cases where this is not done is
> because a specific version is used.
> Some FULLPKGNAME added to REGRESS_DEPENDS, to make sure that if
> the old version is installed when you run a regress test, it
> will install the new version first.
> Some conversion of spaces to tabs for consistency.
> OK landry@ (jeremy@)
ruby-addressable
~ Makefile
> REVISION bump all ruby ports due to a change in the pkgspec.
> Previously, we were using ruby->=1.8,<=1.9, instead of
> ruby->=1.8,<1.9. While this wouldn't cause an issue, since
> our ruby-1.9.2 package isn't included in ruby->=1.8,<=1.9,
> it's still wrong and should be fixed. This also fixes the
> following minor issues:
> Switch from using FLAVOR to MODRUBY_FLAVOR for *_DEPENDS.
> Currently we don't have a ruby port that uses FLAVORs that
> would differ from MODRUBY_FLAVOR, but it's possible we will
> in the future.
> Switch from BASE_PKGPATH to BUILD_PKGPATH in a few cases in
> REGRESS_DEPENDS. This probably is not strictly necessary, but
> BUILD_PKGPATH is used in more cases, so it is good for
> consistency.
> Switch to new style *_DEPENDS, with the version specification
> at the end. The remaining cases where this is not done is
> because a specific version is used.
> Some FULLPKGNAME added to REGRESS_DEPENDS, to make sure that if
> the old version is installed when you run a regress test, it
> will install the new version first.
> Some conversion of spaces to tabs for consistency.
> OK landry@ (jeremy@)
ruby-fcgi
~ Makefile
> REVISION bump all ruby ports due to a change in the pkgspec.
> Previously, we were using ruby->=1.8,<=1.9, instead of
> ruby->=1.8,<1.9. While this wouldn't cause an issue, since
> our ruby-1.9.2 package isn't included in ruby->=1.8,<=1.9,
> it's still wrong and should be fixed. This also fixes the
> following minor issues:
> Switch from using FLAVOR to MODRUBY_FLAVOR for *_DEPENDS.
> Currently we don't have a ruby port that uses FLAVORs that
> would differ from MODRUBY_FLAVOR, but it's possible we will
> in the future.
> Switch from BASE_PKGPATH to BUILD_PKGPATH in a few cases in
> REGRESS_DEPENDS. This probably is not strictly necessary, but
> BUILD_PKGPATH is used in more cases, so it is good for
> consistency.
> Switch to new style *_DEPENDS, with the version specification
> at the end. The remaining cases where this is not done is
> because a specific version is used.
> Some FULLPKGNAME added to REGRESS_DEPENDS, to make sure that if
> the old version is installed when you run a regress test, it
> will install the new version first.
> Some conversion of spaces to tabs for consistency.
> OK landry@ (jeremy@)
ruby-httpclient
~ Makefile
> REVISION bump all ruby ports due to a change in the pkgspec.
> Previously, we were using ruby->=1.8,<=1.9, instead of
> ruby->=1.8,<1.9. While this wouldn't cause an issue, since
> our ruby-1.9.2 package isn't included in ruby->=1.8,<=1.9,
> it's still wrong and should be fixed. This also fixes the
> following minor issues:
> Switch from using FLAVOR to MODRUBY_FLAVOR for *_DEPENDS.
> Currently we don't have a ruby port that uses FLAVORs that
> would differ from MODRUBY_FLAVOR, but it's possible we will
> in the future.
> Switch from BASE_PKGPATH to BUILD_PKGPATH in a few cases in
> REGRESS_DEPENDS. This probably is not strictly necessary, but
> BUILD_PKGPATH is used in more cases, so it is good for
> consistency.
> Switch to new style *_DEPENDS, with the version specification
> at the end. The remaining cases where this is not done is
> because a specific version is used.
> Some FULLPKGNAME added to REGRESS_DEPENDS, to make sure that if
> the old version is installed when you run a regress test, it
> will install the new version first.
> Some conversion of spaces to tabs for consistency.
> OK landry@ (jeremy@)
ruby-mechanize
~ Makefile
> REVISION bump all ruby ports due to a change in the pkgspec.
> Previously, we were using ruby->=1.8,<=1.9, instead of
> ruby->=1.8,<1.9. While this wouldn't cause an issue, since
> our ruby-1.9.2 package isn't included in ruby->=1.8,<=1.9,
> it's still wrong and should be fixed. This also fixes the
> following minor issues:
> Switch from using FLAVOR to MODRUBY_FLAVOR for *_DEPENDS.
> Currently we don't have a ruby port that uses FLAVORs that
> would differ from MODRUBY_FLAVOR, but it's possible we will
> in the future.
> Switch from BASE_PKGPATH to BUILD_PKGPATH in a few cases in
> REGRESS_DEPENDS. This probably is not strictly necessary, but
> BUILD_PKGPATH is used in more cases, so it is good for
> consistency.
> Switch to new style *_DEPENDS, with the version specification
> at the end. The remaining cases where this is not done is
> because a specific version is used.
> Some FULLPKGNAME added to REGRESS_DEPENDS, to make sure that if
> the old version is installed when you run a regress test, it
> will install the new version first.
> Some conversion of spaces to tabs for consistency.
> OK landry@ (jeremy@)
ruby-merb
~ action-args/Makefile ~ activerecord/Makefile
~ assets/Makefile ~ auth/Makefile
~ auth-core/Makefile ~ auth-more/Makefile
~ auth-slice-password/Makefile ~ cache/Makefile
~ core/Makefile ~ datamapper/Makefile
~ exceptions/Makefile ~ gen/Makefile
~ haml/Makefile ~ helpers/Makefile
~ mailer/Makefile ~ merb/Makefile
~ more/Makefile ~ param-protection/Makefile
~ slices/Makefile
> REVISION bump all ruby ports due to a change in the pkgspec.
> Previously, we were using ruby->=1.8,<=1.9, instead of
> ruby->=1.8,<1.9. While this wouldn't cause an issue, since
> our ruby-1.9.2 package isn't included in ruby->=1.8,<=1.9,
> it's still wrong and should be fixed. This also fixes the
> following minor issues:
> Switch from using FLAVOR to MODRUBY_FLAVOR for *_DEPENDS.
> Currently we don't have a ruby port that uses FLAVORs that
> would differ from MODRUBY_FLAVOR, but it's possible we will
> in the future.
> Switch from BASE_PKGPATH to BUILD_PKGPATH in a few cases in
> REGRESS_DEPENDS. This probably is not strictly necessary, but
> BUILD_PKGPATH is used in more cases, so it is good for
> consistency.
> Switch to new style *_DEPENDS, with the version specification
> at the end. The remaining cases where this is not done is
> because a specific version is used.
> Some FULLPKGNAME added to REGRESS_DEPENDS, to make sure that if
> the old version is installed when you run a regress test, it
> will install the new version first.
> Some conversion of spaces to tabs for consistency.
> OK landry@ (jeremy@)
ruby-mongrel
~ Makefile
> REVISION bump all ruby ports due to a change in the pkgspec.
> Previously, we were using ruby->=1.8,<=1.9, instead of
> ruby->=1.8,<1.9. While this wouldn't cause an issue, since
> our ruby-1.9.2 package isn't included in ruby->=1.8,<=1.9,
> it's still wrong and should be fixed. This also fixes the
> following minor issues:
> Switch from using FLAVOR to MODRUBY_FLAVOR for *_DEPENDS.
> Currently we don't have a ruby port that uses FLAVORs that
> would differ from MODRUBY_FLAVOR, but it's possible we will
> in the future.
> Switch from BASE_PKGPATH to BUILD_PKGPATH in a few cases in
> REGRESS_DEPENDS. This probably is not strictly necessary, but
> BUILD_PKGPATH is used in more cases, so it is good for
> consistency.
> Switch to new style *_DEPENDS, with the version specification
> at the end. The remaining cases where this is not done is
> because a specific version is used.
> Some FULLPKGNAME added to REGRESS_DEPENDS, to make sure that if
> the old version is installed when you run a regress test, it
> will install the new version first.
> Some conversion of spaces to tabs for consistency.
> OK landry@ (jeremy@)
ruby-passenger
~ Makefile
> REVISION bump all ruby ports due to a change in the pkgspec.
> Previously, we were using ruby->=1.8,<=1.9, instead of
> ruby->=1.8,<1.9. While this wouldn't cause an issue, since
> our ruby-1.9.2 package isn't included in ruby->=1.8,<=1.9,
> it's still wrong and should be fixed. This also fixes the
> following minor issues:
> Switch from using FLAVOR to MODRUBY_FLAVOR for *_DEPENDS.
> Currently we don't have a ruby port that uses FLAVORs that
> would differ from MODRUBY_FLAVOR, but it's possible we will
> in the future.
> Switch from BASE_PKGPATH to BUILD_PKGPATH in a few cases in
> REGRESS_DEPENDS. This probably is not strictly necessary, but
> BUILD_PKGPATH is used in more cases, so it is good for
> consistency.
> Switch to new style *_DEPENDS, with the version specification
> at the end. The remaining cases where this is not done is
> because a specific version is used.
> Some FULLPKGNAME added to REGRESS_DEPENDS, to make sure that if
> the old version is installed when you run a regress test, it
> will install the new version first.
> Some conversion of spaces to tabs for consistency.
> OK landry@ (jeremy@)
ruby-rack
~ Makefile
> REVISION bump all ruby ports due to a change in the pkgspec.
> Previously, we were using ruby->=1.8,<=1.9, instead of
> ruby->=1.8,<1.9. While this wouldn't cause an issue, since
> our ruby-1.9.2 package isn't included in ruby->=1.8,<=1.9,
> it's still wrong and should be fixed. This also fixes the
> following minor issues:
> Switch from using FLAVOR to MODRUBY_FLAVOR for *_DEPENDS.
> Currently we don't have a ruby port that uses FLAVORs that
> would differ from MODRUBY_FLAVOR, but it's possible we will
> in the future.
> Switch from BASE_PKGPATH to BUILD_PKGPATH in a few cases in
> REGRESS_DEPENDS. This probably is not strictly necessary, but
> BUILD_PKGPATH is used in more cases, so it is good for
> consistency.
> Switch to new style *_DEPENDS, with the version specification
> at the end. The remaining cases where this is not done is
> because a specific version is used.
> Some FULLPKGNAME added to REGRESS_DEPENDS, to make sure that if
> the old version is installed when you run a regress test, it
> will install the new version first.
> Some conversion of spaces to tabs for consistency.
> OK landry@ (jeremy@)
ruby-rails
~ Makefile
> REVISION bump all ruby ports due to a change in the pkgspec.
> Previously, we were using ruby->=1.8,<=1.9, instead of
> ruby->=1.8,<1.9. While this wouldn't cause an issue, since
> our ruby-1.9.2 package isn't included in ruby->=1.8,<=1.9,
> it's still wrong and should be fixed. This also fixes the
> following minor issues:
> Switch from using FLAVOR to MODRUBY_FLAVOR for *_DEPENDS.
> Currently we don't have a ruby port that uses FLAVORs that
> would differ from MODRUBY_FLAVOR, but it's possible we will
> in the future.
> Switch from BASE_PKGPATH to BUILD_PKGPATH in a few cases in
> REGRESS_DEPENDS. This probably is not strictly necessary, but
> BUILD_PKGPATH is used in more cases, so it is good for
> consistency.
> Switch to new style *_DEPENDS, with the version specification
> at the end. The remaining cases where this is not done is
> because a specific version is used.
> Some FULLPKGNAME added to REGRESS_DEPENDS, to make sure that if
> the old version is installed when you run a regress test, it
> will install the new version first.
> Some conversion of spaces to tabs for consistency.
> OK landry@ (jeremy@)
ruby-rest-client
~ Makefile
> REVISION bump all ruby ports due to a change in the pkgspec.
> Previously, we were using ruby->=1.8,<=1.9, instead of
> ruby->=1.8,<1.9. While this wouldn't cause an issue, since
> our ruby-1.9.2 package isn't included in ruby->=1.8,<=1.9,
> it's still wrong and should be fixed. This also fixes the
> following minor issues:
> Switch from using FLAVOR to MODRUBY_FLAVOR for *_DEPENDS.
> Currently we don't have a ruby port that uses FLAVORs that
> would differ from MODRUBY_FLAVOR, but it's possible we will
> in the future.
> Switch from BASE_PKGPATH to BUILD_PKGPATH in a few cases in
> REGRESS_DEPENDS. This probably is not strictly necessary, but
> BUILD_PKGPATH is used in more cases, so it is good for
> consistency.
> Switch to new style *_DEPENDS, with the version specification
> at the end. The remaining cases where this is not done is
> because a specific version is used.
> Some FULLPKGNAME added to REGRESS_DEPENDS, to make sure that if
> the old version is installed when you run a regress test, it
> will install the new version first.
> Some conversion of spaces to tabs for consistency.
> OK landry@ (jeremy@)
ruby-sinatra
~ Makefile
> REVISION bump all ruby ports due to a change in the pkgspec.
> Previously, we were using ruby->=1.8,<=1.9, instead of
> ruby->=1.8,<1.9. While this wouldn't cause an issue, since
> our ruby-1.9.2 package isn't included in ruby->=1.8,<=1.9,
> it's still wrong and should be fixed. This also fixes the
> following minor issues:
> Switch from using FLAVOR to MODRUBY_FLAVOR for *_DEPENDS.
> Currently we don't have a ruby port that uses FLAVORs that
> would differ from MODRUBY_FLAVOR, but it's possible we will
> in the future.
> Switch from BASE_PKGPATH to BUILD_PKGPATH in a few cases in
> REGRESS_DEPENDS. This probably is not strictly necessary, but
> BUILD_PKGPATH is used in more cases, so it is good for
> consistency.
> Switch to new style *_DEPENDS, with the version specification
> at the end. The remaining cases where this is not done is
> because a specific version is used.
> Some FULLPKGNAME added to REGRESS_DEPENDS, to make sure that if
> the old version is installed when you run a regress test, it
> will install the new version first.
> Some conversion of spaces to tabs for consistency.
> OK landry@ (jeremy@)
ruby-thin
~ Makefile
> REVISION bump all ruby ports due to a change in the pkgspec.
> Previously, we were using ruby->=1.8,<=1.9, instead of
> ruby->=1.8,<1.9. While this wouldn't cause an issue, since
> our ruby-1.9.2 package isn't included in ruby->=1.8,<=1.9,
> it's still wrong and should be fixed. This also fixes the
> following minor issues:
> Switch from using FLAVOR to MODRUBY_FLAVOR for *_DEPENDS.
> Currently we don't have a ruby port that uses FLAVORs that
> would differ from MODRUBY_FLAVOR, but it's possible we will
> in the future.
> Switch from BASE_PKGPATH to BUILD_PKGPATH in a few cases in
> REGRESS_DEPENDS. This probably is not strictly necessary, but
> BUILD_PKGPATH is used in more cases, so it is good for
> consistency.
> Switch to new style *_DEPENDS, with the version specification
> at the end. The remaining cases where this is not done is
> because a specific version is used.
> Some FULLPKGNAME added to REGRESS_DEPENDS, to make sure that if
> the old version is installed when you run a regress test, it
> will install the new version first.
> Some conversion of spaces to tabs for consistency.
> OK landry@ (jeremy@)
ruby-thin_http
~ Makefile
> REVISION bump all ruby ports due to a change in the pkgspec.
> Previously, we were using ruby->=1.8,<=1.9, instead of
> ruby->=1.8,<1.9. While this wouldn't cause an issue, since
> our ruby-1.9.2 package isn't included in ruby->=1.8,<=1.9,
> it's still wrong and should be fixed. This also fixes the
> following minor issues:
> Switch from using FLAVOR to MODRUBY_FLAVOR for *_DEPENDS.
> Currently we don't have a ruby port that uses FLAVORs that
> would differ from MODRUBY_FLAVOR, but it's possible we will
> in the future.
> Switch from BASE_PKGPATH to BUILD_PKGPATH in a few cases in
> REGRESS_DEPENDS. This probably is not strictly necessary, but
> BUILD_PKGPATH is used in more cases, so it is good for
> consistency.
> Switch to new style *_DEPENDS, with the version specification
> at the end. The remaining cases where this is not done is
> because a specific version is used.
> Some FULLPKGNAME added to REGRESS_DEPENDS, to make sure that if
> the old version is installed when you run a regress test, it
> will install the new version first.
> Some conversion of spaces to tabs for consistency.
> OK landry@ (jeremy@)
ruby-typo
~ Makefile
> REVISION bump all ruby ports due to a change in the pkgspec.
> Previously, we were using ruby->=1.8,<=1.9, instead of
> ruby->=1.8,<1.9. While this wouldn't cause an issue, since
> our ruby-1.9.2 package isn't included in ruby->=1.8,<=1.9,
> it's still wrong and should be fixed. This also fixes the
> following minor issues:
> Switch from using FLAVOR to MODRUBY_FLAVOR for *_DEPENDS.
> Currently we don't have a ruby port that uses FLAVORs that
> would differ from MODRUBY_FLAVOR, but it's possible we will
> in the future.
> Switch from BASE_PKGPATH to BUILD_PKGPATH in a few cases in
> REGRESS_DEPENDS. This probably is not strictly necessary, but
> BUILD_PKGPATH is used in more cases, so it is good for
> consistency.
> Switch to new style *_DEPENDS, with the version specification
> at the end. The remaining cases where this is not done is
> because a specific version is used.
> Some FULLPKGNAME added to REGRESS_DEPENDS, to make sure that if
> the old version is installed when you run a regress test, it
> will install the new version first.
> Some conversion of spaces to tabs for consistency.
> OK landry@ (jeremy@)
sogo
+ Makefile + distinfo
+ patches/patch-OGoContentStore_GNUmakefile_preamble
+ patches/patch-SoObjects_common_make
+ patches/patch-Tools_GNUmakefile_preamble
+ patches/patch-UI_common_make
+ patches/patch-SoObjects_SOGo_GNUmakefile_preamble
+ patches/patch-Main_GNUmakefile_preamble
+ patches/patch-SOPE_NGCards_GNUmakefile_preamble
+ patches/patch-SOPE_NGCards_GNUmakefile_postamble
+ patches/patch-SoObjects_SOGo_GNUmakefile
+ pkg/README + pkg/sogod.rc
+ pkg/PLIST + pkg/DESCR
> New import:
> Import SOGo: web based groupware server
sope
~ Makefile ~ distinfo
~ pkg/PLIST-main
> Update sope to 1.3.4
> OK sthen@, landry@ (sebastia@)
== x11 =============================================================== 19/19 ==
http://www.openbsd.org/cgi-bin/cvsweb/ports/x11
x11
~ Makefile
> sync (jasper@)
gnustep
~ make/Makefile
~ make/patches/patch-Instance_framework_make
> Do the same thing for frameworks, as we do for libraries to set the
> .so.MAJOR.MINOR correctly, use the INSTANCE_VERSION variable instead of
> VERSION
> OK landry@ (sebastia@)
~ gnustep.port.mk
> Require the updated gnustep-make as BUILD_DEPENDS for the gnustep ports.
> OK landry@ (sebastia@)
~ projectcenter/Makefile
> Fix building of projectcenter. Make use of updated gnustep-make.
> OK, landry@ (sebastia@)
~ gspdf/Makefile ~ gspdf/distinfo
> Update to gspdf 0.4. Fixes some nasty random crasher on startup, and adds
> some smaller improvements.
> OK landry@ (sebastia@)
kde
~ bindings3/Makefile ~ office3/Makefile
> REVISION bump all ruby ports due to a change in the pkgspec.
> Previously, we were using ruby->=1.8,<=1.9, instead of
> ruby->=1.8,<1.9. While this wouldn't cause an issue, since
> our ruby-1.9.2 package isn't included in ruby->=1.8,<=1.9,
> it's still wrong and should be fixed. This also fixes the
> following minor issues:
> Switch from using FLAVOR to MODRUBY_FLAVOR for *_DEPENDS.
> Currently we don't have a ruby port that uses FLAVORs that
> would differ from MODRUBY_FLAVOR, but it's possible we will
> in the future.
> Switch from BASE_PKGPATH to BUILD_PKGPATH in a few cases in
> REGRESS_DEPENDS. This probably is not strictly necessary, but
> BUILD_PKGPATH is used in more cases, so it is good for
> consistency.
> Switch to new style *_DEPENDS, with the version specification
> at the end. The remaining cases where this is not done is
> because a specific version is used.
> Some FULLPKGNAME added to REGRESS_DEPENDS, to make sure that if
> the old version is installed when you run a regress test, it
> will install the new version first.
> Some conversion of spaces to tabs for consistency.
> OK landry@ (jeremy@)
nitrogen
+ distinfo + Makefile
+ pkg/PLIST + pkg/DESCR
+ patches/patch-src_Thumbview_cc
+ patches/patch-data_icon-theme-installer
> New import:
> import nitrogen 1.5.1
~ Makefile
> - zap double dependency. spotted by aja@ (jasper@)
ruby-dbus
~ Makefile
> REVISION bump all ruby ports due to a change in the pkgspec.
> Previously, we were using ruby->=1.8,<=1.9, instead of
> ruby->=1.8,<1.9. While this wouldn't cause an issue, since
> our ruby-1.9.2 package isn't included in ruby->=1.8,<=1.9,
> it's still wrong and should be fixed. This also fixes the
> following minor issues:
> Switch from using FLAVOR to MODRUBY_FLAVOR for *_DEPENDS.
> Currently we don't have a ruby port that uses FLAVORs that
> would differ from MODRUBY_FLAVOR, but it's possible we will
> in the future.
> Switch from BASE_PKGPATH to BUILD_PKGPATH in a few cases in
> REGRESS_DEPENDS. This probably is not strictly necessary, but
> BUILD_PKGPATH is used in more cases, so it is good for
> consistency.
> Switch to new style *_DEPENDS, with the version specification
> at the end. The remaining cases where this is not done is
> because a specific version is used.
> Some FULLPKGNAME added to REGRESS_DEPENDS, to make sure that if
> the old version is installed when you run a regress test, it
> will install the new version first.
> Some conversion of spaces to tabs for consistency.
> OK landry@ (jeremy@)
===============================================================================
More information about the odc
mailing list