diff --git a/audio/ruby-id3lib/Makefile b/audio/ruby-id3lib/Makefile index c3bfb8dbaa6..68132ccd540 100644 --- a/audio/ruby-id3lib/Makefile +++ b/audio/ruby-id3lib/Makefile @@ -1,11 +1,11 @@ -# $OpenBSD: Makefile,v 1.25 2016/09/13 11:44:07 naddy Exp $ +# $OpenBSD: Makefile,v 1.26 2016/11/04 21:26:37 jeremy Exp $ COMMENT= Ruby interface to the id3lib C++ library VERSION= 0.6.0 DISTNAME= id3lib-ruby-${VERSION} PKGNAME= id3lib-${VERSION} -REVISION = 6 +REVISION = 7 CATEGORIES= audio # Ruby License diff --git a/audio/ruby-taglib/Makefile b/audio/ruby-taglib/Makefile index 9efc2f5123f..67b3f6bafb2 100644 --- a/audio/ruby-taglib/Makefile +++ b/audio/ruby-taglib/Makefile @@ -1,10 +1,11 @@ -# $OpenBSD: Makefile,v 1.3 2015/12/29 08:28:32 jasper Exp $ +# $OpenBSD: Makefile,v 1.4 2016/11/04 21:26:37 jeremy Exp $ COMMENT = reads and writes metadata/tags for many audio formats VERSION = 0.7.1 DISTNAME = taglib-ruby-${VERSION} PKGNAME = taglib-${VERSION} +REVISION = 0 CATEGORIES = audio HOMEPAGE = http://robinst.github.io/taglib-ruby/ diff --git a/audio/ruby-vorbis_comment/Makefile b/audio/ruby-vorbis_comment/Makefile index 23599274cb0..5c11890e5b7 100644 --- a/audio/ruby-vorbis_comment/Makefile +++ b/audio/ruby-vorbis_comment/Makefile @@ -1,9 +1,9 @@ -# $OpenBSD: Makefile,v 1.13 2014/01/15 02:13:57 jeremy Exp $ +# $OpenBSD: Makefile,v 1.14 2016/11/04 21:26:37 jeremy Exp $ COMMENT = ruby library for reading/writing vorbis comments DISTNAME = vorbis_comment-1.0.2 -REVISION = 2 +REVISION = 3 CATEGORIES = audio HOMEPAGE= http://vorbiscomment.rubyforge.org/ diff --git a/databases/ruby-do_mysql/Makefile b/databases/ruby-do_mysql/Makefile index 95bb33cc9f7..74ad473ef1c 100644 --- a/databases/ruby-do_mysql/Makefile +++ b/databases/ruby-do_mysql/Makefile @@ -1,9 +1,10 @@ -# $OpenBSD: Makefile,v 1.23 2016/05/06 15:21:22 jeremy Exp $ +# $OpenBSD: Makefile,v 1.24 2016/11/04 21:26:37 jeremy Exp $ COMMENT= ruby-data_objects driver for MySQL V= 0.10.17 DISTNAME= do_mysql-${V} +REVISION = 0 CATEGORIES= databases # MIT diff --git a/databases/ruby-do_postgres/Makefile b/databases/ruby-do_postgres/Makefile index 022096db29e..f422d29e3e1 100644 --- a/databases/ruby-do_postgres/Makefile +++ b/databases/ruby-do_postgres/Makefile @@ -1,9 +1,10 @@ -# $OpenBSD: Makefile,v 1.21 2016/05/06 15:21:22 jeremy Exp $ +# $OpenBSD: Makefile,v 1.22 2016/11/04 21:26:37 jeremy Exp $ COMMENT= DataObjects driver for PostgreSQL V= 0.10.17 DISTNAME= do_postgres-${V} +REVISION = 0 CATEGORIES= databases # MIT diff --git a/databases/ruby-do_sqlite3/Makefile b/databases/ruby-do_sqlite3/Makefile index e8bc62ada9d..609b5b6969c 100644 --- a/databases/ruby-do_sqlite3/Makefile +++ b/databases/ruby-do_sqlite3/Makefile @@ -1,9 +1,9 @@ -# $OpenBSD: Makefile,v 1.29 2016/09/23 09:16:53 sthen Exp $ +# $OpenBSD: Makefile,v 1.30 2016/11/04 21:26:37 jeremy Exp $ COMMENT = DataObjects driver for SQLite3 VERSION = 0.10.17 -REVISION = 0 +REVISION = 1 DISTNAME = do_sqlite3-${VERSION} CATEGORIES = databases diff --git a/databases/ruby-mysql/Makefile b/databases/ruby-mysql/Makefile index 7ea38af2d8c..cd94e87ad10 100644 --- a/databases/ruby-mysql/Makefile +++ b/databases/ruby-mysql/Makefile @@ -1,9 +1,9 @@ -# $OpenBSD: Makefile,v 1.34 2015/08/25 12:57:33 sthen Exp $ +# $OpenBSD: Makefile,v 1.35 2016/11/04 21:26:37 jeremy Exp $ COMMENT= access a MySQL database from Ruby DISTNAME= mysql-2.9.1 -REVISION= 0 +REVISION= 1 CATEGORIES= databases HOMEPAGE= http://tmtm.org/mysql/ruby/ diff --git a/databases/ruby-pg/Makefile b/databases/ruby-pg/Makefile index 209fdd1dab3..fc861226d90 100644 --- a/databases/ruby-pg/Makefile +++ b/databases/ruby-pg/Makefile @@ -1,8 +1,9 @@ -# $OpenBSD: Makefile,v 1.32 2016/09/25 15:23:32 jeremy Exp $ +# $OpenBSD: Makefile,v 1.33 2016/11/04 21:26:37 jeremy Exp $ COMMENT = PostgreSQL database interface for ruby DISTNAME = pg-0.19.0 +REVISION = 0 CATEGORIES = databases MAINTAINER = Jeremy Evans diff --git a/databases/ruby-sequel_pg/Makefile b/databases/ruby-sequel_pg/Makefile index 249fb285482..8caf3723d96 100644 --- a/databases/ruby-sequel_pg/Makefile +++ b/databases/ruby-sequel_pg/Makefile @@ -1,8 +1,9 @@ -# $OpenBSD: Makefile,v 1.34 2016/04/29 22:13:13 jeremy Exp $ +# $OpenBSD: Makefile,v 1.35 2016/11/04 21:26:37 jeremy Exp $ COMMENT = faster SELECTs when using ruby-sequel with ruby-pg DISTNAME = sequel_pg-1.6.17 +REVISION = 0 CATEGORIES = databases MAINTAINER = Jeremy Evans diff --git a/databases/ruby-swift-db-mysql/Makefile b/databases/ruby-swift-db-mysql/Makefile index c050f6b4a01..7217325ef71 100644 --- a/databases/ruby-swift-db-mysql/Makefile +++ b/databases/ruby-swift-db-mysql/Makefile @@ -1,9 +1,9 @@ -# $OpenBSD: Makefile,v 1.9 2016/09/23 09:16:53 sthen Exp $ +# $OpenBSD: Makefile,v 1.10 2016/11/04 21:26:37 jeremy Exp $ COMMENT = mysql driver for swift DISTNAME = swift-db-mysql-0.3.2 -REVISION = 0 +REVISION = 1 CATEGORIES = databases MAINTAINER = Jeremy Evans diff --git a/databases/ruby-swift-db-postgres/Makefile b/databases/ruby-swift-db-postgres/Makefile index 6bc0047fce7..b0e8a4bcb32 100644 --- a/databases/ruby-swift-db-postgres/Makefile +++ b/databases/ruby-swift-db-postgres/Makefile @@ -1,8 +1,9 @@ -# $OpenBSD: Makefile,v 1.6 2015/07/25 23:01:18 jeremy Exp $ +# $OpenBSD: Makefile,v 1.7 2016/11/04 21:26:37 jeremy Exp $ COMMENT = postgresql driver for swift DISTNAME = swift-db-postgres-0.3.1 +REVISION = 0 CATEGORIES = databases MAINTAINER = Jeremy Evans diff --git a/databases/ruby-swift-db-sqlite3/Makefile b/databases/ruby-swift-db-sqlite3/Makefile index 633973a03cf..4e0cfb686a9 100644 --- a/databases/ruby-swift-db-sqlite3/Makefile +++ b/databases/ruby-swift-db-sqlite3/Makefile @@ -1,9 +1,9 @@ -# $OpenBSD: Makefile,v 1.7 2016/09/23 09:16:53 sthen Exp $ +# $OpenBSD: Makefile,v 1.8 2016/11/04 21:26:37 jeremy Exp $ COMMENT = sqlite3 driver for swift DISTNAME = swift-db-sqlite3-0.1.5 -REVISION = 0 +REVISION = 1 CATEGORIES = databases MAINTAINER = Jeremy Evans diff --git a/devel/ruby-atomic/Makefile b/devel/ruby-atomic/Makefile index b72c0b97034..1f48aeb43a1 100644 --- a/devel/ruby-atomic/Makefile +++ b/devel/ruby-atomic/Makefile @@ -1,8 +1,9 @@ -# $OpenBSD: Makefile,v 1.2 2015/07/26 03:31:04 jeremy Exp $ +# $OpenBSD: Makefile,v 1.3 2016/11/04 21:26:37 jeremy Exp $ COMMENT = atomic reference implementation for Ruby DISTNAME = atomic-1.1.99 +REVISION = 0 CATEGORIES = devel HOMEPAGE = http://github.com/headius/ruby-atomic diff --git a/devel/ruby-kgio/Makefile b/devel/ruby-kgio/Makefile index c63ce60b3c2..bc27b739e0b 100644 --- a/devel/ruby-kgio/Makefile +++ b/devel/ruby-kgio/Makefile @@ -1,8 +1,9 @@ -# $OpenBSD: Makefile,v 1.18 2016/01/03 16:41:11 jeremy Exp $ +# $OpenBSD: Makefile,v 1.19 2016/11/04 21:26:38 jeremy Exp $ COMMENT = kinder, gentler I/O for Ruby DISTNAME = kgio-2.10.0 +REVISION = 0 CATEGORIES = devel MAINTAINER = Jeremy Evans diff --git a/devel/ruby-ncurses/Makefile b/devel/ruby-ncurses/Makefile index c10236cddab..bf32485086b 100644 --- a/devel/ruby-ncurses/Makefile +++ b/devel/ruby-ncurses/Makefile @@ -1,10 +1,11 @@ -# $OpenBSD: Makefile,v 1.41 2015/07/26 03:39:53 jeremy Exp $ +# $OpenBSD: Makefile,v 1.42 2016/11/04 21:26:38 jeremy Exp $ COMMENT= Ruby interface to ncurses VERSION= 1.2.4 DISTNAME= ncurses-ruby-${VERSION} PKGNAME= ncurses-${VERSION} +REVISION = 0 CATEGORIES= devel HOMEPAGE= https://github.com/eclubb/ncurses-ruby diff --git a/devel/ruby-racc/Makefile b/devel/ruby-racc/Makefile index 924a4cd5690..08da0f5f898 100644 --- a/devel/ruby-racc/Makefile +++ b/devel/ruby-racc/Makefile @@ -1,8 +1,9 @@ -# $OpenBSD: Makefile,v 1.2 2015/12/19 19:14:20 jasper Exp $ +# $OpenBSD: Makefile,v 1.3 2016/11/04 21:26:38 jeremy Exp $ COMMENT = LALR(1) parser generator for ruby DISTNAME = racc-1.4.14 +REVISION = 0 CATEGORIES = devel HOMEPAGE = https://github.com/tenderlove/racc diff --git a/devel/ruby-subset_sum/Makefile b/devel/ruby-subset_sum/Makefile index 5c9d4178c00..256c704f1ef 100644 --- a/devel/ruby-subset_sum/Makefile +++ b/devel/ruby-subset_sum/Makefile @@ -1,9 +1,9 @@ -# $OpenBSD: Makefile,v 1.10 2014/01/15 02:13:58 jeremy Exp $ +# $OpenBSD: Makefile,v 1.11 2016/11/04 21:26:38 jeremy Exp $ COMMENT = simple subset sum problem solver for ruby DISTNAME = subset_sum-1.0.1 -REVISION = 6 +REVISION = 7 CATEGORIES = devel HOMEPAGE= http://subset-sum.rubyforge.org/ diff --git a/devel/ruby-therubyracer/Makefile b/devel/ruby-therubyracer/Makefile index 24d0673936f..99500891a8f 100644 --- a/devel/ruby-therubyracer/Makefile +++ b/devel/ruby-therubyracer/Makefile @@ -1,9 +1,9 @@ -# $OpenBSD: Makefile,v 1.6 2014/10/17 17:03:27 jasper Exp $ +# $OpenBSD: Makefile,v 1.7 2016/11/04 21:26:38 jeremy Exp $ COMMENT = embeds the V8 javascript interpreter into ruby DISTNAME = therubyracer-0.11.0 -REVISION = 2 +REVISION = 3 CATEGORIES = devel HOMEPAGE= https://github.com/cowboyd/therubyracer diff --git a/net/ruby-msgpack/Makefile b/net/ruby-msgpack/Makefile index 8a7c4119cb7..c90182d09bc 100644 --- a/net/ruby-msgpack/Makefile +++ b/net/ruby-msgpack/Makefile @@ -1,8 +1,9 @@ -# $OpenBSD: Makefile,v 1.19 2016/11/03 16:20:22 jeremy Exp $ +# $OpenBSD: Makefile,v 1.20 2016/11/04 21:26:38 jeremy Exp $ COMMENT = binary-based efficient object serialization library DISTNAME = msgpack-1.0.2 +REVISION = 0 CATEGORIES = net devel HOMEPAGE = http://msgpack.org/ diff --git a/sysutils/ruby-augeas/Makefile b/sysutils/ruby-augeas/Makefile index 9f408b9972f..2506b0d0f45 100644 --- a/sysutils/ruby-augeas/Makefile +++ b/sysutils/ruby-augeas/Makefile @@ -1,10 +1,10 @@ -# $OpenBSD: Makefile,v 1.12 2016/09/06 09:04:48 jasper Exp $ +# $OpenBSD: Makefile,v 1.13 2016/11/04 21:26:38 jeremy Exp $ COMMENT= provider bindings for Augeas DISTNAME= ruby-augeas-0.5.0 PKGNAME= ${DISTNAME:S/ruby-//} -REVISION= 3 +REVISION= 4 CATEGORIES= sysutils HOMEPAGE= http://augeas.net/ diff --git a/sysutils/ruby-posix-spawn/Makefile b/sysutils/ruby-posix-spawn/Makefile index 2a9b6e71c6a..14cc567d207 100644 --- a/sysutils/ruby-posix-spawn/Makefile +++ b/sysutils/ruby-posix-spawn/Makefile @@ -1,8 +1,9 @@ -# $OpenBSD: Makefile,v 1.8 2015/06/23 07:45:32 jasper Exp $ +# $OpenBSD: Makefile,v 1.9 2016/11/04 21:26:38 jeremy Exp $ COMMENT= fast process spawning DISTNAME= posix-spawn-0.3.11 +REVISION = 0 CATEGORIES= sysutils diff --git a/sysutils/ruby-shadow/Makefile b/sysutils/ruby-shadow/Makefile index b996a408d6c..c6e49f9a270 100644 --- a/sysutils/ruby-shadow/Makefile +++ b/sysutils/ruby-shadow/Makefile @@ -1,10 +1,10 @@ -# $OpenBSD: Makefile,v 1.13 2016/09/06 09:04:48 jasper Exp $ +# $OpenBSD: Makefile,v 1.14 2016/11/04 21:26:38 jeremy Exp $ COMMENT = module to access shadow passwords DISTNAME = ruby-shadow-2.5.0 PKGNAME = ${DISTNAME:S/ruby-//} -REVISION = 0 +REVISION = 1 CATEGORIES = sysutils MAINTAINER = Jasper Lievisse Adriaanse diff --git a/textproc/ruby-fast-stemmer/Makefile b/textproc/ruby-fast-stemmer/Makefile index dbbd9e6a3b1..664be922e10 100644 --- a/textproc/ruby-fast-stemmer/Makefile +++ b/textproc/ruby-fast-stemmer/Makefile @@ -1,8 +1,9 @@ -# $OpenBSD: Makefile,v 1.11 2015/06/25 18:50:10 jasper Exp $ +# $OpenBSD: Makefile,v 1.12 2016/11/04 21:26:38 jeremy Exp $ COMMENT= fast Porter stemmer for ruby DISTNAME= fast-stemmer-1.0.2 +REVISION = 0 CATEGORIES= textproc HOMEPAGE= https://github.com/romanbsd/fast-stemmer diff --git a/textproc/ruby-fast_xs/Makefile b/textproc/ruby-fast_xs/Makefile index 147e52a637b..4e0108baa0e 100644 --- a/textproc/ruby-fast_xs/Makefile +++ b/textproc/ruby-fast_xs/Makefile @@ -1,8 +1,9 @@ -# $OpenBSD: Makefile,v 1.1.1.1 2014/05/28 22:00:15 jeremy Exp $ +# $OpenBSD: Makefile,v 1.2 2016/11/04 21:26:38 jeremy Exp $ COMMENT = provides fast methods for escaping text DISTNAME = fast_xs-0.8.0 +REVISION = 0 CATEGORIES = textproc HOMEPAGE = https://github.com/brianmario/fast_xs diff --git a/textproc/ruby-hpricot/Makefile b/textproc/ruby-hpricot/Makefile index a379b883617..e2d57592854 100644 --- a/textproc/ruby-hpricot/Makefile +++ b/textproc/ruby-hpricot/Makefile @@ -1,8 +1,9 @@ -# $OpenBSD: Makefile,v 1.22 2015/07/19 02:10:31 jeremy Exp $ +# $OpenBSD: Makefile,v 1.23 2016/11/04 21:26:38 jeremy Exp $ COMMENT= flexible HTML parser DISTNAME= hpricot-0.8.6 +REVISION = 0 CATEGORIES= textproc HOMEPAGE= http://code.whytheluckystiff.net/hpricot/ diff --git a/www/ruby-capybara-webkit/Makefile b/www/ruby-capybara-webkit/Makefile index 412ca8dae11..fc731f0240e 100644 --- a/www/ruby-capybara-webkit/Makefile +++ b/www/ruby-capybara-webkit/Makefile @@ -1,8 +1,9 @@ -# $OpenBSD: Makefile,v 1.12 2016/09/23 15:25:23 jeremy Exp $ +# $OpenBSD: Makefile,v 1.13 2016/11/04 21:26:38 jeremy Exp $ COMMENT = capybara driver that uses WebKit DISTNAME = capybara-webkit-1.11.1 +REVISION = 0 CATEGORIES = www HOMEPAGE= https://github.com/thoughtbot/capybara-webkit diff --git a/www/ruby-fcgi/Makefile b/www/ruby-fcgi/Makefile index 702908b945b..7d0ab6da742 100644 --- a/www/ruby-fcgi/Makefile +++ b/www/ruby-fcgi/Makefile @@ -1,8 +1,9 @@ -# $OpenBSD: Makefile,v 1.20 2015/07/26 03:51:51 jeremy Exp $ +# $OpenBSD: Makefile,v 1.21 2016/11/04 21:26:38 jeremy Exp $ COMMENT= ruby FastCGI library DISTNAME= fcgi-0.9.2.1 +REVISION = 0 CATEGORIES= www # ruby license