Date: Mon, 9 Nov 2020 07:30:18 -0600 From: Kyle Evans <kevans@freebsd.org> To: ports-committers <ports-committers@freebsd.org> Cc: svn-ports-all@freebsd.org, svn-ports-head@freebsd.org, "Simon J. Gerraty" <sjg@freebsd.org> Subject: Re: svn commit: r554666 - head/mail/rainloop Message-ID: <CACNAnaF8W%2BmEPCNqaidv6QG=OL-dtgFvney7kMchdxm=%2B56b4Q@mail.gmail.com> In-Reply-To: <202011090457.0A94vtgA042370@repo.freebsd.org> References: <202011090457.0A94vtgA042370@repo.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
On Sun, Nov 8, 2020 at 10:57 PM Kyle Evans <kevans@freebsd.org> wrote: > > Author: kevans > Date: Mon Nov 9 04:57:55 2020 > New Revision: 554666 > URL: https://svnweb.freebsd.org/changeset/ports/554666 > > Log: > mail/rainloop: fix position of double quote > > This rode in back in r541184 (2020/07/04) and is clearly bogus, but somehow > hasn't been an issue until now. Move the quotation mark outside of the right > brace. > I think the mystery here is solved -- sjg updated bmake to bmake-20201101 then we started hitting this. I'm guessing bmake validation improved somehow to reveal it... left intact below. I guess there may be more of these to come, though probably not many. > Modified: head/mail/rainloop/Makefile > ============================================================================== > --- head/mail/rainloop/Makefile Mon Nov 9 04:53:10 2020 (r554665) > +++ head/mail/rainloop/Makefile Mon Nov 9 04:57:55 2020 (r554666) > @@ -9,7 +9,7 @@ PKGNAMESUFFIX?= ${PHP_PKGNAMESUFFIX} > MAINTAINER= yasu@utahime.org > COMMENT?= Modern and interactive webmail > > -.if "${PKGNAMESUFFIX"} == "${PHP_PKGNAMESUFFIX}" > +.if "${PKGNAMESUFFIX}" == "${PHP_PKGNAMESUFFIX}" > LICENSE= RainLoop > LICENSE_NAME= RainLoop Software License > LICENSE_TEXT= License can be found at: http://www.rainloop.net/licensing/ > _______________________________________________ > svn-ports-head@freebsd.org mailing list > https://lists.freebsd.org/mailman/listinfo/svn-ports-head > To unsubscribe, send any mail to "svn-ports-head-unsubscribe@freebsd.org"
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?CACNAnaF8W%2BmEPCNqaidv6QG=OL-dtgFvney7kMchdxm=%2B56b4Q>