diff options
author | swills <swills@FreeBSD.org> | 2014-02-02 10:59:46 +0800 |
---|---|---|
committer | swills <swills@FreeBSD.org> | 2014-02-02 10:59:46 +0800 |
commit | a99f9035e85a6baba1e5314d237c67a69c788ec9 (patch) | |
tree | aa6f48f3c334fb048377682c1961c1aa4cf7e6e6 /textproc | |
parent | 89e4c01b35e46c2e7690cc62d3806758bc6ebe78 (diff) | |
download | freebsd-ports-gnome-a99f9035e85a6baba1e5314d237c67a69c788ec9.tar.gz freebsd-ports-gnome-a99f9035e85a6baba1e5314d237c67a69c788ec9.tar.zst freebsd-ports-gnome-a99f9035e85a6baba1e5314d237c67a69c788ec9.zip |
- Add patch to deps in gemspec. This plus some other patches should fix rails.
Submitted by: sunpoet
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/rubygem-sass-rails/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/textproc/rubygem-sass-rails/Makefile b/textproc/rubygem-sass-rails/Makefile index a8a805180c7e..2638f2050c35 100644 --- a/textproc/rubygem-sass-rails/Makefile +++ b/textproc/rubygem-sass-rails/Makefile @@ -3,7 +3,7 @@ PORTNAME= sass-rails PORTVERSION= 3.2.6 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= textproc rubygems MASTER_SITES= RG @@ -19,5 +19,8 @@ RUN_DEPENDS= rubygem-railties>=3.2.0:${PORTSDIR}/www/rubygem-railties \ USE_RUBY= yes USE_RUBYGEMS= yes RUBYGEM_AUTOPLIST= yes + +post-patch: + @${REINPLACE_CMD} -e '46 s|~>|>=|' ${WRKSRC}/${GEM_NAME}.gemspec .include <bsd.port.mk> |