From 616393b5292c1745479c7048e8c3328fea4f4575 Mon Sep 17 00:00:00 2001 From: jeremy Date: Sun, 23 Sep 2012 17:13:42 +0000 Subject: [PATCH] Explicitly set ports that only build or run on ruby 1.8 to have both FLAVOR and FLAVORS set to ruby18, so attempting to build them without a FLAVOR set still builds the ruby 1.8 version. Remove MAINTAINER at his request. --- www/ruby-mongrel/Makefile | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/www/ruby-mongrel/Makefile b/www/ruby-mongrel/Makefile index 21155da4a3d..46e716e6440 100644 --- a/www/ruby-mongrel/Makefile +++ b/www/ruby-mongrel/Makefile @@ -1,13 +1,11 @@ -# $OpenBSD: Makefile,v 1.19 2011/11/09 00:17:38 jeremy Exp $ +# $OpenBSD: Makefile,v 1.20 2012/09/23 17:13:42 jeremy Exp $ COMMENT= fast HTTP library and server for Ruby DISTNAME= mongrel-1.1.5 -REVISION = 4 +REVISION = 5 CATEGORIES= www -MAINTAINER= Jason LaRiviere - HOMEPAGE= http://mongrel.rubyforge.org/ # Ruby License @@ -18,6 +16,9 @@ PERMIT_DISTFILES_FTP= Yes MODULES= lang/ruby +FLAVORS= ruby18 +FLAVOR= ruby18 + BUILD_DEPENDS= ${RUN_DEPENDS} RUN_DEPENDS= devel/ruby-daemons,${MODRUBY_FLAVOR}>=1.0.3 \ devel/ruby-gem_plugin,${MODRUBY_FLAVOR}>=0.2.3 \