svn commit: r305357 - head/net/ssvnc

Alexey Dokuchaev danfe at FreeBSD.org
Mon Oct 8 04:01:55 UTC 2012


On Sat, Oct 06, 2012 at 11:23:17AM +0000, Baptiste Daroussin wrote:
> New Revision: 305357
> URL: http://svn.freebsd.org/changeset/ports/305357
> 
> Log:
>   fix sense of a test
>   
> -.if ${PORT_OPTIONS:MULTRAFTP}
> +.if empty(PORT_OPTIONS:MULTRAFTP)

That looks weird, and commit message is pretty cryptic as well.  Could you
explain what went wrong here so others would not fall in the same pitfall?

Thanks.

./danfe



More information about the svn-ports-all mailing list