svn commit: r392294 - in head/graphics: . ImageMagick7 ImageMagick7-nox11

Alexey Dokuchaev danfe at FreeBSD.org
Fri Jul 17 06:31:26 UTC 2015


On Fri, Jul 17, 2015 at 07:52:01AM +0200, Thomas Zander wrote:
> On 16 July 2015 at 14:30, Koop Mast <kwm at freebsd.org> wrote:
> > +.if ${USER} == kwm
> > +upload:
> > +       scp ${DISTDIR}/${DISTNAME}.tar.xz \
> > +               kwm at freefall.freebsd.org:public_distfiles/
> > +.endif
> 
> This USER clause seems to disturb some parts of our toolchain. I get
> this e.g. from poudriere:

Little helper gimmicks like this should not had been committed in the first
place, just as they do not belong to an individual port's Makefile.  Factor
them out in Mk/* somewhere, so it won't pollute your ports and very unlucky
to be committed by accident.

./danfe


More information about the svn-ports-head mailing list