Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 22 Mar 2020 00:50:43 +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: r528889 - in head/devel/caf: . files
Message-ID:  <202003220050.02M0ohRo044322@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: leres
Date: Sun Mar 22 00:50:42 2020
New Revision: 528889
URL: https://svnweb.freebsd.org/changeset/ports/528889

Log:
  devel/caf: Remove obsolete patches, fix options descriptions
  
  Remove patches that were accepted by upstream. Add missing _DESC
  to LOG_LEVEL options descriptions.

Deleted:
  head/devel/caf/files/
Modified:
  head/devel/caf/Makefile

Modified: head/devel/caf/Makefile
==============================================================================
--- head/devel/caf/Makefile	Sat Mar 21 23:41:26 2020	(r528888)
+++ head/devel/caf/Makefile	Sun Mar 22 00:50:42 2020	(r528889)
@@ -3,6 +3,7 @@
 
 PORTNAME=	caf
 PORTVERSION=	0.17.4
+PORTREVISION=	1
 CATEGORIES=	devel
 
 MAINTAINER=	leres@FreeBSD.org
@@ -25,13 +26,13 @@ OPTIONS_DEFAULT=	TEST
 OPTIONS_SUB=	yes
 PLIST_SUB+=	PORTVERSION=${PORTVERSION}
 
-TEST_DESC=	Build with unit tests
-STATIC_DESC=	Additionally build static version of library
-LOG_LEVEL_ERROR=	Use log level ERROR for console output
-LOG_LEVEL_WARN=	Use log level WARN for console output
-LOG_LEVEL_INFO=	Use log level INFO for console output
-LOG_LEVEL_DEBUG=	Use log level DEBUG for console output
-LOG_LEVEL_TRACE=	Use log level TRACE for console output
+LOG_LEVEL_DEBUG_DESC=	Use log level DEBUG for console output
+LOG_LEVEL_ERROR_DESC=	Use log level ERROR for console output
+LOG_LEVEL_INFO_DESC=	Use log level INFO for console output
+LOG_LEVEL_TRACE_DESC=	Use log level TRACE for console output
+LOG_LEVEL_WARN_DESC=	Use log level WARN for console output
+STATIC_DESC=		Additionally build static version of library
+TEST_DESC=		Build with unit tests
 
 TEST_TARGET=	test
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202003220050.02M0ohRo044322>