take maintainership

This commit is contained in:
jasper 2013-04-26 14:14:32 +00:00
parent 6dbbb66ddb
commit 2d990531e2
2 changed files with 8 additions and 2 deletions

View File

@ -1,10 +1,13 @@
# $OpenBSD: Makefile,v 1.1.1.1 2013/04/26 13:28:43 jasper Exp $
# $OpenBSD: Makefile,v 1.2 2013/04/26 14:14:32 jasper Exp $
COMMENT= RSpec tests for Puppet manifests
DISTNAME= rspec-puppet-0.1.6
REVISION= 0
HOMEPAGE= http://rspec-puppet.com/
MAINTAINER= Jasper Lievisse Adriaanse <jasper@openbsd.org>
BUILD_DEPENDS= ${RUN_DEPENDS}
RUN_DEPENDS= devel/ruby-rspec/rspec,${MODRUBY_FLAVOR}

View File

@ -1,7 +1,10 @@
# $OpenBSD: Makefile,v 1.1.1.1 2013/04/26 13:28:00 jasper Exp $
# $OpenBSD: Makefile,v 1.2 2013/04/26 14:14:32 jasper Exp $
COMMENT= rake tasks and spec_helper for Puppet modules spec tests
DISTNAME= puppetlabs_spec_helper-0.4.1
REVISION= 0
MAINTAINER= Jasper Lievisse Adriaanse <jasper@openbsd.org>
BUILD_DEPENDS= ${RUN_DEPENDS}
RUN_DEPENDS= devel/ruby-mocha,${MODRUBY_FLAVOR}>=0.10.5 \