git: 25c978516765 - main - cleanup: Remove expired ports:
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 24 Jun 2022 13:20:00 UTC
The branch main has been updated by mfechner: URL: https://cgit.FreeBSD.org/ports/commit/?id=25c9785167654997b2a292cf447f942d7df5a68c commit 25c9785167654997b2a292cf447f942d7df5a68c Author: Matthias Fechner <mfechner@FreeBSD.org> AuthorDate: 2022-06-24 13:19:09 +0000 Commit: Matthias Fechner <mfechner@FreeBSD.org> CommitDate: 2022-06-24 13:19:29 +0000 cleanup: Remove expired ports: textproc/rubygem-elasticsearch-model6 use textproc/rubygem-elasticsearch-model instead --- MOVED | 1 + textproc/Makefile | 1 - textproc/rubygem-elasticsearch-model6/Makefile | 24 ------------------------ textproc/rubygem-elasticsearch-model6/distinfo | 3 --- textproc/rubygem-elasticsearch-model6/pkg-descr | 7 ------- 5 files changed, 1 insertion(+), 35 deletions(-) diff --git a/MOVED b/MOVED index 06166763bfbb..4903ff8f4674 100644 --- a/MOVED +++ b/MOVED @@ -17212,3 +17212,4 @@ net-im/licq-osd||2022-06-21|Removed, part of expired net-im/licq net-im/licq-qt-gui||2022-06-21|Removed, part of expired net-im/licq x11-toolkits/py-xlib|x11-toolkits/py-python-xlib|2022-06-21|Use registered upstream (PyPI) name (Python ports compliance) www/openarc|mail/openarc|2022-06-21|Move to a proper category +textproc/rubygem-elasticsearch-model6|textproc/rubygem-elasticsearch-model|2022-06-24|Obsolete use textproc/rubygem-elasticsearch-model instead diff --git a/textproc/Makefile b/textproc/Makefile index 70847ef88fa9..d3a497928522 100644 --- a/textproc/Makefile +++ b/textproc/Makefile @@ -1670,7 +1670,6 @@ SUBDIR += rubygem-elasticsearch-api713 SUBDIR += rubygem-elasticsearch-dsl SUBDIR += rubygem-elasticsearch-model - SUBDIR += rubygem-elasticsearch-model6 SUBDIR += rubygem-elasticsearch-model713 SUBDIR += rubygem-elasticsearch-persistence SUBDIR += rubygem-elasticsearch-rails diff --git a/textproc/rubygem-elasticsearch-model6/Makefile b/textproc/rubygem-elasticsearch-model6/Makefile deleted file mode 100644 index bf46e163f6c3..000000000000 --- a/textproc/rubygem-elasticsearch-model6/Makefile +++ /dev/null @@ -1,24 +0,0 @@ -# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org> - -PORTNAME= elasticsearch-model -PORTVERSION= 6.1.1 -PORTREVISION= 1 -CATEGORIES= textproc rubygems -MASTER_SITES= RG -PKGNAMESUFFIX= 6 - -MAINTAINER= mfechner@FreeBSD.org -COMMENT= ActiveModel/Record integrations for Elasticsearch - -LICENSE= APACHE20 - -RUN_DEPENDS= rubygem-activesupport61>=3:devel/rubygem-activesupport61 \ - rubygem-elasticsearch6>=1:textproc/rubygem-elasticsearch6 \ - rubygem-hashie>=0:devel/rubygem-hashie - -USES= gem -USE_RUBY= yes - -NO_ARCH= yes - -.include <bsd.port.mk> diff --git a/textproc/rubygem-elasticsearch-model6/distinfo b/textproc/rubygem-elasticsearch-model6/distinfo deleted file mode 100644 index 83b70285bf6f..000000000000 --- a/textproc/rubygem-elasticsearch-model6/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1598421889 -SHA256 (rubygem/elasticsearch-model-6.1.1.gem) = 28cae29385e0449f401ec73417852493172aaa6f81ead74db6d82483c4adc6e0 -SIZE (rubygem/elasticsearch-model-6.1.1.gem) = 64512 diff --git a/textproc/rubygem-elasticsearch-model6/pkg-descr b/textproc/rubygem-elasticsearch-model6/pkg-descr deleted file mode 100644 index f2ae07277a54..000000000000 --- a/textproc/rubygem-elasticsearch-model6/pkg-descr +++ /dev/null @@ -1,7 +0,0 @@ -The Elasticsearch::Model library builds on top of the elasticsearch library. - -It aims to simplify integration of Ruby classes ("models"), commonly found e.g. -in Ruby on Rails applications, with the Elasticsearch search and analytics -engine. - -WWW: https://github.com/elastic/elasticsearch-rails/tree/master/elasticsearch-model