Created attachment 185958 [details] Patch to version 3.1 Update to 3.1. portlint: OK (looks fine.) testport: OK (poudriere: 10.3 and 11.1 on amd64 tested) Changelog: Version 3.1 - 2017/06/25 ------------------------------------------------- - broadcast improvements: - allow to send to mailboxes only - allow to send to only some domains - allow domain admins to send to their domains - new config option $CONF['sendmail_all_admins'] - don't send to inactive mailboxes or aliases - update squirrelmail plugin - better static DB connection cache to avoid hundreds of mysqli connection when doing lots of escape_string() calls - use $CONF[page_size] in viewlog.php - fix problems with utf8mb4 as default charset in setup.php/upgrade.php - fix default for $CONF[create_mailbox_subdirs_hostoptions] - get rid of variables.inc.php (and initialize variables where needed) - add favicon to fix session handling in chrome (#44) - add check to ensure templates_c/ exists and is writeable - recommend usage of config.local.php in setup.php - remove php4 constructor from cNav_bar (page browser) - update fr.lang
Thanks for pulling this together for me! Sorry for the late reply, I literally just this afternoon got back from vacation. From my notes, there's a Perl deprecation thing I need to check. I'll get into this tomorrow morning. In the mean time, would you tell me if you use the included vacation.pl?
(In reply to Melissa Pilgrim from comment #1) Yes, I'm using included vacation.pl.
Comment on attachment 185958 [details] Patch to version 3.1 Patch approved. I can't set it + because it wasn't submitted with maintainer-approval ? ports.maintainer@evilphi.com
Comment on attachment 185958 [details] Patch to version 3.1 maintainer approval, comment 3
A commit references this bug: Author: dbaio Date: Wed Sep 6 02:51:58 UTC 2017 New revision: 449322 URL: https://svnweb.freebsd.org/changeset/ports/449322 Log: mail/postfixadmin: Update to 3.1 Ensure emplates_c/ directory is created. Changes: https://github.com/postfixadmin/postfixadmin/blob/master/CHANGELOG.TXT PR: 221965 Submitted by: Lukasz Wasikowski <lukasz@wasikowski.net> Approved by: Melissa Pilgrim <ports.maintainer@evilphi.com> (maintainer) Changes: head/mail/postfixadmin/Makefile head/mail/postfixadmin/distinfo head/mail/postfixadmin/pkg-plist
Committed, thanks!