Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 3 Sep 2015 15:01:32 +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: r395963 - head/net/py-netif
Message-ID:  <201509031501.t83F1WHL098164@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: amdmi3
Date: Thu Sep  3 15:01:31 2015
New Revision: 395963
URL: https://svnweb.freebsd.org/changeset/ports/395963

Log:
  - Tweak version condition for IGNORE: lagg_proto enum which this code depends on only exists in current
  
  Approved by:	portmgr blanket

Modified:
  head/net/py-netif/Makefile

Modified: head/net/py-netif/Makefile
==============================================================================
--- head/net/py-netif/Makefile	Thu Sep  3 14:34:57 2015	(r395962)
+++ head/net/py-netif/Makefile	Thu Sep  3 15:01:31 2015	(r395963)
@@ -27,8 +27,8 @@ USE_PYTHON=	autoplist distutils
 RUN_DEPENDS+=	${PYTHON_PKGNAMEPREFIX}enum34>0:${PORTSDIR}/devel/py-enum34
 .endif
 
-.if ${OPSYS} == FreeBSD && ${OSVERSION} <= 1000000
-IGNORE=	This module requires at least FreeBSD 10
+.if ${OPSYS} == FreeBSD && ${OSVERSION} < 1100036
+IGNORE=	This module requires at least FreeBSD 11
 .endif
 
 .include <bsd.port.post.mk>



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