Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 20 Jun 2017 02:44:46 +0000 (UTC)
From:      Marcelo Araujo <araujo@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r443925 - head/sysutils/py3-iocage
Message-ID:  <201706200244.v5K2ikG2081694@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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 \



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