Date: Sat, 27 Apr 2019 18:27:53 +0000 (UTC) From: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r500255 - head/devel/rubygem-bootsnap Message-ID: <201904271827.x3RIRrha011657@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: sunpoet Date: Sat Apr 27 18:27:53 2019 New Revision: 500255 URL: https://svnweb.freebsd.org/changeset/ports/500255 Log: Change RUN_DEPENDS from rubygem-msgpack1 to rubygem-msgpack - Bump PORTREVISION for dependency change Modified: head/devel/rubygem-bootsnap/Makefile Modified: head/devel/rubygem-bootsnap/Makefile ============================================================================== --- head/devel/rubygem-bootsnap/Makefile Sat Apr 27 18:27:48 2019 (r500254) +++ head/devel/rubygem-bootsnap/Makefile Sat Apr 27 18:27:53 2019 (r500255) @@ -2,6 +2,7 @@ PORTNAME= bootsnap PORTVERSION= 1.3.2 +PORTREVISION= 1 CATEGORIES= devel rubygems MASTER_SITES= RG @@ -11,7 +12,7 @@ COMMENT= Boot large ruby/rails apps faster LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE.txt -RUN_DEPENDS= rubygem-msgpack1>=1.0:devel/rubygem-msgpack1 +RUN_DEPENDS= rubygem-msgpack>=1.0:devel/rubygem-msgpack USES= gem shebangfix USE_RUBY= yes
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201904271827.x3RIRrha011657>