Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 17 Nov 2015 15:30:04 +0000 (UTC)
From:      William Grzybowski <wg@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r401817 - head/devel/py-libzfs
Message-ID:  <201511171530.tAHFU4I8057546@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: wg
Date: Tue Nov 17 15:30:03 2015
New Revision: 401817
URL: https://svnweb.freebsd.org/changeset/ports/401817

Log:
  devel/py-libzfs: at least 10.2 is required for this port

Modified:
  head/devel/py-libzfs/Makefile

Modified: head/devel/py-libzfs/Makefile
==============================================================================
--- head/devel/py-libzfs/Makefile	Tue Nov 17 15:17:01 2015	(r401816)
+++ head/devel/py-libzfs/Makefile	Tue Nov 17 15:30:03 2015	(r401817)
@@ -34,8 +34,8 @@ RUN_DEPENDS+=	${PYTHON_PKGNAMEPREFIX}enu
 IGNORE=	requires kernel source files in ${SRC_BASE}
 .endif
 
-.if ${OPSYS} == FreeBSD && ${OSVERSION} <= 1000000
-IGNORE=	This module requires at least FreeBSD 10
+.if ${OPSYS} == FreeBSD && ${OSVERSION} < 1002000
+IGNORE=	This module requires at least FreeBSD 10.2
 .endif
 
 .include <bsd.port.post.mk>



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