Verified Commit 7a9b016e authored by sunpoet's avatar sunpoet
Browse files

devel/rubygem-cucumber-core13: Remove obsoleted port

Use devel/rubygem-cucumber-core instead.
parent 117affe1
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -4813,3 +4813,4 @@ devel/rubygem-aws-sdk-opsworks||2025-10-18|Remove obsoleted port
devel/rubygem-aws-sdk-opsworkscm||2025-10-18|Remove obsoleted port
devel/rubygem-aws-sdk-sms||2025-10-18|Remove obsoleted port
devel/rubygem-cucumber9|devel/rubygem-cucumber|2025-10-18|Remove obsoleted port. Use devel/rubygem-cucumber instead
devel/rubygem-cucumber-core13|devel/rubygem-cucumber-core|2025-10-18|Remove obsoleted port. Use devel/rubygem-cucumber-core instead
+0 −1
Original line number Diff line number Diff line
@@ -7232,7 +7232,6 @@
    SUBDIR += rubygem-cucumber-ci-environment
    SUBDIR += rubygem-cucumber-ci-environment10
    SUBDIR += rubygem-cucumber-core
    SUBDIR += rubygem-cucumber-core13
    SUBDIR += rubygem-cucumber-cucumber-expressions
    SUBDIR += rubygem-cucumber-cucumber-expressions17
    SUBDIR += rubygem-cucumber-messages
+0 −25
Original line number Diff line number Diff line
PORTNAME=	cucumber-core
PORTVERSION=	13.0.3
CATEGORIES=	devel rubygems
MASTER_SITES=	RG
PKGNAMESUFFIX=	13

MAINTAINER=	sunpoet@FreeBSD.org
COMMENT=	Core library for the Cucumber BDD app
WWW=		https://cucumber.io/ \
		https://github.com/cucumber/cucumber-ruby-core

LICENSE=	MIT
LICENSE_FILE=	${WRKSRC}/LICENSE

RUN_DEPENDS=	rubygem-cucumber-gherkin27>=27<28:textproc/rubygem-cucumber-gherkin27 \
		rubygem-cucumber-messages22>=20<23:devel/rubygem-cucumber-messages22 \
		rubygem-cucumber-tag-expressions>=5<7:devel/rubygem-cucumber-tag-expressions

USES=		gem

NO_ARCH=	yes

PORTSCOUT=	limit:^13\.

.include <bsd.port.mk>
+0 −3
Original line number Diff line number Diff line
TIMESTAMP = 1722249112
SHA256 (rubygem/cucumber-core-13.0.3.gem) = e01c28d658dc0a8d5804507e0b63b58ba0e4fbe8e7d50f8f19c17b44872c5344
SIZE (rubygem/cucumber-core-13.0.3.gem) = 23040
+0 −6
Original line number Diff line number Diff line
Cucumber Core is the inner hexagon for the Ruby flavour of Cucumber.

It contains the core domain logic to execute Cucumber features. It has no user
interface, just a Ruby API. If you're interested in how Cucumber works, or in
building other tools that work with Gherkin documents, you've come to the right
place.