The affected ports are the ones with gettext as a run-dependency
according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT
in Makefile (29 of them).
PR: ports/124340
Submitted by: edwin@
Approved by: portmgr (pav)
Version 1.9.3b
* OpenVPN-Admin start now only with tray icon and not with full screen.
(Yeah, I spent a night thinking the app was broken because of this.)
* In Certificate Management the Certificate details will show, like
Name, Email, City, Expiration Date ...
* Proxy support now Authentication and Auth Method
* Fix certificate selection on Windows and Linux. Now not full path is
added
* Certificates with password protection fixed on Windows and Linux
* Add Type Server to OpenVPN-Admin
* Translation for Brazilian-Portuguese and German improved
- USE_GNOME=+gtksharp20
- Remove unnecessary FreeBSD version check
- install .desktop correctly
- Don't install a pam config file. The one distributed with the port
doesn't work on FreeBSD and it's not the port's job to dictate what
users can use openvpn-admin.
- grammar improvement for BROKEN.
- make openvpn-admin search for its configuration files in
${PREFIX}/etc/openvpn, and pre-create that directory. It will contain user data
after use, so only @dirrmtry to remove it.
- install openvpn-admin into ${PREFIX}/sbin/, to stick to the original
installation logic, and in the same course also install openvpn-admin.pam
without extension.
PR: ports/95336
Submitted by: Andreas Kohn <andreas@syndrom23.de>
Approved by: maintainer (via private email)