notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
This referral link gives you 10% off a Fastmail.com account and gives me a discount on my Fastmail account.

Get notified when packages are built

A new feature has been added. FreshPorts already tracks package built by the FreeBSD project. This information is displayed on each port page. You can now get an email when FreshPorts notices a new package is available for something on one of your watch lists. However, you must opt into that. Click on Report Subscriptions on the right, and New Package Notification box, and click on Update.

Finally, under Watch Lists, click on ABI Package Subscriptions to select your ABI (e.g. FreeBSD:14:amd64) & package set (latest/quarterly) combination for a given watch list. This is what FreshPorts will look for.

non port: textproc/rubygem-elasticsearch-transport/Makefile

Number of commits found: 56

Tuesday, 14 Nov 2023
17:16 Po-Chuan Hsieh (sunpoet) search for other commits by this committer
textproc/rubygem-elasticsearch-transport: Update to 7.17.10

Changes:	https://github.com/elastic/elasticsearch-ruby/releases
commit hash: 5c46c3ccd0ac402c0e352fb44bac710c1fbe6d3c commit hash: 5c46c3ccd0ac402c0e352fb44bac710c1fbe6d3c commit hash: 5c46c3ccd0ac402c0e352fb44bac710c1fbe6d3c commit hash: 5c46c3ccd0ac402c0e352fb44bac710c1fbe6d3c 5c46c3c
Saturday, 30 Sep 2023
00:46 Po-Chuan Hsieh (sunpoet) search for other commits by this committer
textproc/rubygem-elasticsearch-transport: Update to 7.17.9

Changes:	https://github.com/elastic/elasticsearch-ruby/releases
commit hash: 52354184a1a8ced3d4fb820eb2a46c21c04ca945 commit hash: 52354184a1a8ced3d4fb820eb2a46c21c04ca945 commit hash: 52354184a1a8ced3d4fb820eb2a46c21c04ca945 commit hash: 52354184a1a8ced3d4fb820eb2a46c21c04ca945 5235418
Wednesday, 6 Sep 2023
20:50 Po-Chuan Hsieh (sunpoet) search for other commits by this committer
textproc/rubygem-elasticsearch-transport: Update to 7.17.8

Changes:	https://github.com/elastic/elasticsearch-ruby/releases
commit hash: 86f3038bf6814717f6cf896e8568fbbfa4eacfca commit hash: 86f3038bf6814717f6cf896e8568fbbfa4eacfca commit hash: 86f3038bf6814717f6cf896e8568fbbfa4eacfca commit hash: 86f3038bf6814717f6cf896e8568fbbfa4eacfca 86f3038
Saturday, 27 May 2023
04:23 Po-Chuan Hsieh (sunpoet) search for other commits by this committer
textproc/rubygem-elasticsearch-transport: Update to 7.17.7

Changes:	https://github.com/elastic/elasticsearch-ruby/releases
commit hash: 5651172326bc21ed37a653f565892262f8d7a3a7 commit hash: 5651172326bc21ed37a653f565892262f8d7a3a7 commit hash: 5651172326bc21ed37a653f565892262f8d7a3a7 commit hash: 5651172326bc21ed37a653f565892262f8d7a3a7 5651172
Saturday, 14 Jan 2023
23:08 Muhammad Moinur Rahman (bofh) search for other commits by this committer
Mk/**ruby.mk: Switch from USE_RUBY=yes to USES=ruby

Switch from Mk/bsd.ruby.mk to Mk/Uses/ruby.mk

Notable changes are.

- Mk/bsd.ruby.mk is moved to Mk/Uses/ruby.mk.
- USE_RUBY=yes is replaced with USES=ruby.
- USE_RUBY_EXTCONF is replaced with USES=ruby:extconf.
- USE_RUBY_RDOC is replaced with USES=ruby:rdoc.
- USE_RUBY_SETUP is replaces with USES=ruby:setup.
- RUBY_NO_BUILD_DEPENDS and RUBY_NO_RUN_DEPENDS are replaced with
  USES=ruby:{build,none,run}.
- RUBY_REQUIRE isn't used anywhere, so removed.
- USES=gem now implies USES=ruby.

This is mainly the work of yasu@ at https://reviews.freebsd.org/D27863

I have just made some cosmetic changes and ran exp-run to test that the
tree is not in a BROKEN state.

Approved by:	portmgr
Differential Revision:	https://reviews.freebsd.org/D37925
commit hash: 18c6e18276691edf5274406bf82a3b06792ff9ae commit hash: 18c6e18276691edf5274406bf82a3b06792ff9ae commit hash: 18c6e18276691edf5274406bf82a3b06792ff9ae commit hash: 18c6e18276691edf5274406bf82a3b06792ff9ae 18c6e18
Wednesday, 7 Sep 2022
21:10 Stefan Eßer (se) search for other commits by this committer
Add WWW entries to port Makefiles

It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.

Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.

There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.

This commit implements such a proposal and moves one of the WWW: entries
of each pkg-descr file into the respective port's Makefile. A heuristic
attempts to identify the most relevant URL in case there is more than
one WWW: entry in some pkg-descr file. URLs that are not moved into the
Makefile are prefixed with "See also:" instead of "WWW:" in the pkg-descr
files in order to preserve them.

There are 1256 ports that had no WWW: entries in pkg-descr files. These
ports will not be touched in this commit.

The portlint port has been adjusted to expect a WWW entry in each port
Makefile, and to flag any remaining "WWW:" lines in pkg-descr files as
deprecated.

Approved by:		portmgr (tcberner)
commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 b7f0544
Wednesday, 20 Jul 2022
14:23 Tobias C. Berner (tcberner) search for other commits by this committer
textproc: remove 'Created by' lines

A big Thank You to the original contributors of these ports:

  *  "Choe, Cheng-Dae" whitekid
  *  -
  *  <glewis@FreeBSD.org>
  *  <koshy@india.hp.com>
  *  Aaron Dalton <aaron@FreeBSD.org>
  *  Aaron Dalton <aaron@daltons.ca>
  *  Aaron Straup Cope
  *  Aaron Straup Cope <ascope@cpan.org>
  *  Ache
  *  Adam Herzog <adam@herzogdesigns.com>
  *  Adam Weinberger <adamw@FreeBSD.org>
  *  Ade Lovett <ade@FreeBSD.org>
  *  Akinori MUSHA aka knu <knu@FreeBSD.org>
  *  Akinori MUSHA aka knu <knu@idaemons.org>
  *  Alan Eldridge <alane@FreeBSD.org>
  *  Alex Dupre <ale@FreeBSD.org>
  *  Alex Kapranoff <kappa@FreeBSD.org.ua>
  *  Alexander Logvinov <ports@logvinov.com>
  *  Alexander Nedotsukov <bland@FreeBSD.org>
  *  Alexander Zhuravlev <zaa@zaa.pp.ru>
  *  Alexander@Leidinger.net
  *  Alexandre Biancalana <ale@biancalanas.net>
  *  Alexey Dokuchaev <danfe@FreeBSD.org>
  *  Alexis Praga <alexis.praga@free.fr>
  *  Andreas Heil <ah@linux-hq.de>
  *  Andrei V. Shetuhin <reki@reki.ru>
  *  Andrej Zverev <andrey.zverev@electro-com.ru>
  *  Andrew <andrew@ugh.net.au>
  *  Andrew Humphrey <ahumphrey@realestate.com.au>
  *  Andrew Lewis <freeghb@gmail.com>
  *  Andrew Pantyukhin <infofarmer@FreeBSD.org>
  *  Andrew Romero <melanhit@gmail.com>
  *  Andrey Kostenko <andrey@kostenko.name>
  *  Andrey Zakhvatov
  *  Andrey Zakhvatov <andy@FreeBSD.org>
  *  Anes Mukhametov <anes@anes.su>
  *  Antoine Brodin <antoine@FreeBSD.org>
  *  Anton Berezin <tobez@FreeBSD.org>
  *  Anton Berezin <tobez@tobez.org>
  *  Anton Yudin <toha@toha.org.ua>
  *  Antonio Carlos Venancio Junior (<antonio@inf.ufsc.br>)
  *  Ashish SHUKLA <wahjava@gmail.com>
  *  Autrijus Tang <autrijus@autrijus.org>
  *  Babak Farrokhi <farrokhi@FreeBSD.org>
  *  Ben Haga <tuxsuximus@hotmail.com>
  *  Ben Woods <woodsb02@FreeBSD.org>
  *  Benno Rice <benno@jeamland.net>
  *  Bill "I hate Perl" Fumerola
  *  Bill Brinzer <bill.brinzer@gmail.com>
  *  Bill Fumerola <billf@chc-chimes.com>
  *  Bill Swingle <unfurl@FreeBSD.org>
  *  Bob Eager <rde@ml1.org.uk>
  *  Boris Samorodov <bsam@FreeBSD.org>
  *  Brian Candler <B.Candler@pobox.com>
  *  Brion Moss <brion@queeg.com>
  *  Carlos J Puga Medina <cpm@fbsd.es>
  *  Carlos J. Puga Medina <cpm@FreeBSD.org>
  *  Cezary Morga <cm@therek.net>
  *  Cheng-Lung Sung <clsung@FreeBSD.org>
  *  Cheng-Lung Sung <clsung@dragon2.net>
  *  Chris D. Faulhaber <jedgar@fxp.org>
  *  Chris Hutchinson <portmaster@bsdforge.com>
  *  Christoper Key <cjk32@cam.ac.uk>
  *  Clemens Zauner <czauner+ports@onlineloop.com>
  *  Cyrille Lefevre <clefevre@citeweb.net>
  *  Dan Langille <dvl@FreeBSD.org>
  *  Daniel Roethlisberger <daniel@roe.ch>
  *  Danilo G. Baio <dbaio@FreeBSD.org>
  *  David Bremner <bremner@unb.ca>
  *  David O'Brien (obrien@FreeBSD.org)
  *  David Sze <dsze@alumni.uwaterloo.ca>
  *  Denis Pokataev <catone@cpan.org>
  *  Dennis Herrmann <dhn@FreeBSD.org>
  *  Dereckson <dereckson@gmail.com>
  *  Dikshie
  *  Dikshie <dikshie@sfc.wide.ad.jp>
  *  Dima Sivachenko <demon@gpad.ac.ru>
  *  Dirk Froemberg <dirk@FreeBSD.org>
  *  Ditesh Shashikant Gathani <ditesh@gathani.org>
  *  Dmitry Morozovsky <marck@FreeBSD.org>
  *  Dmitry Sivachenko <demon@FreeBSD.org>
  *  Dom Mitchell <dom@happygiraffe.net>
  *  Don Croyle <croyle@gelemna.org>
  *  Donald Burr <dburr@FreeBSD.org>
  *  Douglas Thrift <douglas@douglasthrift.net>
  *  Dru Lavigne <dru@FreeBSD.org>
  *  Dryice Liu <dryice@dryice.name>
  *  Ed Schouten <ed@FreeBSD.org>
  *  Edward Tomasz Napierala <trasz@FreeBSD.org>
  *  Elvis Chiang <elvis@sslab.cs.ccu.edu.tw>
  *  Emanuel Haupt <ehaupt@FreeBSD.org>
  *  Emanuel Haupt <ehaupt@critical.ch>
  *  Eric A. Griff <eric@talesfromthereal.com>
  *  Eric Freeman <freebsdports@chillibear.com>
  *  Erik Greenwald <erik@smluc.org>
  *  Ernst de Haan <znerd@FreeBSD.org>
  *  Erwin Lansing <erwin@FreeBSD.org>
  *  Espen Tagestad <espen@tagestad.no>
  *  Eugene Furs <justas@mbank.lv>
  *  Felippe de Meirelles Motta <lippemail@gmail.com>
  *  Felix Palmen <felix@palmen-it.de>
  *  Fernan Aguero <fernan@iib.unsam.edu.ar>
  *  Filip Parag <filip@parag.rs>
  *  Foxfair Hu <foxfair@FreeBSD.org>
  *  Freddie Cash <fcash@sd73.bc.ca>
  *  Frederic Culot <culot@FreeBSD.org>
  *  Frederic Dubuy <fdubuy@free.fr>
  *  Gabor Kovesdan <gabor@FreeBSD.org>
  *  Garrett Rooney <rooneg@electricjellyfish.net>
  *  Gasol Wu <gasol.wu@gmail.com>
  *  Gea-Suan Lin <gslin@gslin.org>
  *  Geoffroy Desvernay <dgeo@centrale-marseille.fr>
  *  George Hartzell <hartzell@fruitfly.org>
  *  Gerald Pfeifer <gerald@pfeifer.com>
  *  Gerrit Beine <gerrit.beine@gmx.de>
  *  Glenn Trewitt <glenn@trewitt.org>
  *  Goran Tal <goran.tal@gmail.com>
  *  Graham Todd <gtodd@bellanet.org>
  *  Greg Larkin <glarkin@FreeBSD.org>
  *  Greg Lewis <glewis@FreeBSD.org>
  *  Grzegorz Blach <gblach@FreeBSD.org>
  *  Guangyuan Yang <ygy@FreeBSD.org>
  *  Hansjoerg Pehofer <hansjoerg.pehofer@uibk.ac.at>
  *  Henrik Motakef <henrik.motakef@web.de>
  *  Henry Hu <henry.hu.sh@gmail.com>
  *  Herve Quiroz <herve.quiroz@esil.univ-mrs.fr>
  *  Herve Quiroz <hq@FreeBSD.org>
  *  Hiroki Sato <hrs@FreeBSD.org>
  *  Horia Racoviceanu <horia@racoviceanu.com>
  *  Hye-Shik Chang <perky@fallin.lv>
  *  Ian Vaudrey <i.vaudrey@bigfoot.com>
  *  Ilya A. Arkhipov <rum1cro@yandex.ru>
  *  Jaap Boender <jaapb@kerguelen.org>
  *  James Earl
  *  James Flemer <jflemer@alum.rpi.edu>
  *  James Raftery <james@now.ie>
  *  Jason Burgess <dev@fenux.net>
  *  Jason Helfman <jgh@FreeBSD.org>
  *  Jean-Baptiste Quenot <jb.quenot@caraldi.com>
  *  Jean-Yves Lefort <jylefort@brutele.be>
  *  Jeff Putsch <jdputsch@comcast.net>
  *  Jeremy Shaffner <jeremy@external.org>
  *  Jie Gao <gaoj@cpsc.ucalgary.ca>
  *  Jim Mock <jim@FreeBSD.org>
  *  Jin-Shan Tseng <tjs@cdpa.nsysu.edu.tw>
  *  Joe Marcus Clarke <marcus@FreeBSD.org>
  *  Johann Visagie <johann@egenetics.com>
  *  Johann Visagie <wjv@FreeBSD.org>
  *  Johannes Jost Meixner <xmj@FreeBSD.org>
  *  Johannes Meixner <johannes@perceivon.net>
  *  John MacFarlane <jgm@berkeley.edu>
  *  John Marino <marino@FreeBSD.org>
  *  Jonathan Chen <jonc@chen.org.nz>
  *  Jos Backus <josb@cncdsl.com>
  *  Joseph Koshy <jkoshy@FreeBSD.org>
  *  Josh Gilliam <josh@quick.net>
  *  Jov <amutu@amutu.com>
  *  Jui-Nan Lin <jnlin@csie.nctu.edu.tw>
  *  Julien Laffaye <kimelto@gmail.com>
  *  Jun Kuriyama <kuriyama@opt.phys.waseda.ac.jp>
  *  Jyun-Yan You <jyyou@cs.nctu.edu.tw>
  *  KANOU Hiroki <kanou@khdd.net>
  *  KIMURA Yasuhiro <yasu@utahime.org>
  *  KIRIYAMA Kazuhiko <kiri@FreeBSD.org>
  *  Ka Ho Ng <khng300@gmail.com>
  *  Kay Lehmann <kay_lehmann@web.de>
  *  Kevin Lo <kevlo@FreeBSD.org>
  *  Kimura Fuyuki <fuyuki@hadaly.org>
  *  Kimura Fuyuki <fuyuki@mj.0038.net>
  *  Kimura Fuyuki <fuyuki@nigredo.org>
  *  Konstantin Menshikov <kostjnspb@yandex.ru>
  *  Koop Mast <kwm@FreeBSD.org>
  *  Kouichi ABE (WALL) <kouichi@mysticwall.com>
  *  Kris Kennaway <kris@FreeBSD.org>
  *  Kris Moore <kmoore@FreeBSD.org>
  *  Kuan-Chung Chiu <buganini@gmail.com>
  *  Kubilay Kocak <koobs@FreeBSD.org>
  *  Kurt Lidl <kurt.lidl@cello.com>
  *  Lars Balker Rasmussen <lbr@FreeBSD.org>
  *  Lars Engels <lme@FreeBSD.org>
  *  Lars Thegler <lars@thegler.dk>
  *  Lars Thegler <lth@FreeBSD.org>
  *  Leland Wang <llwang@infor.org>
  *  Leo Kim <leo@florida.sarang.net>
  *  Lev Serebryakov <lev@serebryakov.spb.ru>
  *  Li-Wen Hsu <lwhsu@FreeBSD.org>
  *  Loic Pefferkorn <loic-freebsd@loicp.eu>
  *  MANTANI Nobutaka <nobutaka@FreeBSD.org>
  *  MIHIRA Yoshiro <sanpei@FreeBSD.org>
  *  Marcin Cieslak
  *  Marcin Jessa <yazzy@yazzy.org>
  *  Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org>
  *  Mark Pulford <mark@kyne.com.au>
  *  Mark R V Murray <mark@grondar.za>
  *  Martin Kammerhofer
  *  Martin Matuska <mm@FreeBSD.org>
  *  Martin Wilke <miwi@FreeBSD.org>
  *  Marwan Burelle <marwan.burelle@lri.fr
  *  Masahiro Teramoto <markun@onohara.to>
  *  Mathieu Arnold <m@absolight.net>
  *  Matt Mills <matt_mills@btopenworld.com>
  *  Matthew Fuller <fullermd@over-yonder.net>
  *  Matthew Seaman
  *  Matthias Fechner <mfechner@FreeBSD.org>
  *  Mauricio Herrera Cuadra <mauricio@arareko.net>
  *  Max Baryshnikov <mephius@gmail.com>
  *  Max N. Boyarov <m.boyarov@gmail.com>
  *  Maxim Sobolev <sobomax@FreeBSD.org>
  *  Meno Abels <meno.abels@adviser.com>
  *  Michael Johnson <ahze@FreeBSD.org>
  *  Michael Johnson <ahze@ahze.net>
  *  Michael Moll <kvedulv@kvedulv.de>
  *  Michael Ranner <michael@ranner.eu>
  *  Michael Schout <mschout@gkg.net>
  *  Mike Bristow <mike@urgle.com>
  *  Mikhail Teterin <mi@aldan.algebra.com>
  *  Moggie <moggie@elasticmind.net>
  *  Mykola Dzham <freebsd@levsha.org.ua>
  *  Naram Qashat <cyberbotx@cyberbotx.com>
  *  Neil Booth
  *  Nicola Stanislao Vitale <nivit@FreeBSD.org
  *  Nicola Stanislao Vitale <nivit@FreeBSD.org>
  *  Nicola Vitale <nivit@FreeBSD.org>
  *  Nicola Vitale <nivit@email.it>
  *  Nik Clayton <nik@FreeBSD.org>
  *  Nikola Lecic <nikola.lecic@anthesphoria.net>
  *  Nosov Artem <chip-set@mail.ru>
  *  Oleg Mamontov <oleg@mamontov.net>
  *  Oliver Braun <obraun@informatik.unibw-muenchen.de>
  *  Oliver Eikemeier <eikemeier@fillmore-labs.com>
  *  Oliver Lehmann (oliver@FreeBSD.org)
  *  Olivier Duchateau
  *  Olivier Duchateau <olivierd@FreeBSD.org>
  *  Olivier Girard <Olivier.Girard@univ-angers.fr>
  *  Patrick Li <pat@databits.net>
  *  Patrick Powell <papowell@astart.com>
  *  Pav Lucistnik <pav@FreeBSD.org>
  *  Pav Lucistnik <pav@oook.cz>
  *  Pavel Timofeev <timp87@gmail.com>
  *  Pawel Pekala <pawel@FreeBSD.org>
  *  Pedro Giffuni
  *  Pedro Giffuni <pfg@FreeBSD.org>
  *  Pete Fritchman <petef@databits.net>
  *  Peter Johnson <johnson.peter@gmail.com>
  *  Peter Pentchev <roam@FreeBSD.org>
  *  Peter Schuller <peter.schuller@infidyne.com>
  *  Petteri Valkonen <petteri.valkonen@iki.fi>
  *  Pietro Cerutti <gahr@gahr.ch>
  *  Piotr Kubaj <pkubaj@anongoth.pl>
  *  Piotr Rybicki <meritus@innervision.pl>
  *  Po-Chuan Hsieh <sunpoet@FreeBSD.org>
  *  Radim Kolar <hsn@sanatana.dharma>
  *  Rainer Hurling <rhurlin@gwdg.de>
  *  Rene Ladan <rene@FreeBSD.org>
  *  René Ladan <rene@freebsd.org>
  *  Richard Gallamore <ultima@FreeBSD.org>
  *  Rick van der Zwet <info@rickvanderzwet.nl>
  *  Robert Gogolok <gogo@cs.uni-sb.de>
  *  Rod Taylor <ports@rbt.ca>
  *  Rodrigo OSORIO <rodrigo@FreeBSD.org>
  *  Roger Leigh <rleigh@codelibre.net>
  *  Rong-En Fan <rafan@infor.org>
  *  Rusmir Dusko <nemysis@FreeBSD.org>
  *  Russell Cloran <russell@rucus.ru.ac.za>
  *  Russell Jackson <raj@csub.edu>
  *  Ryan Steinmetz <zi@FreeBSD.org>
  *  Samuel Tardieu <sam@inf.enst.fr>
  *  Sascha Holzleiter <sascha@root-login.org>
  *  Scott Sanders <scott@jssjr.com>
  *  Seamus Venasse <svenasse@polaris.ca>
  *  Serge Gagnon <ser_gagnon@sympatico.ca>
  *  Sergei Kolobov <sergei@kolobov.com>
  *  Sergei Vyshenski <svysh.fbsd@gmail.com>
  *  Sergey A. Osokin <osa@FreeBSD.org>
  *  Sergey Skvortsov <skv@FreeBSD.org>
  *  Sergey Skvortsov <skv@protey.ru>
  *  Shen Chun-Hsing <statue@freebsd.netlab.cse.yzu.edu.tw>
  *  Shinsuke Matsui <smatsui@karashi.org>
  *  Silvio Ap Silva aka kanazuchi <alvolivre@live.com>
  *  Simon 'corecode' Schubert <corecode@corecode.ath.cx>
  *  Simon Olofsson <simon@olofsson.de>
  *  Soeren Boll Overgaard <boll@tolkien.dk>
  *  Sofian Brabez <sbz@FreeBSD.org>
  *  Stanislav Svirid <count@211.ru>
  *  Stefan Esser <se@FreeBSD.org>
  *  Stefan Pauly <stefan@fh-mainz.de>
  *  Stefan Walter <sw@gegenunendlich.de>
  *  Stephen Montgomery-Smith <stephen@math.missouri.edu>
  *  Stephen Roznowski (sjr@home.com)
  *  Stephon Chen <stephon@gmail.com>
  *  Steve Wills <swills@FreeBSD.org>
  *  Steve Wills <swills@rubick>
  *  Steven Kreuzer <skreuzer@FreeBSD.org>
  *  Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
  *  Sunpoet Po-Chuan Hsieh <sunpoet@sunpoet.net>
  *  Sven R <freebsd@hackacad.net>
  *  Sébastien Santoro <dereckson@gmail.com>
  *  TAKAHASHI Kaoru <kaoru@kaisei.org>
  *  TAKATSU Tomonari <tota@FreeBSD.org>
  *  TAKATSU Tomonari <tota@rtfm.jp>
  *  TERAMOTO Masahiro <markun@onohara.to>
  *  Thierry Thomas <thierry@FreeBSD.org>
  *  Thierry Thomas <thierry@pompo.net>
  *  Thomas Gellekum <tg@FreeBSD.org>
  *  Thorsten Greiner <thorsten.greiner@web.de>
  *  Tilman Linneweh <arved@FreeBSD.org>
  *  Timothy Beyer <beyert@cs.ucr.edu>
  *  Timur Bakeyev <bat@cpan.org>
  *  Timur I. Bakeyev <timur@gnome.org>
  *  Toby Allsopp <toby@mi6.gen.nz>
  *  Tom Judge <tj@FreeBSD.org>
  *  Tom Judge <tom@tomjudge.com>
  *  Tom Sparks <tsparks@appliedops.net>
  *  Tomoyuki Sakurai <cherry@trombik.org>
  *  Torsten Zuehlsdorff <ports@toco-domains.de>
  *  Torsten Zuehlsdorff <tz@FreeBSD.org>
  *  Travis Campbell <hcoyote@ghostar.org>
  *  Tsung-Han Yeh <snowfly@yuntech.edu.tw>
  *  Ulrich Spoerlein <uqs@FreeBSD.org>
  *  Ulrich Spoerlein <uspoerlein@gmail.com>
  *  Uwe Pierau <uwe.pierau@tu-clausthal.de>
  *  Vadim Vatlin
  *  Vany <ivan@serezhkin.com>
  *  Vasek Balcar <vasek@ti.cz>
  *  Veniamin Gvozdikov <vg@FreeBSD.org>
  *  Vidar Karlsen <vidar@karlsen.tech>
  *  Vivek Khera <vivek@khera.org>
  *  Volker Stolz <vs@FreeBSD.org>
  *  Vsevolod Stakhov <vsevolod@highsecure.ru>
  *  Waitman Gobble <waitman@waitman.net>
  *  Wen Heping <wen@FreeBSD.org>
  *  Wen Heping <wenheping@gmail.com>
  *  Wen Heping<wen@FreeBSD.org>
  *  Will Andrews <will@FreeBSD.org>
  *  William Grzybowski <wg@FreeBSD.org>
  *  Xavier Humbert <xavier@amdh.fr>
  *  Xin LI <delphij@FreeBSD.org>
  *  Yarema <yds@CoolRat.org>
  *  Yarema <yds@Necessitu.de>
  *  Yen-Ming Lee <leeym@FreeBSD.org>
  *  Yen-Ming Lee <leeym@cae.ce.ntu.edu.tw>
  *  Yi-Jheng Lin <yzlin@cs.nctu.edu.tw>
  *  Ying-Chieh Liao <ijliao@FreeBSD.org>
  *  Ying-Chieh Liao <ijliao@csie.nctu.edu.tw>
  *  Yinghong Liu <relaxbsd@gmail.com>
  *  Yinghong.Liu <relaxbsd@gmail.com>
  *  Yoshiro MIHIRA <sanpei@sanpei.org>
  *  Yoshiro MIHIRA <sanpei@yy.cs.keio.ac.jp>
  *  Yuan-Chung Hsiao <ychsiao@ychsiao.org>
  *  Yukihiro Nakai <Nakai@technologist.com>
  *  Yuri Pankov <yuri.pankov@gmail.com>
  *  Yuri Victorovich <yuri@rawbw.com>
  *  Zane C. Bowers-Hadley <vvelox@vvelox.net>
  *  Zeus Panchenko <zeus@gnu.org.ua>
  *  Zhen REN <bg1tpt@gmail.com>
  *  Zhihao Yuan <lichray@gmail.com>
  *  ache
  *  andreas@marvin.robin.de
  *  andrey@kostenko.name
  *  anholt@FreeBSD.org
  *  antoine@FreeBSD.org
  *  arved
  *  b.f. <bf@FreeBSD.org>
  *  bf@FreeBSD.org
  *  brett@peloton.physics.montana.edu
  *  buganini@gmail.com
  *  chinsan
  *  chinsan <chinsan.tw@gmail.com>
  *  chinsan <chinsan@mail2000.com.tw>
  *  clsung
  *  clsung@dragon2.net
  *  dannyman <dannyman@tellme.com>
  *  dd
  *  domi@saargate.de
  *  eivind
  *  eric
  *  faber@lunabase.org
  *  fenner
  *  fenner@FreeBSD.org
  *  gahr
  *  gugabsd <gugabsd@mundounix.com.br>
  *  gurkan@phys.ethz.ch
  *  ijliao
  *  jabley@automagic.org
  *  janos.mohacsi@bsd.hu
  *  jfieber
  *  jkoshy
  *  john@zoner.org
  *  jupengfei <jupengfei@gmail.com>
  *  kai
  *  kevit
  *  king@v2project.com
  *  kuriyama
  *  lars.eggert@gmx.net
  *  lbartoletti <lbartoletti@FreeBSD.org>
  *  lofi@FreeBSD.org
  *  lth@FreeBSD.org
  *  mainland@apeiron.net
  *  mandree@FreeBSD.org
  *  markm@FreeBSD.org
  *  meyser@xenet.de
  *  mike
  *  milki <milki@rescomp.berkeley.edu>
  *  nectar
  *  nik
  *  nivit@users.sourceforge.net
  *  nork@FreeBSD.org
  *  paulh@logicsquad.net
  *  petef@databits.net
  *  peter.schuller@infidyne.com
  *  philip@p6m7g8.com
  *  ports@c0decafe.net
  *  reed@pugetsoundtechnology.com
  *  rfarmer@predatorlabs.net
  *  risner@stdio.com
  *  scheidell@secnap.net
  *  shige
  *  skreuzer
  *  snowchyld
  *  steve
  *  sumikawa@FreeBSD.org
  *  sumikawa@kame.net
  *  thierry@pompo.net
  *  tj@FreeBSD.org
  *  trasz
  *  trevor
  *  vanilla
  *  wen@FreeBSD.org
  *  wosch
  *  znerd@FreeBSD.org

With hat:	portmgr
commit hash: 5cf7e35e8664e11393fedc7d89b4d09e0fcced9b commit hash: 5cf7e35e8664e11393fedc7d89b4d09e0fcced9b commit hash: 5cf7e35e8664e11393fedc7d89b4d09e0fcced9b commit hash: 5cf7e35e8664e11393fedc7d89b4d09e0fcced9b 5cf7e35
Friday, 3 Jun 2022
23:36 Po-Chuan Hsieh (sunpoet) search for other commits by this committer
textproc/rubygem-elasticsearch-transport: Change RUN_DEPENDS from
rubygem-faraday to rubygem-faraday1

- Bump PORTREVISION for dependency change
commit hash: 378dd78c7b1de7c5c966dc086743fe93a3bc0a6f commit hash: 378dd78c7b1de7c5c966dc086743fe93a3bc0a6f commit hash: 378dd78c7b1de7c5c966dc086743fe93a3bc0a6f commit hash: 378dd78c7b1de7c5c966dc086743fe93a3bc0a6f 378dd78
Friday, 25 Mar 2022
13:37 Po-Chuan Hsieh (sunpoet) search for other commits by this committer
textproc/rubygem-elasticsearch-transport: Update to 7.17.1

Changes:	https://github.com/elastic/elasticsearch-ruby/releases
commit hash: a6e108d0396caed2f0f8f517395e10bc81bf5efd commit hash: a6e108d0396caed2f0f8f517395e10bc81bf5efd commit hash: a6e108d0396caed2f0f8f517395e10bc81bf5efd commit hash: a6e108d0396caed2f0f8f517395e10bc81bf5efd a6e108d
Monday, 7 Mar 2022
18:13 Po-Chuan Hsieh (sunpoet) search for other commits by this committer
textproc/rubygem-elasticsearch-transport: Update to 7.17.0

Changes:	https://github.com/elastic/elasticsearch-ruby/releases
commit hash: 3ec62f20832764cd3c7d857ee208bc2e71728bbd commit hash: 3ec62f20832764cd3c7d857ee208bc2e71728bbd commit hash: 3ec62f20832764cd3c7d857ee208bc2e71728bbd commit hash: 3ec62f20832764cd3c7d857ee208bc2e71728bbd 3ec62f2
Sunday, 23 Jan 2022
19:09 Po-Chuan Hsieh (sunpoet) search for other commits by this committer
textproc/rubygem-elasticsearch-transport: Update to 7.16.3

Changes:	https://github.com/elastic/elasticsearch-ruby/releases
commit hash: aa4f8a0f86d5eacdfb55a5a7ce1a2bb70b18d204 commit hash: aa4f8a0f86d5eacdfb55a5a7ce1a2bb70b18d204 commit hash: aa4f8a0f86d5eacdfb55a5a7ce1a2bb70b18d204 commit hash: aa4f8a0f86d5eacdfb55a5a7ce1a2bb70b18d204 aa4f8a0
Tuesday, 11 Jan 2022
18:46 Po-Chuan Hsieh (sunpoet) search for other commits by this committer
textproc/rubygem-elasticsearch-transport: Update to 7.16.1

Changes:	https://github.com/elastic/elasticsearch-ruby/releases
commit hash: a55a99e331fd2100cb393fc9e632ada6d95e50ca commit hash: a55a99e331fd2100cb393fc9e632ada6d95e50ca commit hash: a55a99e331fd2100cb393fc9e632ada6d95e50ca commit hash: a55a99e331fd2100cb393fc9e632ada6d95e50ca a55a99e
Monday, 27 Sep 2021
15:56 Po-Chuan Hsieh (sunpoet) search for other commits by this committer
textproc/rubygem-elasticsearch-transport: Update to 7.15.0

Changes:	https://github.com/elastic/elasticsearch-ruby/releases
commit hash: 9c0625bead812364b3504637ca94db879b098f1a commit hash: 9c0625bead812364b3504637ca94db879b098f1a commit hash: 9c0625bead812364b3504637ca94db879b098f1a commit hash: 9c0625bead812364b3504637ca94db879b098f1a 9c0625b
Tuesday, 21 Sep 2021
03:47 Po-Chuan Hsieh (sunpoet) search for other commits by this committer
textproc/rubygem-elasticsearch-transport: Update to 7.14.1

Changes:	https://github.com/elastic/elasticsearch-ruby/releases
commit hash: b75b3cd73177cf24517eb3a5d5e961b8a9887216 commit hash: b75b3cd73177cf24517eb3a5d5e961b8a9887216 commit hash: b75b3cd73177cf24517eb3a5d5e961b8a9887216 commit hash: b75b3cd73177cf24517eb3a5d5e961b8a9887216 b75b3cd
Sunday, 8 Aug 2021
21:46 Po-Chuan Hsieh (sunpoet) search for other commits by this committer
textproc/rubygem-elasticsearch-transport: Update to 7.14.0

Changes:	https://github.com/elastic/elasticsearch-ruby/releases
commit hash: 707e6367053cb2f332b89f8a5663d69ed3d91ba4 commit hash: 707e6367053cb2f332b89f8a5663d69ed3d91ba4 commit hash: 707e6367053cb2f332b89f8a5663d69ed3d91ba4 commit hash: 707e6367053cb2f332b89f8a5663d69ed3d91ba4 707e636
Monday, 14 Jun 2021
17:42 Po-Chuan Hsieh (sunpoet) search for other commits by this committer
textproc/rubygem-elasticsearch-transport: Update to 7.13.1

Changes:	https://github.com/elastic/elasticsearch-ruby/releases
commit hash: 22814e51c1177e3f5eef361fc43d66f62f203d83 commit hash: 22814e51c1177e3f5eef361fc43d66f62f203d83 commit hash: 22814e51c1177e3f5eef361fc43d66f62f203d83 commit hash: 22814e51c1177e3f5eef361fc43d66f62f203d83 22814e5
Wednesday, 26 May 2021
19:00 Po-Chuan Hsieh (sunpoet) search for other commits by this committer
textproc/rubygem-elasticsearch-transport: Update to 7.13.0

Changes:	https://github.com/elastic/elasticsearch-ruby/releases
commit hash: a44026f5e8a25e140c9afad5c19c8d19907311ea commit hash: a44026f5e8a25e140c9afad5c19c8d19907311ea commit hash: a44026f5e8a25e140c9afad5c19c8d19907311ea commit hash: a44026f5e8a25e140c9afad5c19c8d19907311ea a44026f
Sunday, 18 Apr 2021
05:48 Po-Chuan Hsieh (sunpoet) search for other commits by this committer
textproc/rubygem-elasticsearch-transport: Update to 7.12.0

Changes:	https://github.com/elastic/elasticsearch-ruby/releases
commit hash: 96da201a0155866217b7719bb9976b272edcd696 commit hash: 96da201a0155866217b7719bb9976b272edcd696 commit hash: 96da201a0155866217b7719bb9976b272edcd696 commit hash: 96da201a0155866217b7719bb9976b272edcd696 96da201
Tuesday, 6 Apr 2021
14:31 Mathieu Arnold (mat) search for other commits by this committer
Remove # $FreeBSD$ from Makefiles.
commit hash: 305f148f482daf30dcf728039d03d019f88344eb commit hash: 305f148f482daf30dcf728039d03d019f88344eb commit hash: 305f148f482daf30dcf728039d03d019f88344eb commit hash: 305f148f482daf30dcf728039d03d019f88344eb 305f148
Sunday, 7 Mar 2021
22:31 sunpoet search for other commits by this committer
Update to 7.11.2

Changes:	https://github.com/elastic/elasticsearch-ruby/releases
Original commitRevision:567773 
Wednesday, 3 Mar 2021
18:16 sunpoet search for other commits by this committer
Update to 7.11.1

Changes:	https://github.com/elastic/elasticsearch-ruby/releases
Original commitRevision:567226 
Wednesday, 17 Feb 2021
18:24 sunpoet search for other commits by this committer
Update to 7.11.0

Changes:	https://github.com/elastic/elasticsearch-ruby/releases
Original commitRevision:565726 
Sunday, 10 Jan 2021
08:25 sunpoet search for other commits by this committer
Update to 7.10.1

Changes:	https://github.com/elastic/elasticsearch-ruby/releases
Original commitRevision:561011 
Saturday, 21 Nov 2020
09:44 sunpoet search for other commits by this committer
Update to 7.10.0

Changes:	https://github.com/elastic/elasticsearch-ruby/releases
Original commitRevision:555933 
Friday, 21 Aug 2020
21:29 sunpoet search for other commits by this committer
Update to 7.9.0

Changes:	https://github.com/elastic/elasticsearch-ruby/releases
Original commitRevision:545719 
Saturday, 8 Aug 2020
10:26 sunpoet search for other commits by this committer
Update to 7.8.1

Changes:	https://github.com/elastic/elasticsearch-ruby/releases
Original commitRevision:544489 
Monday, 22 Jun 2020
16:11 sunpoet search for other commits by this committer
Update to 7.8.0

Changes:	https://github.com/elastic/elasticsearch-ruby/releases
Original commitRevision:539866 
Friday, 29 May 2020
03:10 sunpoet search for other commits by this committer
Update to 7.7.0

Changes:	https://github.com/elastic/elasticsearch-ruby/releases
Original commitRevision:536918 
Thursday, 27 Feb 2020
21:25 sunpoet search for other commits by this committer
Update to 7.5.0

Changes:	https://github.com/elastic/elasticsearch-ruby/releases
Original commitRevision:527291 
Wednesday, 13 Nov 2019
23:44 sunpoet search for other commits by this committer
Update to 7.4.0

Changes:	https://github.com/elastic/elasticsearch-ruby/releases
Original commitRevision:517521 
Friday, 2 Aug 2019
19:30 sunpoet search for other commits by this committer
Update to 7.3.0

Changes:	https://github.com/elastic/elasticsearch-ruby/releases
Original commitRevision:507902 
Saturday, 27 Jul 2019
11:56 sunpoet search for other commits by this committer
Update to 7.2.1

Changes:	https://github.com/elastic/elasticsearch-ruby/releases
Original commitRevision:507423 
Thursday, 27 Jun 2019
20:05 sunpoet search for other commits by this committer
Update to 7.2.0

Changes:	https://github.com/elastic/elasticsearch-ruby/releases
Original commitRevision:505235 
Friday, 24 May 2019
00:01 sunpoet search for other commits by this committer
Update to 7.1.0

Changes:	https://github.com/elastic/elasticsearch-ruby/releases
Original commitRevision:502413 
Tuesday, 30 Apr 2019
19:08 sunpoet search for other commits by this committer
Update to 7.0.0

Changes:	https://github.com/elastic/elasticsearch-ruby/releases
Original commitRevision:500548 
Tuesday, 9 Apr 2019
19:06 sunpoet search for other commits by this committer
Update to 6.3.0

Changes:	https://github.com/elastic/elasticsearch-ruby/releases
		https://github.com/elastic/elasticsearch-ruby/blob/6.x/CHANGELOG.md
Original commitRevision:498502 
Thursday, 14 Mar 2019
15:21 sunpoet search for other commits by this committer
Update to 6.2.0

- Take maintainership

Changes:	https://github.com/elastic/elasticsearch-ruby/blob/6.x/CHANGELOG.md
Original commitRevision:495718 
Tuesday, 31 Jul 2018
23:53 sunpoet search for other commits by this committer
Update to 6.1.0

Changes:	https://github.com/elastic/elasticsearch-ruby/blob/6.x/CHANGELOG.md
Original commitRevision:476106 
Friday, 23 Mar 2018
16:45 sunpoet search for other commits by this committer
Update to 6.0.2

Changes:	https://github.com/elastic/elasticsearch-ruby/blob/6.x/CHANGELOG.md
Original commitRevision:465376 
Monday, 29 Jan 2018
11:28 sunpoet search for other commits by this committer
Update to 6.0.1

Changes:	https://github.com/elastic/elasticsearch-ruby/blob/6.x/CHANGELOG.md
Original commitRevision:460278 
Wednesday, 15 Nov 2017
19:56 sunpoet search for other commits by this committer
Update to 6.0.0

Changes:	https://github.com/elastic/elasticsearch-ruby/blob/6.x/CHANGELOG.md
Original commitRevision:454283 
Saturday, 8 Apr 2017
10:35 sunpoet search for other commits by this committer
Update to 5.0.4

Changes:	https://github.com/elastic/elasticsearch-ruby/blob/5.x/CHANGELOG.md
Original commitRevision:438024 
Wednesday, 8 Feb 2017
23:46 sunpoet search for other commits by this committer
Update to 5.0.3

Changes:	https://github.com/elastic/elasticsearch-ruby/blob/5.x/CHANGELOG.md
Original commitRevision:433697 
Sunday, 22 Jan 2017
14:38 sunpoet search for other commits by this committer
Update to 5.0.1

Changes:	https://github.com/elastic/elasticsearch-ruby/blob/5.x/CHANGELOG.md
		https://github.com/elastic/elasticsearch-ruby/commits/5.x
Original commitRevision:432147 
Saturday, 31 Dec 2016
15:20 swills search for other commits by this committer
textproc/rubygem-elasticsearch-transport: update to 5.0.0
Original commitRevision:430130 
Wednesday, 27 Apr 2016
21:57 swills search for other commits by this committer
Convert USES=gem:autoplist to USES=gem since autoplist is default
Original commitRevision:414136 
16:36 swills search for other commits by this committer
create USES=gem and update rubygem- ports to use it

Note that for now ports still have to have USE_RUBY=yes to use USES=gem

PR:		209041
Differential Revision:	https://reviews.freebsd.org/D6070
Original commitRevision:414118 
Thursday, 14 Apr 2016
16:40 sunpoet search for other commits by this committer
- Update to 1.0.17
- Remove comment

Changes:	https://github.com/elastic/elasticsearch-ruby/blob/master/CHANGELOG.md
Original commitRevision:413298 
Friday, 1 Apr 2016
14:25 mat search for other commits by this committer
Remove ${PORTSDIR}/ from dependencies, categories r, s, t, and u.

With hat:	portmgr
Sponsored by:	Absolight
Original commitRevision:412349 
Saturday, 5 Dec 2015
06:11 sunpoet search for other commits by this committer
- Update to 1.0.15

Changes:	https://github.com/elastic/elasticsearch-ruby/blob/master/CHANGELOG.md
Original commitRevision:403029 
Thursday, 15 Oct 2015
20:19 sunpoet search for other commits by this committer
- Update to 1.0.14
- Add LICENSE_FILE

Changes:	https://github.com/elastic/elasticsearch-ruby/blob/master/CHANGELOG.md
Original commitRevision:399401 
Thursday, 17 Sep 2015
17:15 sunpoet search for other commits by this committer
- Update to 1.0.13

Changes:	https://github.com/elastic/elasticsearch-ruby/blob/master/CHANGELOG.md
Original commitRevision:397191 
Wednesday, 3 Jun 2015
18:45 sunpoet search for other commits by this committer
- Update to 1.0.12
- Add NO_ARCH

Changes:	https://github.com/elasticsearch/elasticsearch-ruby/blob/master/CHANGELOG.md
Original commitRevision:388482 
Sunday, 31 May 2015
14:59 sunpoet search for other commits by this committer
- Update to 1.0.11
- Add missing RUN_DEPENDS
- Move comment upward
- Update WWW

Changes:	https://github.com/elasticsearch/elasticsearch-ruby/blob/master/CHANGELOG.md
Original commitRevision:388106 
Friday, 6 Mar 2015
22:37 sunpoet search for other commits by this committer
- Update to 1.0.7
- Add LICENSE

Changes:	https://github.com/elasticsearch/elasticsearch-ruby/blob/master/CHANGELOG.md
Original commitRevision:380644 
Wednesday, 10 Sep 2014
15:33 zi search for other commits by this committer
New ports: textproc/rubygem-elasticsearch, textproc/rubygem-elasticsearch-api,
textproc/rubygem-elasticsearch-transport:

Ruby integrations for Elasticsearch that feature:

* a client for connecting to an Elasticsearch cluster
* a Ruby API for the Elasticsearch's REST API
* various extensions and utilities

WWW: https://rubygems.org/gems/elasticsearch
Original commitRevision:367864 

Number of commits found: 56