Created attachment 150655 [details] patch - Update to 3.3.11 - Sort plist Security: http://www.vuxml.org/freebsd/CVE-2014-9324.html
Poudriere log: http://pkg.tsatsenko.ru/logs/bulk/101amd64-default/2014-12-17_03h14m43s/logs/otrs-3.3.11.log
A commit references this bug: Author: pawel Date: Thu Jan 1 18:08:24 UTC 2015 New revision: 376011 URL: https://svnweb.freebsd.org/changeset/ports/376011 Log: Update to version 3.3.11 PR: 196042 Submitted by: m.tsatsenko@gmail.com (maintainer) Changes: head/www/otrs/Makefile head/www/otrs/distinfo head/www/otrs/pkg-plist
Please consider these improvements in the future: - in Makefile constructs like: .if ${PORT_OPTIONS:MSMTP} RUN_DEPENDS+= p5-Authen-SASL>=0:${PORTSDIR}/security/p5-Authen-SASL \ p5-Net-SSLGlue>=0:${PORTSDIR}/security/p5-Net-SSLGlue .endif can be converted to option helpers, SMTP_RUN_DEPENDS in this case. This will make things a lot simpler and easier to read. - Right now port fails to stage with normal user privileges, we plan to have whole ports tree to stage as normal user. In your case it's usage of chown(8) in install target - this could probably be converted to @owner/@group pkg-plist keywords. Thanks.