aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPo-Chuan Hsieh <sunpoet@FreeBSD.org>2024-12-31 16:17:06 +0000
committerPo-Chuan Hsieh <sunpoet@FreeBSD.org>2024-12-31 16:22:44 +0000
commit1f600f68775b233476542d52c652ad6fd671bda4 (patch)
tree6b21e538e6837265067f5fed037da2454e81a5ff
parent8c1b9c19f7f43228fcca0eb89059a6e031c357d9 (diff)
textproc/rubygem-elasticsearch-api713: Remove obsoleted port
Use textproc/rubygem-elasticsearch-api instead.
-rw-r--r--MOVED1
-rw-r--r--textproc/Makefile1
-rw-r--r--textproc/rubygem-elasticsearch-api713/Makefile22
-rw-r--r--textproc/rubygem-elasticsearch-api713/distinfo3
-rw-r--r--textproc/rubygem-elasticsearch-api713/pkg-descr2
5 files changed, 1 insertions, 28 deletions
diff --git a/MOVED b/MOVED
index 81e5dd47b505..555834e41155 100644
--- a/MOVED
+++ b/MOVED
@@ -3791,3 +3791,4 @@ devel/rubygem-grape1|devel/rubygem-grape|2024-12-31|Remove obsoleted port. Use d
devel/rubygem-libddprof|devel/rubygem-libdatadog|2024-12-31|Remove obsoleted port. Use devel/rubygem-libdatadog instead
net/rubygem-google-cloud-storage145|net/rubygem-google-cloud-storage|2024-12-31|Remove obsoleted port. Use net/rubygem-google-cloud-storage instead
net/rubygem-octokit8|net/rubygem-octokit|2024-12-31|Remove obsoleted port. Use net/rubygem-octokit instead
+textproc/rubygem-elasticsearch-api713|textproc/rubygem-elasticsearch-api|2024-12-31|Remove obsoleted port. Use textproc/rubygem-elasticsearch-api instead
diff --git a/textproc/Makefile b/textproc/Makefile
index a789b7b41dc3..8f47f83da68c 100644
--- a/textproc/Makefile
+++ b/textproc/Makefile
@@ -1828,7 +1828,6 @@
SUBDIR += rubygem-elasticsearch-api
SUBDIR += rubygem-elasticsearch-api-gitlab
SUBDIR += rubygem-elasticsearch-api7
- SUBDIR += rubygem-elasticsearch-api713
SUBDIR += rubygem-elasticsearch-dsl
SUBDIR += rubygem-elasticsearch-gitlab
SUBDIR += rubygem-elasticsearch-model
diff --git a/textproc/rubygem-elasticsearch-api713/Makefile b/textproc/rubygem-elasticsearch-api713/Makefile
deleted file mode 100644
index 365708bac58f..000000000000
--- a/textproc/rubygem-elasticsearch-api713/Makefile
+++ /dev/null
@@ -1,22 +0,0 @@
-PORTNAME= elasticsearch-api
-PORTVERSION= 7.13.3
-CATEGORIES= textproc rubygems
-MASTER_SITES= RG
-PKGNAMESUFFIX= 713
-
-MAINTAINER= sunpoet@FreeBSD.org
-COMMENT= Ruby API for Elasticsearch
-WWW= https://github.com/elastic/elasticsearch-ruby/tree/master/elasticsearch-api
-
-LICENSE= APACHE20
-LICENSE_FILE= ${WRKSRC}/LICENSE
-
-RUN_DEPENDS= rubygem-multi_json>=0:devel/rubygem-multi_json
-
-USES= gem
-
-NO_ARCH= yes
-
-PORTSCOUT= limit:^7\.13\.
-
-.include <bsd.port.mk>
diff --git a/textproc/rubygem-elasticsearch-api713/distinfo b/textproc/rubygem-elasticsearch-api713/distinfo
deleted file mode 100644
index 174e77b76aa2..000000000000
--- a/textproc/rubygem-elasticsearch-api713/distinfo
+++ /dev/null
@@ -1,3 +0,0 @@
-TIMESTAMP = 1652122789
-SHA256 (rubygem/elasticsearch-api-7.13.3.gem) = 888f35c64c896db7909f1a56f6c383c45ad6b73c3231649b9c989e39b3d2ba2e
-SIZE (rubygem/elasticsearch-api-7.13.3.gem) = 92160
diff --git a/textproc/rubygem-elasticsearch-api713/pkg-descr b/textproc/rubygem-elasticsearch-api713/pkg-descr
deleted file mode 100644
index ac4e2f9daa1c..000000000000
--- a/textproc/rubygem-elasticsearch-api713/pkg-descr
+++ /dev/null
@@ -1,2 +0,0 @@
-Ruby API for Elasticsearch. See textproc/rubygem-elasticsearch for more
-details.