svn commit: r445351 - head/net/asio

Antoine Brodin antoine at FreeBSD.org
Sat Jul 8 22:48:54 UTC 2017


Author: antoine
Date: Sat Jul  8 22:48:52 2017
New Revision: 445351
URL: https://svnweb.freebsd.org/changeset/ports/445351

Log:
  LICENSE_FILE without LICENSE is useless, add LICENSE
  
  Pointy hat:	brnrd

Modified:
  head/net/asio/Makefile

Modified: head/net/asio/Makefile
==============================================================================
--- head/net/asio/Makefile	Sat Jul  8 22:43:41 2017	(r445350)
+++ head/net/asio/Makefile	Sat Jul  8 22:48:52 2017	(r445351)
@@ -9,6 +9,7 @@ MASTER_SITES=	SF/${PORTNAME}/${PORTNAME}/${PORTVERSION
 MAINTAINER=	acm at FreeBSD.org
 COMMENT=	Cross-platform C++ library for network and low-level I/O programming
 
+LICENSE=	BSL
 LICENSE_FILE=	${WRKSRC}/LICENSE_1_0.txt
 
 RUN_DEPENDS=	${LOCALBASE}/include/boost/chrono/system_clocks.hpp:devel/boost-libs


More information about the svn-ports-all mailing list