Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 18 Sep 2015 14:00:25 +0000 (UTC)
From:      Dmitry Marakasov <amdmi3@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r397238 - head/devel/cpp-netlib
Message-ID:  <201509181400.t8IE0Pps068978@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: amdmi3
Date: Fri Sep 18 14:00:24 2015
New Revision: 397238
URL: https://svnweb.freebsd.org/changeset/ports/397238

Log:
  - Add LICENSE_FILE
  - Drop 8.x support
  
  Approved by:	portmgr blanket

Modified:
  head/devel/cpp-netlib/Makefile

Modified: head/devel/cpp-netlib/Makefile
==============================================================================
--- head/devel/cpp-netlib/Makefile	Fri Sep 18 14:00:18 2015	(r397237)
+++ head/devel/cpp-netlib/Makefile	Fri Sep 18 14:00:24 2015	(r397238)
@@ -12,6 +12,7 @@ MAINTAINER=		zi@FreeBSD.org
 COMMENT=		Cross-platform, standards compliant networking library
 
 LICENSE=		BSL
+LICENSE_FILE=		${WRKSRC}/LICENSE_1_0.txt
 
 BUILD_DEPENDS=		boost-libs>0:${PORTSDIR}/devel/boost-libs
 
@@ -19,10 +20,4 @@ USES=			cmake:outsource
 CMAKE_ARGS+=		-DCPP-NETLIB_BUILD_EXAMPLES=OFF
 USE_GITHUB=		yes
 
-.include <bsd.port.pre.mk>
-
-.if ${OSVERSION} < 900000
-IGNORE=			requires FreeBSD 9.x or higher
-.endif
-
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>



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