Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 12 Aug 2019 19:45:16 +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: r508773 - head/devel/rubygem-bootsnap
Message-ID:  <201908121945.x7CJjGn4097115@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@FreeBSD.org
+MAINTAINER=	sunpoet@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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201908121945.x7CJjGn4097115>