git: 560e1984528c - main - devel/rubygem-bootsnap115: Remove obsoleted port
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 09 Apr 2023 13:39:26 UTC
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=560e1984528cb70654321d1d3ae0f9afa835deb4 commit 560e1984528cb70654321d1d3ae0f9afa835deb4 Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2023-04-09 13:28:05 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2023-04-09 13:36:29 +0000 devel/rubygem-bootsnap115: Remove obsoleted port Use devel/rubygem-bootsnap instead. --- MOVED | 1 + devel/Makefile | 1 - devel/rubygem-bootsnap115/Makefile | 23 ----------------------- devel/rubygem-bootsnap115/distinfo | 3 --- devel/rubygem-bootsnap115/pkg-descr | 3 --- 5 files changed, 1 insertion(+), 30 deletions(-) diff --git a/MOVED b/MOVED index 03cc61dc2dfa..1f8ed2b2c113 100644 --- a/MOVED +++ b/MOVED @@ -17897,3 +17897,4 @@ devel/rubygem-aws-sdk-s31117|devel/rubygem-aws-sdk-s3|2023-04-09|Remove obsolete 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 devel/rubygem-bootsnap114|devel/rubygem-bootsnap|2023-04-09|Remove obsoleted port. Use devel/rubygem-bootsnap instead +devel/rubygem-bootsnap115|devel/rubygem-bootsnap|2023-04-09|Remove obsoleted port. Use devel/rubygem-bootsnap instead diff --git a/devel/Makefile b/devel/Makefile index a09d380fcb99..bfe775d56ecc 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -6478,7 +6478,6 @@ SUBDIR += rubygem-blockenspiel SUBDIR += rubygem-bones SUBDIR += rubygem-bootsnap - SUBDIR += rubygem-bootsnap115 SUBDIR += rubygem-bootstrap_form SUBDIR += rubygem-bson SUBDIR += rubygem-buftok diff --git a/devel/rubygem-bootsnap115/Makefile b/devel/rubygem-bootsnap115/Makefile deleted file mode 100644 index 04aa44ac7b12..000000000000 --- a/devel/rubygem-bootsnap115/Makefile +++ /dev/null @@ -1,23 +0,0 @@ -PORTNAME= bootsnap -PORTVERSION= 1.15.0 -CATEGORIES= devel rubygems -MASTER_SITES= RG -PKGNAMESUFFIX= 115 - -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\.15\. - -post-install: - ${RM} ${STAGEDIR}${PREFIX}/bin/bootsnap - -.include <bsd.port.mk> diff --git a/devel/rubygem-bootsnap115/distinfo b/devel/rubygem-bootsnap115/distinfo deleted file mode 100644 index 3a6cc9384d1e..000000000000 --- a/devel/rubygem-bootsnap115/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1674590336 -SHA256 (rubygem/bootsnap-1.15.0.gem) = f246bb1152159098f5d5619b92e373c73db77769bf3e0c4b6336feeb934bc8d2 -SIZE (rubygem/bootsnap-1.15.0.gem) = 39936 diff --git a/devel/rubygem-bootsnap115/pkg-descr b/devel/rubygem-bootsnap115/pkg-descr deleted file mode 100644 index 25d2164171a9..000000000000 --- a/devel/rubygem-bootsnap115/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.