1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-02-05 11:35:01 +00:00

- Fix .gemspec for rubygem-tilt 2.0.0

- Bump PORTREVISION for package change

PR:		ports/186392
Submitted by:	Daniel Roethlisberger <daniel@roe.ch>
This commit is contained in:
Sunpoet Po-Chuan Hsieh 2014-02-05 20:03:46 +00:00
parent 9a8ac64540
commit 93ba669e79
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=342834

View File

@ -3,6 +3,7 @@
PORTNAME= sinatra
PORTVERSION= 1.4.4
PORTREVISION= 1
CATEGORIES= www rubygems
MASTER_SITES= RG
@ -19,4 +20,7 @@ USE_RUBY= yes
USE_RUBYGEMS= yes
RUBYGEM_AUTOPLIST= yes
post-patch:
@${REINPLACE_CMD} -e '34 s|~>|">="|' ${WRKSRC}/${GEM_NAME}.gemspec
.include <bsd.port.mk>