From d1cde69e7aa718d81a2ef432943e2b32092d1e67 Mon Sep 17 00:00:00 2001 From: pgollucci Date: Tue, 8 Jun 2010 21:49:30 +0000 Subject: - Commit the Makefile portition of the update PR: ports/147148 Pointy hat to: clsung Reported by: QAT/itectu --- devel/rubygem-rubigen/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/devel/rubygem-rubigen/Makefile b/devel/rubygem-rubigen/Makefile index cee0c363dcc2..9de13e93d40b 100644 --- a/devel/rubygem-rubigen/Makefile +++ b/devel/rubygem-rubigen/Makefile @@ -5,14 +5,14 @@ # $FreeBSD$ PORTNAME= rubigen -PORTVERSION= 1.5.2 +PORTVERSION= 1.5.3 CATEGORIES= devel rubygems MASTER_SITES= RG MAINTAINER= clsung@FreeBSD.org COMMENT= A Ruby generic generator framework -RUN_DEPENDS= rubygem-activesupport>=2.2.2:${PORTSDIR}/devel/rubygem-activesupport +RUN_DEPENDS= rubygem-activesupport>=2.3.5:${PORTSDIR}/devel/rubygem-activesupport USE_RUBY= yes USE_RUBYGEMS= yes -- cgit