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 03:46:41 +00:00
parent ef58b40d3c
commit bcce6a0618
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=344992
2 changed files with 25 additions and 3 deletions

View File

@ -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>

View 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