aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPo-Chuan Hsieh <sunpoet@FreeBSD.org>2023-04-09 13:28:01 +0000
committerPo-Chuan Hsieh <sunpoet@FreeBSD.org>2023-04-09 13:36:28 +0000
commit86cbe27a8eae881b7e180b0820034871a6e8fd72 (patch)
treed9a66128969df40893b58be8d7cc27237e5f6797
parentad5e6690a51af7d1ff2b00da5338a8d2a1b03259 (diff)
downloadports-86cbe27.tar.gz
ports-86cbe27.zip
devel/rubygem-bootsnap111: Remove obsoleted port
Use devel/rubygem-bootsnap instead.
-rw-r--r--MOVED1
-rw-r--r--devel/Makefile1
-rw-r--r--devel/rubygem-bootsnap111/Makefile23
-rw-r--r--devel/rubygem-bootsnap111/distinfo3
-rw-r--r--devel/rubygem-bootsnap111/pkg-descr3
5 files changed, 1 insertions, 30 deletions
diff --git a/MOVED b/MOVED
index b5aebcd42c75..da68232b21d1 100644
--- a/MOVED
+++ b/MOVED
@@ -17894,3 +17894,4 @@ multimedia/pHash||2023-04-09|Has expired: No users left in tree and fails to bui
devel/py-jsonschema49|devel/py-jsonschema|2023-04-09|Remove obsoleted port. Use devel/py-jsonschema instead
devel/rubygem-aws-sdk-core3168|devel/rubygem-aws-sdk-core|2023-04-09|Remove obsoleted port. Use devel/rubygem-aws-sdk-core instead
devel/rubygem-aws-sdk-s31117|devel/rubygem-aws-sdk-s3|2023-04-09|Remove obsoleted port. Use devel/rubygem-aws-sdk-s3 instead
+devel/rubygem-bootsnap111|devel/rubygem-bootsnap|2023-04-09|Remove obsoleted port. Use devel/rubygem-bootsnap instead
diff --git a/devel/Makefile b/devel/Makefile
index 8519b9e52ab1..5f7b13d4df2a 100644
--- a/devel/Makefile
+++ b/devel/Makefile
@@ -6478,7 +6478,6 @@
SUBDIR += rubygem-blockenspiel
SUBDIR += rubygem-bones
SUBDIR += rubygem-bootsnap
- SUBDIR += rubygem-bootsnap111
SUBDIR += rubygem-bootsnap112
SUBDIR += rubygem-bootsnap114
SUBDIR += rubygem-bootsnap115
diff --git a/devel/rubygem-bootsnap111/Makefile b/devel/rubygem-bootsnap111/Makefile
deleted file mode 100644
index fc4d7e417253..000000000000
--- a/devel/rubygem-bootsnap111/Makefile
+++ /dev/null
@@ -1,23 +0,0 @@
-PORTNAME= bootsnap
-PORTVERSION= 1.11.1
-CATEGORIES= devel rubygems
-MASTER_SITES= RG
-PKGNAMESUFFIX= 111
-
-MAINTAINER= sunpoet@FreeBSD.org
-COMMENT= Boot large ruby/rails apps faster
-WWW= https://github.com/Shopify/bootsnap
-
-LICENSE= MIT
-LICENSE_FILE= ${WRKSRC}/LICENSE.txt
-
-RUN_DEPENDS= rubygem-msgpack>=1.2<2:devel/rubygem-msgpack
-
-USES= gem
-
-PORTSCOUT= limit:^1\.11\.
-
-post-install:
- ${RM} ${STAGEDIR}${PREFIX}/bin/bootsnap
-
-.include <bsd.port.mk>
diff --git a/devel/rubygem-bootsnap111/distinfo b/devel/rubygem-bootsnap111/distinfo
deleted file mode 100644
index 3f0eceedab8f..000000000000
--- a/devel/rubygem-bootsnap111/distinfo
+++ /dev/null
@@ -1,3 +0,0 @@
-TIMESTAMP = 1647264810
-SHA256 (rubygem/bootsnap-1.11.1.gem) = 6fc933ae3e23e0c3ccae2bc4b7d66c1dec774739ca4011b3ce76d7672f82502e
-SIZE (rubygem/bootsnap-1.11.1.gem) = 39936
diff --git a/devel/rubygem-bootsnap111/pkg-descr b/devel/rubygem-bootsnap111/pkg-descr
deleted file mode 100644
index 25d2164171a9..000000000000
--- a/devel/rubygem-bootsnap111/pkg-descr
+++ /dev/null
@@ -1,3 +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.