svn commit: r484202 - head/www/mini_httpd

Craig Leres leres at FreeBSD.org
Mon Nov 5 17:07:35 UTC 2018


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


More information about the svn-ports-all mailing list