Created attachment 235325 [details] Update vaultwarden to 1.25.1 & web vault to v2022.6.2 Q&A: poudriere: testport ok (13.1-RELEASE;amd64) Makefile portclippy/portmft processed
More simplification: @@ -440,9 +386,7 @@ CARGO_CRATES= addr2line-0.17.0 \ post-install: ${MKDIR} ${STAGEDIR}/${ETCDIR}/rc.conf.d - ${CP} ${FILESDIR}/${PORTNAME}_conf.in ${STAGEDIR}/${LOCALBASE}/etc/rc.conf.d/${PORTNAME}.sample - ${CHMOD} 0600 ${STAGEDIR}/${LOCALBASE}/etc/rc.conf.d/${PORTNAME}.sample - ${MKDIR} ${STAGEDIR}/${WWWDIR} + ${INSTALL} -m0600 ${FILESDIR}/${PORTNAME}_conf.in ${STAGEDIR}/${LOCALBASE}/etc/rc.conf.d/${PORTNAME}.sample ${MKDIR} ${STAGEDIR}/${WWWDIR}/data (cd ${WRKDIR} && ${COPYTREE_SHARE} web-vault ${STAGEDIR}/${WWWDIR}) ${ECHO_CMD} \ cp / chmod can be replaced by install mkdir implies -p
A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=ceb328b320fa8c86d7e695892ddf6be9058f01fb commit ceb328b320fa8c86d7e695892ddf6be9058f01fb Author: Michael Reifenberger <mr@FreeBSD.org> AuthorDate: 2022-07-21 20:18:01 +0000 Commit: Michael Reifenberger <mr@FreeBSD.org> CommitDate: 2022-07-21 20:20:53 +0000 security/vaultwarden: Update Update to 1.25.1 & web vault to v2022.6.2 Add simplification from brnrd@ PR: 265288 Reported by: Ralf van der Enden security/vaultwarden/Makefile | 772 +++++++++++++++++++---------------------- security/vaultwarden/distinfo | 500 +++++++++++--------------- security/vaultwarden/pkg-plist | 8 +- 3 files changed, 555 insertions(+), 725 deletions(-)