svn commit: r528889 - in head/devel/caf: . files

Craig Leres leres at FreeBSD.org
Sun Mar 22 00:50:43 UTC 2020


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 at 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
 


More information about the svn-ports-all mailing list