Date: Mon, 9 Nov 2020 04:58:34 +0000 (UTC) From: Kyle Evans <kevans@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r554667 - branches/2020Q4/mail/rainloop Message-ID: <202011090458.0A94wY7r042538@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: kevans Date: Mon Nov 9 04:58:33 2020 New Revision: 554667 URL: https://svnweb.freebsd.org/changeset/ports/554667 Log: MFH: r554666 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. Approved by: portmgr (implicit, just-fix-it) Approved by: ports-secteam (implicit, just-fix-it) Modified: branches/2020Q4/mail/rainloop/Makefile Directory Properties: branches/2020Q4/ (props changed) Modified: branches/2020Q4/mail/rainloop/Makefile ============================================================================== --- branches/2020Q4/mail/rainloop/Makefile Mon Nov 9 04:57:55 2020 (r554666) +++ branches/2020Q4/mail/rainloop/Makefile Mon Nov 9 04:58:33 2020 (r554667) @@ -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/
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202011090458.0A94wY7r042538>