Verified Commit 86cbe27a authored by sunpoet's avatar sunpoet
Browse files

devel/rubygem-bootsnap111: Remove obsoleted port

Use devel/rubygem-bootsnap instead.
parent ad5e6690
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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
+0 −1
Original line number Diff line number Diff line
@@ -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
+0 −23
Original line number Diff line number Diff line
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>
+0 −3
Original line number Diff line number Diff line
TIMESTAMP = 1647264810
SHA256 (rubygem/bootsnap-1.11.1.gem) = 6fc933ae3e23e0c3ccae2bc4b7d66c1dec774739ca4011b3ce76d7672f82502e
SIZE (rubygem/bootsnap-1.11.1.gem) = 39936
+0 −3
Original line number Diff line number Diff line
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.