Date: Sun, 22 Jan 2017 13:41:35 +0000 (UTC) From: Antoine Brodin <antoine@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r432134 - head/security/py-stix Message-ID: <201701221341.v0MDfZgd040773@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: antoine Date: Sun Jan 22 13:41:35 2017 New Revision: 432134 URL: https://svnweb.freebsd.org/changeset/ports/432134 Log: - Update to 1.2.0.2 - This version works fine with python3 Modified: head/security/py-stix/Makefile head/security/py-stix/distinfo Modified: head/security/py-stix/Makefile ============================================================================== --- head/security/py-stix/Makefile Sun Jan 22 13:40:52 2017 (r432133) +++ head/security/py-stix/Makefile Sun Jan 22 13:41:35 2017 (r432134) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= stix -PORTVERSION= 1.1.1.7 +PORTVERSION= 1.2.0.2 CATEGORIES= security python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -15,12 +15,13 @@ LICENSE_FILE= ${WRKSRC}/LICENSE.txt RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}dateutil>=0:devel/py-dateutil \ ${PYTHON_PKGNAMEPREFIX}lxml>=2.3:devel/py-lxml \ - ${PYTHON_PKGNAMEPREFIX}cybox>=2.1.0.11:security/py-cybox + ${PYTHON_PKGNAMEPREFIX}cybox>=2.1.0.11:security/py-cybox \ + ${PYTHON_PKGNAMEPREFIX}mixbox>=1.0.1:security/py-mixbox TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}nose>=0:devel/py-nose \ - ${PYTHON_PKGNAMEPREFIX}maec>=4.1.0.12:security/py-maec + ${PYTHON_PKGNAMEPREFIX}maec>=4.1.0.13:security/py-maec NO_ARCH= yes -USES= python:2.7 +USES= python USE_PYTHON= distutils autoplist PORTDOCS= README.rst @@ -28,11 +29,11 @@ PORTEXAMPLES= * OPTIONS_DEFINE= DOCS EXAMPLES -post-install-DOCS-on: +do-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${PORTDOCS:S,^,${WRKSRC}/,} ${STAGEDIR}${DOCSDIR} -post-install-EXAMPLES-on: +do-install-EXAMPLES-on: @${MKDIR} ${STAGEDIR}${EXAMPLESDIR} ${INSTALL_DATA} ${WRKSRC}/examples/* ${STAGEDIR}${EXAMPLESDIR} Modified: head/security/py-stix/distinfo ============================================================================== --- head/security/py-stix/distinfo Sun Jan 22 13:40:52 2017 (r432133) +++ head/security/py-stix/distinfo Sun Jan 22 13:41:35 2017 (r432134) @@ -1,3 +1,3 @@ -TIMESTAMP = 1477117789 -SHA256 (stix-1.1.1.7.tar.gz) = c16ffd025ff82877ab27621aa07a5880ff495bf602a8a903cee71adebbd3d8e2 -SIZE (stix-1.1.1.7.tar.gz) = 216034 +TIMESTAMP = 1485089663 +SHA256 (stix-1.2.0.2.tar.gz) = 9475dc56817d26a3da177b1b1a118cc8665cc98ba1af382b42906aa5132a97b4 +SIZE (stix-1.2.0.2.tar.gz) = 207581
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201701221341.v0MDfZgd040773>