*: Fix WWW with broken anchors-as-comments
Case 1: WWW=https://example.com#foo
Here #foo is not part of the value of WWW since # introduces a comment
whether it's part of a word or not (quoting the word+# makes no
difference either). # needs to be escaped:
WWW=https://example.com\#foo
Case 2: WWW=https://example.com #foo
This is probably fallout from when WWW was moved from pkg-descr to
Makefile.
The anchors still exist on the actual websites too or I removed them.
sysutils/beats93: New port: Send logs, network, metrics and heartbeat to Elasticsearch or Logstash 9.3.x
Release Notes:
https://www.elastic.co/docs/release-notes/beats#beats-release-notes-9.3.1
PR: 293759
Approved by: elastic (maintainer, implicit - inactive for more than 6 months)
Co-authored-by: Vladimir Druzenko <vvd at FreeBSD.org>
sysutils/beats92: New port: Send logs, network, metrics and heartbeat to Elasticsearch or Logstash 9.2.x
Release Notes:
https://www.elastic.co/docs/release-notes/beats#beats-release-notes-9.2.6
PR: 291019
Approved by: elastic (maintainer, implicit - inactive for more than 6 months)
Co-authored-by: Vladimir Druzenko <vvd at FreeBSD.org>
sysutils/beats91: New port: Send logs, network, metrics and heartbeat to Elasticsearch or Logstash 9.1.x
Release Notes:
https://www.elastic.co/docs/release-notes/beats#beats-release-notes-9.1.10
PR: 291018
Approved by: elastic (maintainer, implicit - inactive for more than 6 months)
Co-authored-by: Vladimir Druzenko <vvd at FreeBSD.org>
sysutils/beats8: Update 8.14.3 => 8.19.12
Release Notes (42 new versions):
https://www.elastic.co/guide/en/beats/libbeat/current/release-notes-8.15.0.html
. . .
https://www.elastic.co/guide/en/beats/libbeat/current/release-notes-8.19.12.html
- Remove unnecessary '?' in "PKGNAMESUFFIX?=8".
- Adjust COMMENT.
- Simplify removing "./" from GO_TARGET.
- Remove unnecessary '+' in "MAKE_ENV+=".
- Fix GO_MODULE - must be "v7" instead of "v8".
- Adjust CONFLICTS.
- Use ".ifmake makesum" for generate distfiles with non-default modules too.
- Add LOCAL/vvd/elastic to MASTER_SITES for those who can't download due
to the HTTP error "Forbidden 403".
- Replace PORTVERSION with DISTVERSION.
- Add '(' and ')' around the block that is executed in the shell.
- Refresh patches.
[5 lines not shown]
mail/postfix: Enable CDB and LMDB by default
Adding these solves a cross-compatibility problem with Linux distros
that have dropped bdb support. Per Postfix's document[1] on it, lmdb
and cdb are the replacements for hash and btree, respectively.
[1] http://www.postfix.org/NON_BERKELEYDB_README.html
PR: 293852
math/mpfi: make fetchable again with a silent update
MASTER_SITES moved to ENS Lyon.
Meanwhile the tarball has been rerolled:
- many auto* stuff: configure is now pre-generated;
- mpfi.pc is available
- change tests
but also some code has been modified.
Full diff available at https://people.freebsd.org/~thierry/mpfi-1.5.4.diff
PR: 293803
Reported by: Daniel Engberg
math/sprng: make fetchable again with a silent update
The tarball for SPRNG 5.0 has been rerolled.
This includes several minor points:
- format change (dos to unix);
- code reformat and linting;
- code cleaning;
but also some other modifications.
Full diff available at https://people.freebsd.org/~thierry/sprng5.diff .
PR: 293802
Reported by: Daniel Engberg
science/medit: make fetchable again
Université Pierre et Marie Curie merged with Sorbonne University, and
upstream site has been reorganized.
PR: 293800
Reported by: Daniel Engberg
textproc/libtextcat: deprecate
Upstream disapeared, and LibreOffice adopted and adapted this program.
It has been renamed as libexttextcat, and can be replaced by the port
textproc/libexttextcat.
PR: 293799
Reported by: Daniel Engberg
ports-mgmt/pkg-devel: update to 2.6.99.3
Changes:
- libfetch: fix segfault at exit when using SRV mirror type
- solver: avoid spurious reinstall from wrong repo with multi-repo setups
devel/ghpr: update to v3
v3 makes the following high-level changes apart from the standard
version update described in [1]:
- pyproject.toml / PEP-517 using setuptools_scm integration.
- Now the package is prefixed with `PYTHON_PKGNAMEPREFIX` so multiple
versions of the package can be built with different versions of
python and installed concurrently (if one decided to do that).
- LICENSE.md from the latest version is used/incorporated into the
end-resulting package.
- Make the port portlint clean by reordering variables and using
`PORTVERSION` instead of `DISTVERSION`.
Approved by: imp (maintainer)
Differential Revision: https://reviews.freebsd.org/D55892