follow the puppet master and switch to ruby 2.0.

This commit is contained in:
jasper 2014-04-17 18:12:09 +00:00
parent 8ed5fa0ebe
commit e6c7acbfb9
9 changed files with 27 additions and 14 deletions

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.14 2014/03/31 09:17:56 jasper Exp $
# $OpenBSD: Makefile,v 1.15 2014/04/17 18:12:09 jasper Exp $
COMMENT-main= fast, scalable, and reliable data warehouse for Puppet
COMMENT-plugin= PuppetDB terminus plugin
@ -7,7 +7,8 @@ V= 1.6.3
DISTNAME= puppetdb-$V
PKGNAME-main= ${DISTNAME}
PKGNAME-plugin= puppetdb-terminus-$V
REVISION-main= 0
REVISION-main= 1
REVISION-plugin=0
CATEGORIES= databases
HOMEPAGE= http://docs.puppetlabs.com/puppetdb/latest/
@ -21,7 +22,7 @@ PERMIT_PACKAGE_CDROM= Yes
MODULES= java \
lang/ruby
MODRUBY_REV= 1.9
MODRUBY_REV= 2.0
MODJAVA_VER= 1.7+
MULTI_PACKAGES= -main -plugin

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile.inc,v 1.1 2013/12/24 09:20:38 jasper Exp $
# $OpenBSD: Makefile.inc,v 1.2 2014/04/17 18:12:09 jasper Exp $
CATEGORIES?= sysutils
@ -11,7 +11,7 @@ NO_BUILD?= Yes
NO_TEST?= Yes
PKG_ARCH?= *
RUN_DEPENDS+= sysutils/mcollective
RUN_DEPENDS+= sysutils/mcollective>=2.4.1p0
MCO_SUBDIRS?= agent aggregate application data util validator
MCO_LIBDIR= ${PREFIX}/libexec/mcollective/mcollective/

View File

@ -1,10 +1,12 @@
# $OpenBSD: Makefile,v 1.1.1.1 2013/12/29 13:41:03 jasper Exp $
# $OpenBSD: Makefile,v 1.2 2014/04/17 18:12:09 jasper Exp $
COMMENT= MCollective agent to manage files
# git clone of 7b83a278ada7c4bff533b6347d57462611daa221
DISTNAME= mcollective-filemgr-agent-0.0.1
REVISION= 0
MASTER_SITES= http://distfiles.nl/
MCO_SUBDIRS= agent application

View File

@ -1,10 +1,12 @@
# $OpenBSD: Makefile,v 1.2 2014/01/12 10:25:56 jasper Exp $
# $OpenBSD: Makefile,v 1.3 2014/04/17 18:12:09 jasper Exp $
COMMENT= MCollective agent to manage Packages
GH_VER= 4.2.1
DISTNAME= mcollective-package-agent-${GH_VER}
REVISION= 0
MASTER_SITES= https://github.com/puppetlabs/mcollective-package-agent/archive/
DISTFILES= ${DISTNAME}${EXTRACT_SUFX}{${GH_VER}${EXTRACT_SUFX}}

View File

@ -1,10 +1,12 @@
# $OpenBSD: Makefile,v 1.1.1.1 2013/12/24 09:19:32 jasper Exp $
# $OpenBSD: Makefile,v 1.2 2014/04/17 18:12:09 jasper Exp $
COMMENT= MCollective agent to manage the Puppet agent
GH_VER= 1.6.1
DISTNAME= mcollective-puppet-agent-${GH_VER}
REVISION= 0
MASTER_SITES= https://github.com/puppetlabs/mcollective-puppet-agent/archive/
DISTFILES= ${DISTNAME}{${GH_VER}}${EXTRACT_SUFX}

View File

@ -1,10 +1,12 @@
# $OpenBSD: Makefile,v 1.1.1.1 2013/12/24 09:20:15 jasper Exp $
# $OpenBSD: Makefile,v 1.2 2014/04/17 18:12:09 jasper Exp $
COMMENT= MCollective agent to manage Services
# git clone of d2ce4642d56ec72586b03ee51506dc83ca95295a
DISTNAME= mcollective-service-agent-0.0.1
REVISION= 0
MASTER_SITES= http://distfiles.nl/
MCO_SUBDIRS= agent application data util validator

View File

@ -1,10 +1,12 @@
# $OpenBSD: Makefile,v 1.1.1.1 2013/12/29 13:40:31 jasper Exp $
# $OpenBSD: Makefile,v 1.2 2014/04/17 18:12:09 jasper Exp $
COMMENT= MCollective data plugin to retrieve sysctl values
# git clone of 8fa53c457ebf33e0e942972eea3ffba1a73df7db
DISTNAME= mcollective-sysctl-data-2.0.0
REVISION= 0
MASTER_SITES= http://distfiles.nl/
MCO_SUBDIRS= data

View File

@ -1,8 +1,9 @@
# $OpenBSD: Makefile,v 1.16 2014/03/09 19:45:23 jasper Exp $
# $OpenBSD: Makefile,v 1.17 2014/04/17 18:12:09 jasper Exp $
COMMENT= framework for server orchestration/parallel job execution
DISTNAME= mcollective-2.4.1
REVISION= 0
CATEGORIES= sysutils
@ -16,7 +17,7 @@ PERMIT_PACKAGE_CDROM= Yes
MASTER_SITES= http://downloads.puppetlabs.com/mcollective/
MODULES= lang/ruby
MODRUBY_REV= 1.9
MODRUBY_REV= 2.0
RUN_DEPENDS= net/ruby-stomp,${MODRUBY_FLAVOR}>=1.3.2

View File

@ -1,8 +1,9 @@
# $OpenBSD: Makefile,v 1.53 2014/04/04 14:31:16 jasper Exp $
# $OpenBSD: Makefile,v 1.54 2014/04/17 18:12:09 jasper Exp $
COMMENT= Ruby library for retrieving facts from operating systems
VERSION= 2.0.1
REVISION= 0
DISTNAME= facter-${VERSION}
CATEGORIES= sysutils
@ -16,7 +17,7 @@ MASTER_SITES= https://puppetlabs.com/downloads/facter/
PERMIT_PACKAGE_CDROM= Yes
MODULES= lang/ruby
MODRUBY_REV= 1.9
MODRUBY_REV= 2.0
NO_BUILD= Yes
BUILD_DEPENDS= lang/ruby/${MODRUBY_REV}