svn commit: r443925 - head/sysutils/py3-iocage

Marcelo Araujo araujo at FreeBSD.org
Tue Jun 20 02:44:47 UTC 2017


Author: araujo
Date: Tue Jun 20 02:44:45 2017
New Revision: 443925
URL: https://svnweb.freebsd.org/changeset/ports/443925

Log:
  - As of r439592 (2017-04-27), python 3.6 is the default python3 on FreeBSD
    so we can remove NO_PACKAGE.
  
  PR:		ports/220098
  Submitted by:	Randy Westlund <rwestlun at gmail.com>

Modified:
  head/sysutils/py3-iocage/Makefile

Modified: head/sysutils/py3-iocage/Makefile
==============================================================================
--- head/sysutils/py3-iocage/Makefile	Tue Jun 20 01:49:53 2017	(r443924)
+++ head/sysutils/py3-iocage/Makefile	Tue Jun 20 02:44:45 2017	(r443925)
@@ -11,8 +11,6 @@ COMMENT=	FreeBSD jail manager written in Python3
 LICENSE=	BSD2CLAUSE
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
-NO_PACKAGE=	should be compiled using python ${PYTHON_VER} or greater
-
 BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}pytest-runner>=2.0.0:devel/py3-pytest-runner
 RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}click>=6.7:devel/py3-click \
 		${PYTHON_PKGNAMEPREFIX}tqdm>=4.10.0:misc/py3-tqdm \


More information about the svn-ports-all mailing list