diff options
| author | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2023-04-09 13:28:02 +0000 |
|---|---|---|
| committer | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2023-04-09 13:36:28 +0000 |
| commit | 99a330a8a0faf640981970d5f92af730e8d95040 (patch) | |
| tree | 80dab146047b1ff6f7bf77840d5a7d45ae2c3496 | |
| parent | 86cbe27a8eae881b7e180b0820034871a6e8fd72 (diff) | |
devel/rubygem-bootsnap112: Remove obsoleted port
Use devel/rubygem-bootsnap instead.
| -rw-r--r-- | MOVED | 1 | ||||
| -rw-r--r-- | devel/Makefile | 1 | ||||
| -rw-r--r-- | devel/rubygem-bootsnap112/Makefile | 23 | ||||
| -rw-r--r-- | devel/rubygem-bootsnap112/distinfo | 3 | ||||
| -rw-r--r-- | devel/rubygem-bootsnap112/pkg-descr | 3 |
5 files changed, 1 insertions, 30 deletions
@@ -17895,3 +17895,4 @@ devel/py-jsonschema49|devel/py-jsonschema|2023-04-09|Remove obsoleted port. Use 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 +devel/rubygem-bootsnap112|devel/rubygem-bootsnap|2023-04-09|Remove obsoleted port. Use devel/rubygem-bootsnap instead diff --git a/devel/Makefile b/devel/Makefile index 5f7b13d4df2a..69e614da42cb 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -6478,7 +6478,6 @@ SUBDIR += rubygem-blockenspiel SUBDIR += rubygem-bones SUBDIR += rubygem-bootsnap - SUBDIR += rubygem-bootsnap112 SUBDIR += rubygem-bootsnap114 SUBDIR += rubygem-bootsnap115 SUBDIR += rubygem-bootstrap_form diff --git a/devel/rubygem-bootsnap112/Makefile b/devel/rubygem-bootsnap112/Makefile deleted file mode 100644 index 58c650a70af4..000000000000 --- a/devel/rubygem-bootsnap112/Makefile +++ /dev/null @@ -1,23 +0,0 @@ -PORTNAME= bootsnap -PORTVERSION= 1.12.0 -CATEGORIES= devel rubygems -MASTER_SITES= RG -PKGNAMESUFFIX= 112 - -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\.12\. - -post-install: - ${RM} ${STAGEDIR}${PREFIX}/bin/bootsnap - -.include <bsd.port.mk> diff --git a/devel/rubygem-bootsnap112/distinfo b/devel/rubygem-bootsnap112/distinfo deleted file mode 100644 index dd86cae7669c..000000000000 --- a/devel/rubygem-bootsnap112/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1653926082 -SHA256 (rubygem/bootsnap-1.12.0.gem) = 6c6d7e57e6da89817953dbfb410d04c44ddfa6c3eb4be303d21e6c41dc20ea7b -SIZE (rubygem/bootsnap-1.12.0.gem) = 39424 diff --git a/devel/rubygem-bootsnap112/pkg-descr b/devel/rubygem-bootsnap112/pkg-descr deleted file mode 100644 index 25d2164171a9..000000000000 --- a/devel/rubygem-bootsnap112/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. |
