Switch the default ruby version from ruby 2.1 to 2.2, and bump affected

ports.

OK jcs@ ajacoutot@
This commit is contained in:
jeremy 2015-07-16 17:27:08 +00:00
parent ed104c1750
commit 4ad0a6112f
19 changed files with 42 additions and 31 deletions

View File

@ -1,10 +1,11 @@
# $OpenBSD: Makefile,v 1.2 2015/01/16 00:35:14 jca Exp $
# $OpenBSD: Makefile,v 1.3 2015/07/16 17:27:08 jeremy Exp $
VERSION = 0.9
COMMENT = interactive shell for git
DISTNAME = gitsh-${VERSION}
REVISION = 0
CATEGORIES = devel

View File

@ -1,8 +1,9 @@
# $OpenBSD: Makefile,v 1.4 2015/05/09 15:08:24 ajacoutot Exp $
# $OpenBSD: Makefile,v 1.5 2015/07/16 17:27:08 jeremy Exp $
COMMENT = state machine compiler
DISTNAME = ragel-6.9
REVISION = 0
CATEGORIES = devel
HOMEPAGE = http://www.colm.net/open-source/ragel/

View File

@ -1,10 +1,10 @@
# $OpenBSD: Makefile,v 1.58 2014/01/20 19:14:50 fgsch Exp $
# $OpenBSD: Makefile,v 1.59 2015/07/16 17:27:08 jeremy Exp $
COMMENT = simplified wrapper and interface generator
SUBST_VARS = VERSION
VERSION = 2.0.11
REVISION = 0
REVISION = 1
DISTNAME = swig-${VERSION}
CATEGORIES = devel

View File

@ -1,4 +1,4 @@
# $OpenBSD: ruby.port.mk,v 1.79 2015/01/08 18:51:20 jeremy Exp $
# $OpenBSD: ruby.port.mk,v 1.80 2015/07/16 17:27:08 jeremy Exp $
# ruby module
@ -46,9 +46,9 @@ FULLPKGNAME?= ${MODRUBY_PKG_PREFIX}-${PKGNAME}
SUBST_VARS+= GEM_BIN_SUFFIX GEM_MAN_SUFFIX
FLAVOR?=
# Without a FLAVOR, assume the use of ruby 2.1.
# Without a FLAVOR, assume the use of ruby 2.2.
. if empty(FLAVOR)
FLAVOR = ruby21
FLAVOR = ruby22
. endif
# Check for conflicting FLAVORs and set MODRUBY_REV appropriately based
@ -75,8 +75,8 @@ PKG_ARGS+= -f ${PORTSDIR}/lang/ruby/ruby18.PLIST
.endif
# The default ruby version to use for non-gem/extconf ports. Defaults to ruby
# 2.1 for consistency with the default ruby21 FLAVOR for gem/extconf ports.
MODRUBY_REV?= 2.1
# 2.2 for consistency with the default ruby22 FLAVOR for gem/extconf ports.
MODRUBY_REV?= 2.2
# Because the rbx and jruby FLAVORs use same binary names but in
# different directories, GEM_MAN_SUFFIX is used for the man pages to avoid

View File

@ -1,11 +1,11 @@
# $OpenBSD: Makefile,v 1.9 2015/05/29 05:13:07 yasuoka Exp $
# $OpenBSD: Makefile,v 1.10 2015/07/16 17:27:08 jeremy Exp $
COMMENT= emacs-based mail client
DISTNAME= mew-6.6
CATEGORIES= mail
HOMEPAGE= http://www.mew.org/
REVISION= 1
REVISION= 2
MAINTAINER= YASUOKA Masahiko <yasuoka@yasuoka.net>

View File

@ -1,9 +1,9 @@
# $OpenBSD: Makefile,v 1.15 2014/10/02 12:50:42 jasper Exp $
# $OpenBSD: Makefile,v 1.16 2015/07/16 17:27:09 jeremy Exp $
COMMENT = text-based presentation program
DISTNAME = tpp-1.3.1
REVISION = 7
REVISION = 8
CATEGORIES = misc productivity

View File

@ -1,8 +1,9 @@
# $OpenBSD: Makefile,v 1.38 2015/07/02 08:30:24 ajacoutot Exp $
# $OpenBSD: Makefile,v 1.39 2015/07/16 17:27:09 jeremy Exp $
COMMENT= create, alter and inspect Matroska files
DISTNAME= mkvtoolnix-8.1.0
REVISION= 0
CATEGORIES= multimedia x11
MASTER_SITES= ${HOMEPAGE}/sources/
EXTRACT_SUFX= .tar.xz

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.89 2015/06/10 21:42:26 sthen Exp $
# $OpenBSD: Makefile,v 1.90 2015/07/16 17:27:09 jeremy Exp $
PORTROACH_COMMENT= rrdcached crashes at startup in 1.5.0 to at least 1.5.3
@ -17,6 +17,7 @@ PKGNAME-main= ${DISTNAME}
PKGNAME-update= rrdupdate-${VERSION}
PKGNAME-python= py-rrd-${VERSION}
PKGNAME-ruby= ruby-rrd-${VERSION}
REVISION-ruby= 0
SHARED_LIBS += rrd 4.0 # 6.1
SHARED_LIBS += rrd_th 4.0 # 6.1

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.17 2015/01/19 12:28:46 dcoppa Exp $
# $OpenBSD: Makefile,v 1.18 2015/07/16 17:27:09 jeremy Exp $
COMMENT-main= fast, light and extensible chat client
COMMENT-lua= Lua bindings for weechat
@ -15,6 +15,8 @@ PKGNAME-python= weechat-python-${V}
PKGNAME-ruby= weechat-ruby-${V}
PKGNAME-tcl= weechat-tcl-${V}
REVISION-ruby= 0
CATEGORIES= net
HOMEPAGE= http://www.weechat.org/

View File

@ -1,10 +1,10 @@
# $OpenBSD: Makefile,v 1.19 2014/09/27 17:06:25 jeremy Exp $
# $OpenBSD: Makefile,v 1.20 2015/07/16 17:27:09 jeremy Exp $
COMMENT= system monitoring framework written in Ruby
DISTNAME= god-0.7.22
FULLPKGNAME= ${DISTNAME}
REVISION= 0
REVISION= 1
CATEGORIES= sysutils
# MIT

View File

@ -1,9 +1,10 @@
# $OpenBSD: Makefile,v 1.30 2015/06/12 18:01:26 jasper Exp $
# $OpenBSD: Makefile,v 1.31 2015/07/16 17:27:09 jeremy Exp $
BROKEN-alpha= SIGABRT during make fake
COMMENT= framework for server orchestration/parallel job execution
DISTNAME= mcollective-2.8.2
REVISION= 0
CATEGORIES= sysutils

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.11 2015/06/05 06:00:22 robert Exp $
# $OpenBSD: Makefile,v 1.12 2015/07/16 17:27:09 jeremy Exp $
COMMENT-main= Redland librdf Perl Bindings
#COMMENT-lua= Redland librdf Lua Bindings
@ -16,6 +16,7 @@ PKGNAME-python= py-librdf-$V
PKGNAME-ruby= ruby-librdf-$V
REVISION-perl= 0
REVISION-php= 2
REVISION-ruby= 0
HOMEPAGE= http://librdf.org/bindings/

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.140 2015/05/28 10:17:25 pascal Exp $
# $OpenBSD: Makefile,v 1.141 2015/07/16 17:27:09 jeremy Exp $
PORTROACH = limit:^2\.4
@ -13,7 +13,7 @@ EPOCH = 1
CATEGORIES = www
DPB_PROPERTIES =parallel
EXTRACT_SUFX = .tar.xz
REVISION = 1
REVISION = 2
HOMEPAGE = http://webkitgtk.org/
MASTER_SITES = ${HOMEPAGE}/releases/

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.22 2015/07/10 14:05:12 ajacoutot Exp $
# $OpenBSD: Makefile,v 1.23 2015/07/16 17:27:09 jeremy Exp $
BROKEN-alpha = error: Compiler GCC >= 4.7 or Clang >= 3.3 is required for C compilation
BROKEN-hppa = error: Compiler GCC >= 4.7 or Clang >= 3.3 is required for C compilation
@ -12,6 +12,7 @@ COMMENT = GTK+ port of the WebKit rendering engine
V = 2.8.4
DISTNAME = webkitgtk-${V}
PKGNAME = webkitgtk4-${V}
REVISION = 0
EXTRACT_SUFX = .tar.xz
API = 4.0
SUBST_VARS = API

View File

@ -1,9 +1,10 @@
# $OpenBSD: Makefile,v 1.16 2015/05/03 14:16:46 jasper Exp $
# $OpenBSD: Makefile,v 1.17 2015/07/16 17:27:09 jeremy Exp $
COMMENT= code assistance services for GNOME
GNOME_PROJECT= gnome-code-assistance
GNOME_VERSION= 3.16.0
REVISION= 0
CATEGORIES= devel

View File

@ -1,8 +1,8 @@
# $OpenBSD: Makefile,v 1.13 2015/05/28 10:17:28 pascal Exp $
# $OpenBSD: Makefile,v 1.14 2015/07/16 17:27:09 jeremy Exp $
COMMENT = KDE bindings for Ruby
DISTNAME = korundum-${MODKDE4_VERSION}
REVISION = 1
REVISION = 2
WANTLIB = c m pthread ${MODRUBY_WANTLIB}
WANTLIB += lib/qt4/QtDBus lib/qt4/QtGui lib/qt4/QtNetwork lib/qt4/QtSvg

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.11 2015/05/28 10:17:29 pascal Exp $
# $OpenBSD: Makefile,v 1.12 2015/07/16 17:27:09 jeremy Exp $
COMMENT-main = KDE bindings for running interpreters
COMMENT-java = KDE Java bindings
@ -6,7 +6,7 @@ DISTNAME = kross-interpreters-${MODKDE4_VERSION}
PKGNAME-main = ${PKGNAME}
PKGNAME-java = ${PKGNAME:C/interpreters/java/}
REVISION-java = 0
REVISION-main = 0
REVISION-main = 1
MULTI_PACKAGES = -main -java

View File

@ -1,9 +1,9 @@
# $OpenBSD: Makefile,v 1.24 2015/06/26 09:18:39 ajacoutot Exp $
# $OpenBSD: Makefile,v 1.25 2015/07/16 17:27:09 jeremy Exp $
COMMENT = web development tools for KDE
DISTNAME = kdewebdev-${MODKDE4_VERSION}
PKGSPEC = kdewebdev-${MODKDE4_SPEC}
REVISION = 2
REVISION = 3
SHARED_LIBS = klinkstatuscommon 51.0
SHARED_LIBS += kommandercore 51.0

View File

@ -1,7 +1,8 @@
# $OpenBSD: Makefile,v 1.40 2015/07/02 00:10:16 zhuk Exp $
# $OpenBSD: Makefile,v 1.41 2015/07/16 17:27:09 jeremy Exp $
COMMENT = KDE workspace
DISTNAME = kde-workspace-4.11.21
REVISION = 0
MASTER_SITES = ${MASTER_SITE_KDE:=stable/applications/15.04.3/src/}