git: 4d8bccfeb97a - main - devel/rubygem-bootsnap14: Remove obsoleted port

From: Po-Chuan Hsieh <sunpoet_at_FreeBSD.org>
Date: Tue, 21 Dec 2021 19:49:48 UTC
The branch main has been updated by sunpoet:

URL: https://cgit.FreeBSD.org/ports/commit/?id=4d8bccfeb97a2c0b804d763593d0619ae679193d

commit 4d8bccfeb97a2c0b804d763593d0619ae679193d
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2021-12-21 19:26:29 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2021-12-21 19:26:29 +0000

    devel/rubygem-bootsnap14: Remove obsoleted port
    
    Use devel/rubygem-bootsnap instead.
    
    With hat:       ruby
---
 devel/rubygem-bootsnap14/Makefile  | 18 ------------------
 devel/rubygem-bootsnap14/distinfo  |  3 ---
 devel/rubygem-bootsnap14/pkg-descr |  5 -----
 3 files changed, 26 deletions(-)

diff --git a/devel/rubygem-bootsnap14/Makefile b/devel/rubygem-bootsnap14/Makefile
deleted file mode 100644
index e3af17195507..000000000000
--- a/devel/rubygem-bootsnap14/Makefile
+++ /dev/null
@@ -1,18 +0,0 @@
-PORTNAME=	bootsnap
-PORTVERSION=	1.4.9
-CATEGORIES=	devel rubygems
-MASTER_SITES=	RG
-PKGNAMESUFFIX=	14
-
-MAINTAINER=	mfechner@FreeBSD.org
-COMMENT=	Boot large ruby/rails apps faster
-
-LICENSE=	MIT
-LICENSE_FILE=	${WRKSRC}/LICENSE.txt
-
-RUN_DEPENDS=	rubygem-msgpack>=1.0<2:devel/rubygem-msgpack
-
-USES=		gem
-USE_RUBY=	yes
-
-.include <bsd.port.mk>
diff --git a/devel/rubygem-bootsnap14/distinfo b/devel/rubygem-bootsnap14/distinfo
deleted file mode 100644
index b991906581d8..000000000000
--- a/devel/rubygem-bootsnap14/distinfo
+++ /dev/null
@@ -1,3 +0,0 @@
-TIMESTAMP = 1604918589
-SHA256 (rubygem/bootsnap-1.4.9.gem) = c15de7cf7400891b2de6791ee62302287f02b4a11c52efa8630537ff91e6dab3
-SIZE (rubygem/bootsnap-1.4.9.gem) = 32256
diff --git a/devel/rubygem-bootsnap14/pkg-descr b/devel/rubygem-bootsnap14/pkg-descr
deleted file mode 100644
index c9c5b634f559..000000000000
--- a/devel/rubygem-bootsnap14/pkg-descr
+++ /dev/null
@@ -1,5 +0,0 @@
-Bootsnap makes booting large ruby/rails apps faster.  It is a library that plugs
-into a number of Ruby and (optionally) ActiveSupport and YAML methods to
-optimize and cache expensive computations.
-
-WWW: https://github.com/Shopify/bootsnap