diff options
author | Steve Wills <swills@FreeBSD.org> | 2017-07-07 02:42:23 +0000 |
---|---|---|
committer | Steve Wills <swills@FreeBSD.org> | 2017-07-07 02:42:23 +0000 |
commit | 2b48b5ea13f6972914a41bed8e097ccd25234760 (patch) | |
tree | b857046daa8292a6fedf29fe06de6f12f2b7aacb /archivers/rubygem-fpm | |
parent | f674ffdffdeaffc54d399c3e0caa723681d53be3 (diff) |
Notes
Diffstat (limited to 'archivers/rubygem-fpm')
-rw-r--r-- | archivers/rubygem-fpm/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/archivers/rubygem-fpm/Makefile b/archivers/rubygem-fpm/Makefile index 145c2caa5f88..22d0426534ae 100644 --- a/archivers/rubygem-fpm/Makefile +++ b/archivers/rubygem-fpm/Makefile @@ -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> |