japanese/p5-Lingua-JA-Moji had duplicate p5-p5- prefix and
japanese/p5-Lingua-JA-Numbers didn't have ja- prefix.
Set ja-p5- prefix to all Lingua ports under Japanese category.
PR: 229184
Submitted by: Tomohiro Hosaka <bokutin@bokut.in> (initial version)
Reviewed by: pi, mat
Approved by: pi (mentor)
Differential Revision: https://reviews.freebsd.org/D16002
CQRLOG does *not* work with the version of OpenSSL in 10.4. This only seems
to impact the LoTW integration though, so I don't think it needs to be
marked as broken with that version.
Also, update all the patches to use makepatch.
DevOps tasks. It is an open source package which relays on CBSD to provide lower
level management for jails and virtual machines.
If you have ever used Vagrant or Docker Compose, Reggae is best described
as an alternative to those. It enables you easy development inside jail
while code editing is done on the host. It makes transition from
development to production easier by using provisioners. It makes host
clean of all requirements of development and puts them inside jail which
is easily stopped, started, provisioned, and destroyed.
WWW: https://github.com/cbsd/reggae
New port added with couple of changes:
1. cbsd dependency line was changed to include relative path to the cbsd binary.
Without that poudriere fails to stage the package with
"pkg-static: Insufficient privileges to add packages" message
2. LICENSE_FILE and NO_ARCH knobs were added
3. DATADIR variable in pkg-plist was replaced with relative path, because
redefining of this variable on build time is not supported by reggae - it
doesn't expect to change REGGAE_DIR var and this path is actually hardcoded
in scripts. Corresponding portlint warnings should be ignored.
PR: 223708
Submitted by: Goran Mekić <meka@tilda.center>
- Add additional "monitor" command which throws statistics to stdout.
For details, see https://www.vaultproject.io/docs/internals/telemetry.html
- Where possible, add additional "vault_syslog_output_*" rc vars to redirect stdout to syslog
- Add vault config to required files list
- Bump PORTREVISION to reflect package
PR: 215896
Submitted by: Pavel Timofeev <timp87@gmail.com> (with modifications)
Changelog:
Gajim 1.0.3 (20 May 2018)
Bugs fixed:
* 8296 Fix errors on roster updates after stream management resume
* 9106 Convert font weight from pango to css values
* 9124 Bring ChatControl to front when notification is clicked
* Set no-store hint on groupchat chatstates
* Dont show OOB uri if message body is the same
* Add missing bybonjour dependency for Windows zeroconf
Changelog:
Released 3.1.0 2018-05-25
This release brings two minor API changes:
- Long-deprecated functions `ldap.open()` and `ldap.init()` are removed
- `LDAPObject.compare_s()` and `compare_ext_s` return bool instead of 0 or 1