1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-02 01:20:54 +00:00

archivers/rubygem-fpm: fix with newer archive-tar-minitar

This commit is contained in:
Steve Wills 2017-07-07 02:42:23 +00:00
parent f674ffdffd
commit 2b48b5ea13
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=445200

View File

@ -2,7 +2,7 @@
PORTNAME= fpm
PORTVERSION= 1.8.1
PORTREVISION= 1
PORTREVISION= 2
CATEGORIES= archivers rubygems
MASTER_SITES= RG
@ -31,5 +31,6 @@ PLIST_FILES= bin/fpm
post-patch:
@${REINPLACE_CMD} -e 's/1\.0\.0/1.0/' ${WRKSRC}/fpm.gemspec
@${REINPLACE_CMD} -e 's/= 0\.5\.2/>= 0.5.2/' ${WRKSRC}/fpm.gemspec
.include <bsd.port.mk>