Index: head/net-mgmt/py-ncclient/Makefile =================================================================== --- head/net-mgmt/py-ncclient/Makefile (revision 489378) +++ head/net-mgmt/py-ncclient/Makefile (revision 489379) @@ -1,25 +1,26 @@ # $FreeBSD$ PORTNAME= ncclient DISTVERSION= 0.6.3 +PORTREVISION= 1 CATEGORIES= net-mgmt python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= sergey@akhmatov.ru COMMENT= Python library for NETCONF clients LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}lxml>=3.3.0:devel/py-lxml@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}paramiko>=1.15.0:security/py-paramiko@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}six>0:devel/py-six@${PY_FLAVOR} py27_RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}selectors2>=2.0.1:devel/py-selectors2@${PY_FLAVOR} USES= python USE_PYTHON= distutils autoplist NO_ARCH= yes .include Index: head/net-mgmt/py-ncclient/files/patch-requirements.txt =================================================================== --- head/net-mgmt/py-ncclient/files/patch-requirements.txt (nonexistent) +++ head/net-mgmt/py-ncclient/files/patch-requirements.txt (revision 489379) @@ -0,0 +1,9 @@ +--- requirements.txt.orig 2018-08-17 17:52:37 UTC ++++ requirements.txt +@@ -1,5 +1,5 @@ + setuptools>0.6 + paramiko>=1.15.0 + lxml>=3.3.0 +-selectors2>=2.0.1 ++selectors2>=2.0.1; python_version <= '3.4' + six Property changes on: head/net-mgmt/py-ncclient/files/patch-requirements.txt ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property