git: e079b45b09b2 - main - devel/rubygem-cucumber-messages13: Remove obsoleted port
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 21 Dec 2021 19:49:53 UTC
The branch main has been updated by sunpoet:
URL: https://cgit.FreeBSD.org/ports/commit/?id=e079b45b09b2db011013efca72f907b9196c3505
commit e079b45b09b2db011013efca72f907b9196c3505
Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2021-12-21 19:26:32 +0000
Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2021-12-21 19:26:32 +0000
devel/rubygem-cucumber-messages13: Remove obsoleted port
Use devel/rubygem-cucumber-messages instead.
---
devel/rubygem-cucumber-messages13/Makefile | 24 ------------------------
devel/rubygem-cucumber-messages13/distinfo | 3 ---
devel/rubygem-cucumber-messages13/pkg-descr | 6 ------
3 files changed, 33 deletions(-)
diff --git a/devel/rubygem-cucumber-messages13/Makefile b/devel/rubygem-cucumber-messages13/Makefile
deleted file mode 100644
index 59e4b304e495..000000000000
--- a/devel/rubygem-cucumber-messages13/Makefile
+++ /dev/null
@@ -1,24 +0,0 @@
-# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
-
-PORTNAME= cucumber-messages
-PORTVERSION= 13.2.1
-CATEGORIES= devel rubygems
-MASTER_SITES= RG
-PKGNAMESUFFIX= 13
-
-MAINTAINER= sunpoet@FreeBSD.org
-COMMENT= Protocol Buffer messages for Cucumber
-
-LICENSE= MIT
-LICENSE_FILE= ${WRKSRC}/LICENSE
-
-RUN_DEPENDS= rubygem-protobuf-cucumber>=3.10.8<4:devel/rubygem-protobuf-cucumber
-
-USES= gem
-USE_RUBY= yes
-
-NO_ARCH= yes
-
-PORTSCOUT= limit:^13\.
-
-.include <bsd.port.mk>
diff --git a/devel/rubygem-cucumber-messages13/distinfo b/devel/rubygem-cucumber-messages13/distinfo
deleted file mode 100644
index 1a00b557dcfb..000000000000
--- a/devel/rubygem-cucumber-messages13/distinfo
+++ /dev/null
@@ -1,3 +0,0 @@
-TIMESTAMP = 1605901774
-SHA256 (rubygem/cucumber-messages-13.2.1.gem) = 951f0475beb508549cb8cb9820c5fe716737e8dbeeb39e4630676911c8d6fe0b
-SIZE (rubygem/cucumber-messages-13.2.1.gem) = 11264
diff --git a/devel/rubygem-cucumber-messages13/pkg-descr b/devel/rubygem-cucumber-messages13/pkg-descr
deleted file mode 100644
index 714a8d201600..000000000000
--- a/devel/rubygem-cucumber-messages13/pkg-descr
+++ /dev/null
@@ -1,6 +0,0 @@
-Cucumber Messages is a message protocol based on Protocol Buffers. It allows one
-process to construct message objects and send them to another process. Protobuf
-takes care of serialising those messages to a binary format, and deserialise
-them on the other end.
-
-WWW: https://github.com/cucumber/common/tree/main/messages/ruby