mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-18 03:46:03 +00:00
- Fix .gemspec
- Bump PORTREVISION for package change
This commit is contained in:
parent
5f4c9a6487
commit
20649ad789
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=376315
@ -3,6 +3,7 @@
|
||||
|
||||
PORTNAME= twitter
|
||||
PORTVERSION= 5.13.0
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= net rubygems
|
||||
MASTER_SITES= RG
|
||||
|
||||
@ -26,4 +27,8 @@ USE_RUBY= yes
|
||||
USE_RUBYGEMS= yes
|
||||
RUBYGEM_AUTOPLIST= yes
|
||||
|
||||
post-patch:
|
||||
# adjust gemspec for "http ~> 0.6.0"
|
||||
@${REINPLACE_CMD} -e '77 s|"~>"|">="|' ${WRKSRC}/${GEM_NAME}.gemspec
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
Loading…
Reference in New Issue
Block a user