1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-23 04:23:08 +00:00

- Convert to using patch instead of REINPLACE

This commit is contained in:
Steve Wills 2014-02-19 04:19:14 +00:00
parent e319d645dc
commit 7049f942fd
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=344996
2 changed files with 11 additions and 3 deletions

View File

@ -20,7 +20,4 @@ USE_RUBY= yes
USE_RUBYGEMS= yes
RUBYGEM_AUTOPLIST= yes
post-patch:
@${REINPLACE_CMD} -e '34 s|~>|">="|' ${WRKSRC}/${GEM_NAME}.gemspec
.include <bsd.port.mk>

View File

@ -0,0 +1,11 @@
--- sinatra-1.4.4.gemspec.bak 2014-02-19 04:07:34.372570226 +0000
+++ sinatra-1.4.4.gemspec 2014-02-19 04:07:34.397570255 +0000
@@ -31,7 +31,7 @@
name: tilt
requirement: !ruby/object:Gem::Requirement
requirements:
- - - ~>
+ - - ">="
- !ruby/object:Gem::Version
version: '1.3'
- - '>='