aboutsummaryrefslogtreecommitdiff
path: root/www/rubygem-actionpack
diff options
context:
space:
mode:
authorSteve Wills <swills@FreeBSD.org>2014-02-02 03:00:27 +0000
committerSteve Wills <swills@FreeBSD.org>2014-02-02 03:00:27 +0000
commitd6f5f6bedcf1642ef0c661039709926701aa611b (patch)
tree73cf8e356083349b8d4158702129c3bc8ccdf960 /www/rubygem-actionpack
parent8cc3624b6796b6abff25c61a25b54081115493c6 (diff)
downloadports-d6f5f6bedcf1642ef0c661039709926701aa611b.tar.gz
ports-d6f5f6bedcf1642ef0c661039709926701aa611b.zip
Notes
Diffstat (limited to 'www/rubygem-actionpack')
-rw-r--r--www/rubygem-actionpack/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/www/rubygem-actionpack/Makefile b/www/rubygem-actionpack/Makefile
index 4b13d235614e..bacd9299bfa5 100644
--- a/www/rubygem-actionpack/Makefile
+++ b/www/rubygem-actionpack/Makefile
@@ -3,6 +3,7 @@
PORTNAME= actionpack
PORTVERSION= 3.2.16
+PORTREVISION= 1
CATEGORIES= www rubygems
MASTER_SITES= RG
@@ -25,4 +26,7 @@ USE_RUBY= yes
USE_RUBYGEMS= yes
RUBYGEM_AUTOPLIST= yes
+post-patch:
+ @${REINPLACE_CMD} -e '115 s|~>|>=|' ${WRKSRC}/${GEM_NAME}.gemspec
+
.include <bsd.port.mk>