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:
parent
e319d645dc
commit
7049f942fd
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=344996
@ -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>
|
||||
|
11
www/rubygem-sinatra/files/patch-gemspec
Normal file
11
www/rubygem-sinatra/files/patch-gemspec
Normal 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'
|
||||
- - '>='
|
Loading…
Reference in New Issue
Block a user