1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-22 20:41:26 +00:00

- Add patch to deps in gemspec. This plus some other patches should fix rails.

Submitted by:	sunpoet
This commit is contained in:
Steve Wills 2014-02-02 03:00:27 +00:00
parent 8cc3624b67
commit d6f5f6bedc
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=342233

View File

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