mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-19 03:52:17 +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
|
PORTNAME= twitter
|
||||||
PORTVERSION= 5.13.0
|
PORTVERSION= 5.13.0
|
||||||
|
PORTREVISION= 1
|
||||||
CATEGORIES= net rubygems
|
CATEGORIES= net rubygems
|
||||||
MASTER_SITES= RG
|
MASTER_SITES= RG
|
||||||
|
|
||||||
@ -26,4 +27,8 @@ USE_RUBY= yes
|
|||||||
USE_RUBYGEMS= yes
|
USE_RUBYGEMS= yes
|
||||||
RUBYGEM_AUTOPLIST= 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>
|
.include <bsd.port.mk>
|
||||||
|
Loading…
Reference in New Issue
Block a user