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

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Mon Aug 12 19:45:18 UTC 2019


Author: sunpoet
Date: Mon Aug 12 19:45:16 2019
New Revision: 508773
URL: https://svnweb.freebsd.org/changeset/ports/508773

Log:
  Update to 1.4.4
  
  - Update version requirement of RUN_DEPENDS
  - Take maintainership
  
  Changes:	https://github.com/Shopify/bootsnap/blob/master/CHANGELOG.md

Modified:
  head/devel/rubygem-bootsnap/Makefile
  head/devel/rubygem-bootsnap/distinfo

Modified: head/devel/rubygem-bootsnap/Makefile
==============================================================================
--- head/devel/rubygem-bootsnap/Makefile	Mon Aug 12 19:45:11 2019	(r508772)
+++ head/devel/rubygem-bootsnap/Makefile	Mon Aug 12 19:45:16 2019	(r508773)
@@ -1,18 +1,17 @@
 # $FreeBSD$
 
 PORTNAME=	bootsnap
-PORTVERSION=	1.3.2
-PORTREVISION=	1
+PORTVERSION=	1.4.4
 CATEGORIES=	devel rubygems
 MASTER_SITES=	RG
 
-MAINTAINER=	ruby at FreeBSD.org
+MAINTAINER=	sunpoet at FreeBSD.org
 COMMENT=	Boot large ruby/rails apps faster
 
 LICENSE=	MIT
 LICENSE_FILE=	${WRKSRC}/LICENSE.txt
 
-RUN_DEPENDS=	rubygem-msgpack>=1.0:devel/rubygem-msgpack
+RUN_DEPENDS=	rubygem-msgpack>=1.0<2.0:devel/rubygem-msgpack
 
 USES=		gem shebangfix
 USE_RUBY=	yes

Modified: head/devel/rubygem-bootsnap/distinfo
==============================================================================
--- head/devel/rubygem-bootsnap/distinfo	Mon Aug 12 19:45:11 2019	(r508772)
+++ head/devel/rubygem-bootsnap/distinfo	Mon Aug 12 19:45:16 2019	(r508773)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1536690403
-SHA256 (rubygem/bootsnap-1.3.2.gem) = 1ed6954af9e975de1a1d38c8c913f68b103135bc02714340e4d0c94a093ad93c
-SIZE (rubygem/bootsnap-1.3.2.gem) = 36352
+TIMESTAMP = 1565627650
+SHA256 (rubygem/bootsnap-1.4.4.gem) = 5b0d01f3dd0d0275bfaca9d47b19446c2428294949068a32ba0acb4141078cc9
+SIZE (rubygem/bootsnap-1.4.4.gem) = 39424


More information about the svn-ports-all mailing list