git: 99a330a8a0fa - main - devel/rubygem-bootsnap112: Remove obsoleted port
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 09 Apr 2023 13:39:24 UTC
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=99a330a8a0faf640981970d5f92af730e8d95040 commit 99a330a8a0faf640981970d5f92af730e8d95040 Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2023-04-09 13:28:02 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2023-04-09 13:36:28 +0000 devel/rubygem-bootsnap112: Remove obsoleted port Use devel/rubygem-bootsnap instead. --- MOVED | 1 + devel/Makefile | 1 - devel/rubygem-bootsnap112/Makefile | 23 ----------------------- devel/rubygem-bootsnap112/distinfo | 3 --- devel/rubygem-bootsnap112/pkg-descr | 3 --- 5 files changed, 1 insertion(+), 30 deletions(-) diff --git a/MOVED b/MOVED index da68232b21d1..1ab3540efc53 100644 --- a/MOVED +++ b/MOVED @@ -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.