aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoravl <avl@FreeBSD.org>2010-10-02 08:12:14 +0800
committeravl <avl@FreeBSD.org>2010-10-02 08:12:14 +0800
commit2a5d17d9da9c5775f613dc1de909e16438f2c196 (patch)
tree0be74902d51edbe12d236d20ef36e95b10ed58e2
parent3bf3f96aa867387cb22084ab55f060c57e163897 (diff)
downloadfreebsd-ports-gnome-2a5d17d9da9c5775f613dc1de909e16438f2c196.tar.gz
freebsd-ports-gnome-2a5d17d9da9c5775f613dc1de909e16438f2c196.tar.zst
freebsd-ports-gnome-2a5d17d9da9c5775f613dc1de909e16438f2c196.zip
- Fix dependency versions based on rubygems.org
PR: ports/150806 Submitted by: pgollucci
-rw-r--r--devel/rubygem-authlogic/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/devel/rubygem-authlogic/Makefile b/devel/rubygem-authlogic/Makefile
index 0d671a228842..602ebd5119d6 100644
--- a/devel/rubygem-authlogic/Makefile
+++ b/devel/rubygem-authlogic/Makefile
@@ -6,13 +6,14 @@
PORTNAME= authlogic
PORTVERSION= 2.1.6
+PORTREVISION= 1
CATEGORIES= devel rubygems
MASTER_SITES= RG
MAINTAINER= avl@FreeBSD.org
COMMENT= A clean, simple, and unobtrusive Ruby authentication solution
-RUN_DEPENDS= rubygem-activesupport>=2.0.2:${PORTSDIR}/devel/rubygem-activesupport
+RUN_DEPENDS= rubygem-activesupport>=0:${PORTSDIR}/devel/rubygem-activesupport
USE_RUBY= yes
USE_RUBYGEMS= yes