Created attachment 214068 [details] Update to 3.2.4, switch to GitHub postfixadmin development has become quite active again, necessitating an update here. Particularly included between 3.2 and 3.2.4 are fixes for SQLite and MySQL SSL connections. Active development and releases have also moved to GitHub from SourceForge. Attached patch updates to 3.2.4 and switches to GitHub.
Created attachment 214104 [details] Update to 3.2.4, switch to github (revised) Thanks for the heads up! Patch revised slightly to meet file structure guidelines. Tested with poudriere.
Comment on attachment 214068 [details] Update to 3.2.4, switch to GitHub Good update, but the lines in Makefile need to be in a different order. See revised patch.
Hi, I guess you're using GH_TAGNAME because the tag on GitHub is prefixed with 'postfixamin-'. In this case, you can write like: DISTVERSIONPREFIX= postfixadmin- DISTVERSION= 3.2.4 and no GH_TAGNAME is required. (I think this is easier for maintaining.) Can you update the patch accordingly?
(In reply to Hiroki Tagato from comment #3) I left it the way Phillip submitted it because it works and matched the form in Example 5.11 in the Porter's Handbook. Updated patch incoming.
Created attachment 214447 [details] patch revised per comment #3
A commit references this bug: Author: tagattie Date: Thu May 14 05:12:35 UTC 2020 New revision: 535201 URL: https://svnweb.freebsd.org/changeset/ports/535201 Log: - Update to 3.2.4 - Move to GitHub PR: 246147 Submitted by: Phillip R. Jaenke <prj@rootwyrm.com>, Rin Morningstar <ports.maintainer@evilphi.com> (maintainer) Approved by: ehaupt (mentor) Changelog: https://github.com/postfixadmin/postfixadmin/releases/tag/postfixadmin-3.2.4 Changes: head/mail/postfixadmin/Makefile head/mail/postfixadmin/distinfo
Committed, thanks!