From 18ca3a42f03aee9c80a1d747998dc8be343d8c5e Mon Sep 17 00:00:00 2001 From: bernd Date: Mon, 14 Jan 2008 19:20:12 +0000 Subject: [PATCH] Remove dependency on hoe and enable regression tests. ok jcs@ --- devel/ruby-transaction-simple/Makefile | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/devel/ruby-transaction-simple/Makefile b/devel/ruby-transaction-simple/Makefile index 7afd3653bf6..c7dafe38a3f 100644 --- a/devel/ruby-transaction-simple/Makefile +++ b/devel/ruby-transaction-simple/Makefile @@ -1,9 +1,9 @@ -# $OpenBSD: Makefile,v 1.3 2007/09/16 02:53:13 merdely Exp $ +# $OpenBSD: Makefile,v 1.4 2008/01/14 19:20:12 bernd Exp $ COMMENT= generic active transaction support for ruby objects DISTNAME= transaction-simple-1.4.0 -PKGNAME= ruby-${DISTNAME} +PKGNAME= ruby-${DISTNAME}p0 CATEGORIES= devel # mit @@ -16,11 +16,13 @@ MASTER_SITES= ${MASTER_SITE_RUBYFORGE:=trans-simple/} MODULES= lang/ruby -BUILD_DEPENDS= ${RUN_DEPENDS} -RUN_DEPENDS= :ruby-hoe-1.2.1:devel/ruby-hoe +GEM_SKIPDEPENDS=hoe CONFIGURE_STYLE=ruby gem PKG_ARCH= * +do-regress: + @cd ${WRKBUILD} && ${RUBY} test/test_all.rb + .include