svn commit: r496815 - head/net-im/mtxclient

Adriaan de Groot adridg at FreeBSD.org
Mon Mar 25 10:50:45 UTC 2019


Author: adridg
Date: Mon Mar 25 10:50:44 2019
New Revision: 496815
URL: https://svnweb.freebsd.org/changeset/ports/496815

Log:
  Remove duplicate line-ending-escape introduced in r496814

Modified:
  head/net-im/mtxclient/Makefile

Modified: head/net-im/mtxclient/Makefile
==============================================================================
--- head/net-im/mtxclient/Makefile	Mon Mar 25 10:40:41 2019	(r496814)
+++ head/net-im/mtxclient/Makefile	Mon Mar 25 10:50:44 2019	(r496815)
@@ -12,7 +12,7 @@ LICENSE=	MIT
 LICENSE_FILES=	${WRKSRC}/LICENSE
 
 BUILD_DEPENDS=	nlohmann-json>=3:devel/nlohmann-json \
-		spdlog>=1.3:devel/spdlog \ \
+		spdlog>=1.3:devel/spdlog \
 		gtest-config:devel/googletest
 LIB_DEPENDS=	libsodium.so:security/libsodium \
 		libboost_date_time.so:devel/boost-libs \


More information about the svn-ports-all mailing list