diff options
author | swills <swills@FreeBSD.org> | 2014-02-19 12:04:06 +0800 |
---|---|---|
committer | swills <swills@FreeBSD.org> | 2014-02-19 12:04:06 +0800 |
commit | bbc35ea0157df602ecb6b40926ecef096429b15e (patch) | |
tree | bbda93ccdfc869e8c55016414a7b25b5d3177553 /textproc | |
parent | 3cc2ba857ed78669b4a85acd4c1d1489498d36e3 (diff) | |
download | freebsd-ports-gnome-bbc35ea0157df602ecb6b40926ecef096429b15e.tar.gz freebsd-ports-gnome-bbc35ea0157df602ecb6b40926ecef096429b15e.tar.zst freebsd-ports-gnome-bbc35ea0157df602ecb6b40926ecef096429b15e.zip |
- Convert to using patch instead of REINPLACE
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/rubygem-sass-rails/Makefile | 3 | ||||
-rw-r--r-- | textproc/rubygem-sass-rails/files/patch-gemspec | 11 |
2 files changed, 11 insertions, 3 deletions
diff --git a/textproc/rubygem-sass-rails/Makefile b/textproc/rubygem-sass-rails/Makefile index 2638f2050c35..ab9619f41cfd 100644 --- a/textproc/rubygem-sass-rails/Makefile +++ b/textproc/rubygem-sass-rails/Makefile @@ -19,8 +19,5 @@ 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> diff --git a/textproc/rubygem-sass-rails/files/patch-gemspec b/textproc/rubygem-sass-rails/files/patch-gemspec new file mode 100644 index 000000000000..898ffbd58db9 --- /dev/null +++ b/textproc/rubygem-sass-rails/files/patch-gemspec @@ -0,0 +1,11 @@ +--- sass-rails-3.2.6.gemspec.orig 2014-02-19 03:55:59.669617961 +0000 ++++ sass-rails-3.2.6.gemspec 2014-02-19 03:55:59.699618518 +0000 +@@ -43,7 +43,7 @@ + name: tilt + requirement: !ruby/object:Gem::Requirement + requirements: +- - - "~>" ++ - - ">=" + - !ruby/object:Gem::Version + version: '1.3' + type: :runtime |