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/elasticsearch5/Makefile

Number of commits found: 18

Tuesday, 6 Apr 2021
20:53 Rene Ladan (rene) search for other commits by this committer
Remove expired ports:

2021-03-31 www/gtkhtml3: Obsolete by upstream, doesn't build with recent
versions of pango
2021-03-31 deskutils/tomboy: Unmaintained and dead upstream, depends on
deprecated libraries  such as www/gtkhtml3. Upstream project is now called
tomboy-ng.
deskutils/tomboy-plugin-reminder: part of deskutils/tomboy
2021-03-31 devel/monodevelop: outdated, depends on deprecated library
www/gtkhtml3
2021-03-31 sysutils/syslog-ng327: Not officially supported by upstream
2021-03-31 sysutils/logstash5: End of life since release of 7.3.0
2021-03-31 www/decss: Abandonware
2021-03-31 textproc/elasticsearch5: End of life since release of 7.3.0
2021-03-31 textproc/elasticsearch5-search-guard: textproc/elasticsearch5 is
scheduled for removal
2021-03-31 multimedia/gnome-subtitles: outdated, depends on deprecated library
www/gtkhtml3
2021-03-31 net/libproxy-mozjs: Uses EOL Python 2.7 via lang/spidermonkey52
2020-12-31 lang/spidermonkey52: Uses Python 2.7 which is EOLed upstream
commit hash: 25996ce5b64cbc5e3c7297b7f80c133c614265c4 commit hash: 25996ce5b64cbc5e3c7297b7f80c133c614265c4 commit hash: 25996ce5b64cbc5e3c7297b7f80c133c614265c4 commit hash: 25996ce5b64cbc5e3c7297b7f80c133c614265c4 25996ce
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
Saturday, 16 Jan 2021
18:09 otis search for other commits by this committer
Schedule elasticsearch 5.x ports for removal.

As elasticsearch components of versions prior to 7.3.x are not
maintained any longer, schedule EOL'd elastic ports for removal at
31st of March 2021.

Life cycle explained: https://www.elastic.co/support/eol

Reviewed by:	osa (mentor)
Approved by:	osa (mentor)
Differential Revision:	https://reviews.freebsd.org/D27811
Original commitRevision:561749 
Tuesday, 20 Mar 2018
16:19 feld search for other commits by this committer
textproc/elasticsearch{5,6}: Pidfiles should be in a writable subdirectory

This fixes issues Elastic has with starting/stopping in some situations

PR:		226800
Original commitRevision:465090 
Saturday, 3 Mar 2018
15:29 feld search for other commits by this committer
Update MAINTAINER for Elastic related ports

Approved by:	private email
Original commitRevision:463486 
Friday, 2 Mar 2018
13:06 feld search for other commits by this committer
textproc/elasticsearch{5,6}: Fix symlink

Relative symlinks should only be used when both files are in the
STAGEDIR. In this situation poudriere was producing usable packages
because of the unique location of WRKSRC (/wrksrc/...) which caused the
relative symlink to be deep enough "../../../../../" to hit the root of the
filesystem and then point to the location of the file. However, users
who were building the port directory with "make" or "portmaster" were
getting symlinks that did not point to the right location.

PR:		226234 226265 222261
Original commitRevision:463392 
Thursday, 1 Mar 2018
23:46 feld search for other commits by this committer
textproc/elasticsearch5: Fix build

devel/jca needs to be a BUILD_DEPEND or install fails to find the path
for creating the symlink.

Poudriere seemed to not notice as it had already installed devel/jca.

PR:		222261
Original commitRevision:463359 
Monday, 26 Feb 2018
23:21 feld search for other commits by this committer
textproc/elasticsearch{5,6}: Fix build

The JNA dependency was meant to be at runtime

Pointyhat:	me
PR:		222261
Original commitRevision:463102 
23:06 feld search for other commits by this committer
textproc/elasticsearch5: Fix JNA support

JNA (Java Native Access) provides access to OS-native facilities in pure
Java code. The JNA shipped with Elastic is meant for Linux so it does
not function correctly. We will ship one built for FreeBSD instead.

PR:		222261
Approved by:	portmgr (with hat)
Original commitRevision:463096 
Saturday, 24 Feb 2018
14:17 feld search for other commits by this committer
Update ElasticSearch5 to 5.6.8

Notable changes:

- automate pkg-plists
- Kibana: data dir is now correctly writable by www user

Differential Revision:	https://reviews.freebsd.org/D14474
Original commitRevision:462830 
Thursday, 22 Feb 2018
23:03 feld search for other commits by this committer
textproc/elasticsearch5: Use native facilites for manging the process

start/stop/status will behave correctly with procname set.

This now prevents Elastic from starting when a process is already
running, stops cleanly, and also handles multiple profiles correctly:
if only some of the profile processes are running, a "service
elasticsearch start" will only start the profiles that are not detected
as running already.

All of this comes with the caveat that Elastic is slow to start up and write
its pidfile, so if you are too quick it will allow duplicate processes
to start. Here be JVM dragons.

Approved by:	portmgr (with hat)
MFH:		2018Q1
Original commitRevision:462650 
14:13 feld search for other commits by this committer
textproc/elasticsearch5: rc script improvement

- Fix behavior with multiple profiles
- Correctly handle the individual config dirs
- Prevent thundering herd at shutdown by using wait_for_pids

Approved by:	maintainer
MFH:		2018Q1
Original commitRevision:462590 
Monday, 12 Feb 2018
06:49 pi search for other commits by this committer
New port: textproc/elasticsearch6

Elasticsearch aims to be a Distributed, RESTful, Search Engine built on top of
Apache Lucene.

WWW: https://www.elastic.co/

PR:		225836
Submitted by:	w.schwarzenfeld@utanet.at
Original commitRevision:461559 
Tuesday, 9 Jan 2018
07:40 mat search for other commits by this committer
Remove support for variables that have been deprecated for a while.

variables                  deprecation       revision
WITHOUT_NLS                2013-12-13        r336337
WITH_/WITHOUT_             2014-02-24        r345870
NOPORT(DOC|EXAMPLE)S       2014-04-19        r351587
WITH_BDB_VER               2016-05-02        r414444
OVERRIDE_LINUX_BASE_PORT   2016-09-05        r421387
WITH_OPENSSL_(BASE|PORT)   2016-06-16        r416965

While there, add an ERROR variable that works like DEV_ERROR, but for
user facing errors, and move NOPORTDOCS,
NOPORTEXAMPLES and WITHOUT_NLS to it.

Cleanup bsd.sanity.mk a bit.

Fix fallout.

PR:		224613
Submitted by:	mat
Exp-run by:	antoine
Sponsored by:	Absolight
Differential Revision:	https://reviews.freebsd.org/D13490
Original commitRevision:458513 
Wednesday, 11 Oct 2017
17:08 feld search for other commits by this committer
textproc/elasticsearch5: Add new SHEBANG_FILES entry to pass testport

Approved by:	portmgr (with hat)
MFH:		2017Q4
Original commitRevision:451762 
Thursday, 6 Apr 2017
00:39 tj search for other commits by this committer
Update to 5.3.0.

Changes:
https://www.elastic.co/guide/en/elasticsearch/reference/5.3/release-notes-5.3.0.html
Original commitRevision:437840 
Friday, 2 Dec 2016
12:01 tj search for other commits by this committer
* Update to 5.0.2
* Fix using jvm.options file
* Add errors to rc script when using legacy rc.conf options

PR:		214572, 214983
Submitted by:	purpleritza@gmail.com
Reported by:	purpleritza@gmail.com, Mark.Martinec@ijs.si
Original commitRevision:427553 
Friday, 4 Nov 2016
07:28 tj search for other commits by this committer
Add Elasticsearch 5.0.0.
Original commitRevision:425294 

Number of commits found: 18