aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPo-Chuan Hsieh <sunpoet@FreeBSD.org>2021-12-21 19:26:29 +0000
committerPo-Chuan Hsieh <sunpoet@FreeBSD.org>2021-12-21 19:26:29 +0000
commit4d8bccfeb97a2c0b804d763593d0619ae679193d (patch)
tree4910106ddec9cb1f1ee630e2def2300f4db5f7a8
parent05e7d7171d12c93b7b625d407497a583a8f39b6b (diff)
downloadports-4d8bccfeb97a2c0b804d763593d0619ae679193d.tar.gz
ports-4d8bccfeb97a2c0b804d763593d0619ae679193d.zip
devel/rubygem-bootsnap14: Remove obsoleted port
Use devel/rubygem-bootsnap instead. With hat: ruby
-rw-r--r--devel/rubygem-bootsnap14/Makefile18
-rw-r--r--devel/rubygem-bootsnap14/distinfo3
-rw-r--r--devel/rubygem-bootsnap14/pkg-descr5
3 files changed, 0 insertions, 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