aboutsummaryrefslogtreecommitdiffstats
path: root/www
diff options
context:
space:
mode:
authorpgollucci <pgollucci@FreeBSD.org>2010-05-26 14:12:30 +0800
committerpgollucci <pgollucci@FreeBSD.org>2010-05-26 14:12:30 +0800
commitaa77d34d32677c0db4dc11a70cf182609e8cf537 (patch)
tree10e496819f1243cb230c760e12ae6260ed704c48 /www
parentf3b211c29b7be228344b619ec42fbfbcc9045d6e (diff)
downloadfreebsd-ports-gnome-aa77d34d32677c0db4dc11a70cf182609e8cf537.tar.gz
freebsd-ports-gnome-aa77d34d32677c0db4dc11a70cf182609e8cf537.tar.zst
freebsd-ports-gnome-aa77d34d32677c0db4dc11a70cf182609e8cf537.zip
- the PORTEPOCH blows this comparison, this port will not actually work with rack not
exactly 1.1.0 b/c of the ~> in the setup. Reported by: QAT With Hat: ruby@
Diffstat (limited to 'www')
-rw-r--r--www/rubygem-actionpack/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/www/rubygem-actionpack/Makefile b/www/rubygem-actionpack/Makefile
index 5d06928fddc3..3ecff66d5231 100644
--- a/www/rubygem-actionpack/Makefile
+++ b/www/rubygem-actionpack/Makefile
@@ -13,7 +13,7 @@ MAINTAINER= ruby@FreeBSD.org
COMMENT= Action Controller and Action View of Rails MVC Framework
BUILD_DEPENDS= ${LOCALBASE}/${SPEC_DIR}/activesupport-${PORTVERSION}.gemspec:${PORTSDIR}/devel/rubygem-activesupport \
- rubygem-rack=1.1.0:${PORTSDIR}/www/rubygem-rack
+ rubygem-rack>=1.1.0:${PORTSDIR}/www/rubygem-rack
RUN_DEPENDS= ${BUILD_DEPENDS}
USE_RUBY= yes