- Fix RUN_DEPENDS
- Fix .gemspec - Bump PORTREVISION for dependency and package change
This commit is contained in:
parent
f835bfeb78
commit
215c443bb8
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=376317
1 changed files with 6 additions and 0 deletions
|
@ -3,6 +3,7 @@
|
|||
|
||||
PORTNAME= t
|
||||
PORTVERSION= 2.8.0
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= net rubygems
|
||||
MASTER_SITES= RG
|
||||
|
||||
|
@ -15,6 +16,7 @@ RUN_DEPENDS= rubygem-geokit>=1.8.3:${PORTSDIR}/graphics/rubygem-geokit \
|
|||
rubygem-htmlentities>=4.3:${PORTSDIR}/textproc/rubygem-htmlentities \
|
||||
rubygem-launchy>=2.4:${PORTSDIR}/devel/rubygem-launchy \
|
||||
rubygem-oauth>=0.4.7:${PORTSDIR}/net/rubygem-oauth \
|
||||
rubygem-retryable>=1.3:${PORTSDIR}/devel/rubygem-retryable \
|
||||
rubygem-thor>=0.19.1:${PORTSDIR}/devel/rubygem-thor \
|
||||
rubygem-twitter>=5.12:${PORTSDIR}/net/rubygem-twitter
|
||||
|
||||
|
@ -24,4 +26,8 @@ RUBYGEM_AUTOPLIST= yes
|
|||
|
||||
PLIST_FILES= bin/t
|
||||
|
||||
post-patch:
|
||||
# adjust gemspec for "retryable ~> 1.3"
|
||||
@${REINPLACE_CMD} -e '79 s|"~>"|">="|' ${WRKSRC}/${GEM_NAME}.gemspec
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
Loading…
Reference in a new issue