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
ef58b40d3c
commit
bcce6a0618
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=344992
@ -23,7 +23,4 @@ RUBYGEM_AUTOPLIST= yes
|
||||
|
||||
PLIST_FILES= bin/sprockets
|
||||
|
||||
post-patch:
|
||||
@${REINPLACE_CMD} -e '73 s|~>|">="|; 80,87 d' ${WRKSRC}/${GEM_NAME}.gemspec
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
25
devel/rubygem-sprockets/files/patch-gemspec
Normal file
25
devel/rubygem-sprockets/files/patch-gemspec
Normal file
@ -0,0 +1,25 @@
|
||||
--- sprockets-2.10.1.gemspec.orig 2014-02-19 03:41:08.416679798 +0000
|
||||
+++ sprockets-2.10.1.gemspec 2014-02-19 03:41:08.671679822 +0000
|
||||
@@ -70,21 +70,13 @@
|
||||
requirement: &id004 !ruby/object:Gem::Requirement
|
||||
none: false
|
||||
requirements:
|
||||
- - - ~>
|
||||
+ - - ">="
|
||||
- !ruby/object:Gem::Version
|
||||
hash: 13
|
||||
segments:
|
||||
- 1
|
||||
- 1
|
||||
version: "1.1"
|
||||
- - - "!="
|
||||
- - !ruby/object:Gem::Version
|
||||
- hash: 27
|
||||
- segments:
|
||||
- - 1
|
||||
- - 3
|
||||
- - 0
|
||||
- version: 1.3.0
|
||||
type: :runtime
|
||||
version_requirements: *id004
|
||||
- !ruby/object:Gem::Dependency
|
Loading…
Reference in New Issue
Block a user