[Midnightbsd-cvs] [MidnightBSD/mports] dfacb3: mail/roundcube: fix newsyslog.conf packing list entry
Lucas Holt
noreply at github.com
Mon Aug 10 17:18:22 EDT 2026
Branch: refs/heads/mail/roundcube-plistfix
Home: https://github.com/MidnightBSD/mports
Commit: dfacb3950c8c95578dac6ff2afc2d5c772995048
https://github.com/MidnightBSD/mports/commit/dfacb3950c8c95578dac6ff2afc2d5c772995048
Author: Lucas Holt <luke at foolishgames.com>
Date: 2026-08-10 (Mon, 10 Aug 2026)
Changed paths:
M mail/roundcube/Makefile
Log Message:
-----------
mail/roundcube: fix newsyslog.conf packing list entry
do-install-EXAMPLES-on appends its plist lines directly to TMPPLIST,
which happens after the @-keyword expansion in Mk/scripts/functions.sh
has already run. The raw "@sample src target" line therefore survived
into the packing list, where the whole "src target" string was treated
as a single filename and reported as a missing file.
Emit the expanded form functions.sh would have produced instead: a
@comment for the target plus the plain sample path. @dir is left as
is; mport handles that keyword natively at create time.
The packing list entry goes from
/usr/local/share/examples/roundcube/newsyslog.conf etc/newsyslog.conf.d/roundcube.conf
to
@comment /usr/local/etc/newsyslog.conf.d/roundcube.conf
/usr/local/share/examples/roundcube/newsyslog.conf
and the 264 byte file now ships correctly. This bug predates the
1.7.3 update; 1.7.2 and earlier have the same target.
AI-Assisted-by: Claude Opus 5 (1M context) <noreply at anthropic.com>
Signed-off-by: Lucas Holt <luke at foolishgames.com>
To unsubscribe from these emails, change your notification settings at https://github.com/MidnightBSD/mports/settings/notifications
More information about the Midnightbsd-cvs
mailing list