Bug 196620

Summary: [PATCH] mail/mailman: Fix pkg-plist for custom MM_USERNAME
Product: Ports & Packages Reporter: Adam McDougall <ebay>
Component: Individual Port(s)Assignee: freebsd-ports-bugs (Nobody) <ports-bugs>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: ---    
Version: Latest   
Hardware: Any   
OS: Any   

Description Adam McDougall 2015-01-12 17:46:09 UTC
Recent modifications to the mailman port caused it to use
%%IMGDIR%%/%%MM_USERNAME%%-large.jpg which will not exist if MM_USERNAME is
anything other than the standard "mailman" since the file distributed is named
mailman-large.jpg.  

(00:01:15) =======================<phase: package       >============================
(00:01:15) ===>  Building package for mailman-2.1.18.1_6
(00:01:15) pkg-static: Unable to access file
/wrkdirs/usr/ports/mail/mailman/work/stage/usr/local/www/icons/mycustommailmanuser-large.jpg:
No such file or directory
(00:01:16) *** Error code 1

Fix (attached, tested): replace %%MM_USERNAME%%-large.jpg with
mailman-large.jpg in pkg-plist
Comment 1 Gavin Atkinson freebsd_committer freebsd_triage 2015-01-12 18:49:02 UTC
Hi,

Due to an issue with the backend FreeBSD Bugzilla database, your original PR and any updates to it since have been lost.  I've recreated the original PR as best as I can, however any attachments and updates you submitted to the PR have been lost.  Please could you resubmit them?

Thanks, and apologies.
Comment 2 Adam McDougall 2015-01-17 20:04:14 UTC
Filling in history: The patch was commited as r376567 by mandree.  Thanks! (marking closed)