aboutsummaryrefslogtreecommitdiffstats
path: root/www/rubygem-rails
diff options
context:
space:
mode:
authorgabor <gabor@FreeBSD.org>2007-01-12 20:48:51 +0800
committergabor <gabor@FreeBSD.org>2007-01-12 20:48:51 +0800
commit972041768efe882d8a54177058cc64c64259f511 (patch)
tree1233ebeadd7e00352ece81b147112309e97aa123 /www/rubygem-rails
parent8806abec84c3f042eac4ccbe3ebf7ea23e470d62 (diff)
downloadfreebsd-ports-gnome-972041768efe882d8a54177058cc64c64259f511.tar.gz
freebsd-ports-gnome-972041768efe882d8a54177058cc64c64259f511.tar.zst
freebsd-ports-gnome-972041768efe882d8a54177058cc64c64259f511.zip
- Fix RUN_DEPENDS
- Bump PORTREVISION PR: ports/107660 Submitted by: Robert Gogolok <gogo@cs.uni-sb.de> Approved by: erwin (mentor), Jonathan Weiss <jw@innerewut.de> (maintainer)
Diffstat (limited to 'www/rubygem-rails')
-rw-r--r--www/rubygem-rails/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/www/rubygem-rails/Makefile b/www/rubygem-rails/Makefile
index ce2edb7b0097..94dcd2aff497 100644
--- a/www/rubygem-rails/Makefile
+++ b/www/rubygem-rails/Makefile
@@ -6,7 +6,7 @@
PORTNAME= rails
PORTVERSION= 1.1.6
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= www rubygems
MASTER_SITES= ${MASTER_SITE_RUBYFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
@@ -49,7 +49,7 @@ RUN_DEPENDS+= ${RUBY_SITEARCHLIBDIR}/fcgi.so:${PORTSDIR}/www/ruby-fcgi
.endif
.if defined(WITH_MEMCACHE_CLIENT)
-RUN_DEPENDS+= ${LOCALBASE}/${SPEC_DIR}/memcache-client-1.0.3.gemspec:${PORTSDIR}/databases/rubygem-memcache-client
+RUN_DEPENDS+= ${LOCALBASE}/${SPEC_DIR}/memcache-client-1.2.0.gemspec:${PORTSDIR}/databases/rubygem-memcache-client
.endif
.include "${PORTSDIR}/devel/ruby-gems/Makefile.common"