Date: Mon, 5 Nov 2018 17:07:34 +0000 (UTC) From: Craig Leres <leres@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r484202 - head/www/mini_httpd Message-ID: <201811051707.wA5H7YZR004842@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: leres Date: Mon Nov 5 17:07:33 2018 New Revision: 484202 URL: https://svnweb.freebsd.org/changeset/ports/484202 Log: As per mat@ portlint is wrong; it's ok for CPE_VENDOR to be in a block with USES; revert that part of 484114. Approved by: ler (mentor, implicit) Modified: head/www/mini_httpd/Makefile Modified: head/www/mini_httpd/Makefile ============================================================================== --- head/www/mini_httpd/Makefile Mon Nov 5 16:54:03 2018 (r484201) +++ head/www/mini_httpd/Makefile Mon Nov 5 17:07:33 2018 (r484202) @@ -13,7 +13,6 @@ COMMENT= Small HTTP server with support for GET, HEAD, LICENSE= BSD2CLAUSE USES= cpe ssl - CPE_VENDOR= acme OPTIONS_DEFINE+= EXAMPLES
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201811051707.wA5H7YZR004842>