git: b8b81ea7f728 - main - devel/rubygem-bootsnap19: Remove obsoleted port
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 29 Jan 2022 01:29:39 UTC
The branch main has been updated by sunpoet:
URL: https://cgit.FreeBSD.org/ports/commit/?id=b8b81ea7f728f7c4600646ddfc183e75e0581300
commit b8b81ea7f728f7c4600646ddfc183e75e0581300
Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2022-01-29 01:29:09 +0000
Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2022-01-29 01:29:09 +0000
devel/rubygem-bootsnap19: Remove obsoleted port
Use devel/rubygem-bootsnap instead.
---
devel/Makefile | 1 -
devel/rubygem-bootsnap19/Makefile | 22 ----------------------
devel/rubygem-bootsnap19/distinfo | 3 ---
devel/rubygem-bootsnap19/pkg-descr | 5 -----
4 files changed, 31 deletions(-)
diff --git a/devel/Makefile b/devel/Makefile
index c6b3e82b9313..5872e89abb21 100644
--- a/devel/Makefile
+++ b/devel/Makefile
@@ -6149,7 +6149,6 @@
SUBDIR += rubygem-blockenspiel
SUBDIR += rubygem-bones
SUBDIR += rubygem-bootsnap
- SUBDIR += rubygem-bootsnap19
SUBDIR += rubygem-bootstrap_form
SUBDIR += rubygem-bson
SUBDIR += rubygem-buftok
diff --git a/devel/rubygem-bootsnap19/Makefile b/devel/rubygem-bootsnap19/Makefile
deleted file mode 100644
index 789fc31560fb..000000000000
--- a/devel/rubygem-bootsnap19/Makefile
+++ /dev/null
@@ -1,22 +0,0 @@
-PORTNAME= bootsnap
-PORTVERSION= 1.9.4
-CATEGORIES= devel rubygems
-MASTER_SITES= RG
-PKGNAMESUFFIX= 19
-
-MAINTAINER= sunpoet@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
-
-PLIST_FILES= bin/bootsnap
-
-PORTSCOUT= limit:^1\.9\.
-
-.include <bsd.port.mk>
diff --git a/devel/rubygem-bootsnap19/distinfo b/devel/rubygem-bootsnap19/distinfo
deleted file mode 100644
index fb7078a8b40d..000000000000
--- a/devel/rubygem-bootsnap19/distinfo
+++ /dev/null
@@ -1,3 +0,0 @@
-TIMESTAMP = 1642102599
-SHA256 (rubygem/bootsnap-1.9.4.gem) = 36ad7d3bab60bb9036cbc8f9c4880ff0793680b33ad7cda022a731adace824a6
-SIZE (rubygem/bootsnap-1.9.4.gem) = 37376
diff --git a/devel/rubygem-bootsnap19/pkg-descr b/devel/rubygem-bootsnap19/pkg-descr
deleted file mode 100644
index c9c5b634f559..000000000000
--- a/devel/rubygem-bootsnap19/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