1
0
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:
Sunpoet Po-Chuan Hsieh 2015-01-05 17:35:18 +00:00
parent 5f4c9a6487
commit 20649ad789
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=376315

View File

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