Index: head/devel/py-libtaxii/Makefile =================================================================== --- head/devel/py-libtaxii/Makefile (revision 499291) +++ head/devel/py-libtaxii/Makefile (revision 499292) @@ -1,24 +1,27 @@ # Created by: Mark Felder # $FreeBSD$ PORTNAME= libtaxii -PORTVERSION= 1.1.110 +PORTVERSION= 1.1.112 CATEGORIES= devel python -MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -MAINTAINER= ports@FreeBSD.org -COMMENT= Python library for handling TAXII Messages and invoking TAXII Services +MAINTAINER= sunpoet@FreeBSD.org +COMMENT= Python library for handling TAXII Messages invoking TAXII Services LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE.txt -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}lxml>=2.2.3:devel/py-lxml@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}dateutil>=1.4.1:devel/py-dateutil@${PY_FLAVOR} \ +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}dateutil>=1.4.1:devel/py-dateutil@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}lxml>=2.2.3:devel/py-lxml@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}six>=1.9.0:devel/py-six@${PY_FLAVOR} -NO_ARCH= yes -USE_PYTHON= autoplist distutils USES= python +USE_PYTHON= autoplist concurrent distutils + +NO_ARCH= yes + +USE_GITHUB= yes +GH_ACCOUNT= TAXIIProject .include Index: head/devel/py-libtaxii/distinfo =================================================================== --- head/devel/py-libtaxii/distinfo (revision 499291) +++ head/devel/py-libtaxii/distinfo (revision 499292) @@ -1,3 +1,3 @@ -TIMESTAMP = 1491314418 -SHA256 (libtaxii-1.1.110.tar.gz) = 422cc44859877aad71d3a56bc708a773d027274208acfa6a358562b8e2ce5a3d -SIZE (libtaxii-1.1.110.tar.gz) = 115199 +TIMESTAMP = 1555592579 +SHA256 (TAXIIProject-libtaxii-1.1.112_GH0.tar.gz) = d4b0ccb26bde707d2ae22b653656eb9a567a65f7105b90c33c5b431cc8ff20d1 +SIZE (TAXIIProject-libtaxii-1.1.112_GH0.tar.gz) = 119803 Property changes on: head/devel/py-libtaxii/distinfo ___________________________________________________________________ Modified: fbsd:nokeywords ## -1 +1 ## -on \ No newline at end of property +yes \ No newline at end of property Index: head/devel/py-libtaxii/pkg-descr =================================================================== --- head/devel/py-libtaxii/pkg-descr (revision 499291) +++ head/devel/py-libtaxii/pkg-descr (revision 499292) @@ -1,3 +1,6 @@ -A Python library for handling TAXII Messages and invoking TAXII Services. +libtaxii is a Python library for handling TAXII Messages invoking TAXII +Services. A primary goal of libtaxii is to remain faithful to both the TAXII +specifications and to customary Python practices. libtaxii is designed to be +intuitive both to Python developers and XML developers. -WWW: https://pypi.org/project/libtaxii/ +WWW: https://github.com/TAXIIProject/libtaxii Property changes on: head/devel/py-libtaxii/pkg-descr ___________________________________________________________________ Modified: fbsd:nokeywords ## -1 +1 ## -on \ No newline at end of property +yes \ No newline at end of property