svn commit: r500255 - head/devel/rubygem-bootsnap

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sat Apr 27 18:27:58 UTC 2019


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


More information about the svn-ports-head mailing list