mail/sympa: Update from 6.2.22 to 6.2.24
Fix more shebangs
Changelog: https://github.com/sympa-community/sympa/blob/6.2.24/NEWS.md
PR: 224502
Submitted by: geoffroy desvernay <dgeo@centrale-marseille.fr> (maintainer)
Differential D13575
mail/sympa: Update from 6.2.22 to 6.2.24 joneum on Dec 21 2017, 7:24 PM. Authored by Tags None Referenced Files
Subscribers None
Details
mail/sympa: Update from 6.2.22 to 6.2.24 Fix more shebangs Changelog: https://github.com/sympa-community/sympa/blob/6.2.24/NEWS.md PR: 224502
Diff Detail
Event TimelineComment Actions Good morngin :) If you look into the poudriere logs, you'll see lots and lots of chown errors: [...] Creating /wrkdirs/usr/ports/mail/sympa/work/stage/usr/local/etc/sympa/web_tt2 chown: sympa: illegal user name chgrp: sympa: illegal group name Creating /wrkdirs/usr/ports/mail/sympa/work/stage/usr/local/etc/sympa/README Comment Actions and i see this to the end of the log: > Creating groups.Creating group 'sympa' with gid '200'. > Creating usersCreating user 'sympa' with uid '200'. Comment Actions I think, this is a problem with poudriere. And the same error here:
if test x"dspam" != xnone; then chown "dspam" /wrkdirs/usr/ports/mail/dspam/work/stage/usr/local/bin/dspam; fi
if test x"dspam" != xnone; then chgrp "dspam" /wrkdirs/usr/ports/mail/dspam/work/stage/usr/local/bin/dspam; fi
|