git: 25b4b59d4e84 - main - devel/rubygem-bootsnap116: Remove obsoleted port
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 01 Dec 2023 22:17:34 UTC
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=25b4b59d4e84c22ab154ac4703a58e75efe1868a commit 25b4b59d4e84c22ab154ac4703a58e75efe1868a Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2023-12-01 21:57:50 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2023-12-01 22:11:28 +0000 devel/rubygem-bootsnap116: Remove obsoleted port Use devel/rubygem-bootsnap instead. --- MOVED | 1 + devel/Makefile | 1 - devel/rubygem-bootsnap116/Makefile | 23 ----------------------- devel/rubygem-bootsnap116/distinfo | 3 --- devel/rubygem-bootsnap116/pkg-descr | 3 --- 5 files changed, 1 insertion(+), 30 deletions(-) diff --git a/MOVED b/MOVED index af12480b1560..9cc24e9c9b9f 100644 --- a/MOVED +++ b/MOVED @@ -8105,3 +8105,4 @@ databases/p5-Search-Xapian12|databases/p5-Search-Xapian|2023-12-01|Remove obsole databases/xapian-bindings12|databases/xapian-bindings|2023-12-01|Remove obsoleted port. Use databases/xapian-bindings instead databases/xapian-core12|databases/xapian-core|2023-12-01|Remove obsoleted port. Use databases/xapian-core instead www/xapian-omega12|www/xapian-omega|2023-12-01|Remove obsoleted port. Use www/xapian-omega instead +devel/rubygem-bootsnap116|devel/rubygem-bootsnap|2023-12-01|Remove obsoleted port. Use devel/rubygem-bootsnap instead diff --git a/devel/Makefile b/devel/Makefile index 601d0a612dc9..de106aba6178 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -6625,7 +6625,6 @@ SUBDIR += rubygem-blockenspiel SUBDIR += rubygem-bones SUBDIR += rubygem-bootsnap - SUBDIR += rubygem-bootsnap116 SUBDIR += rubygem-bootstrap_form SUBDIR += rubygem-bson SUBDIR += rubygem-buftok diff --git a/devel/rubygem-bootsnap116/Makefile b/devel/rubygem-bootsnap116/Makefile deleted file mode 100644 index b692ce3e0fe0..000000000000 --- a/devel/rubygem-bootsnap116/Makefile +++ /dev/null @@ -1,23 +0,0 @@ -PORTNAME= bootsnap -PORTVERSION= 1.16.0 -CATEGORIES= devel rubygems -MASTER_SITES= RG -PKGNAMESUFFIX= 116 - -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\.16\. - -post-install: - ${RM} ${STAGEDIR}${PREFIX}/bin/bootsnap - -.include <bsd.port.mk> diff --git a/devel/rubygem-bootsnap116/distinfo b/devel/rubygem-bootsnap116/distinfo deleted file mode 100644 index 25354ab2b1f9..000000000000 --- a/devel/rubygem-bootsnap116/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1675191823 -SHA256 (rubygem/bootsnap-1.16.0.gem) = f87410c00f69cd84a6e72a6c4bdba733f800d80d934f4315849d18ca9f288fed -SIZE (rubygem/bootsnap-1.16.0.gem) = 39936 diff --git a/devel/rubygem-bootsnap116/pkg-descr b/devel/rubygem-bootsnap116/pkg-descr deleted file mode 100644 index 25d2164171a9..000000000000 --- a/devel/rubygem-bootsnap116/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.