diff options
author | antoine <antoine@FreeBSD.org> | 2017-01-22 21:40:52 +0800 |
---|---|---|
committer | antoine <antoine@FreeBSD.org> | 2017-01-22 21:40:52 +0800 |
commit | c2aeb588921808e99dd90fd9de6832cade5aff4b (patch) | |
tree | bc72ee3996bc48fd5990af471381c10075916c9d | |
parent | bb1fb36cc9c141f9131e94c77b2c8d3d4de6f7ac (diff) | |
download | freebsd-ports-gnome-c2aeb588921808e99dd90fd9de6832cade5aff4b.tar.gz freebsd-ports-gnome-c2aeb588921808e99dd90fd9de6832cade5aff4b.tar.zst freebsd-ports-gnome-c2aeb588921808e99dd90fd9de6832cade5aff4b.zip |
- Update to 4.1.0.13
- This version works fine with python3
-rw-r--r-- | security/py-maec/Makefile | 12 | ||||
-rw-r--r-- | security/py-maec/distinfo | 6 |
2 files changed, 10 insertions, 8 deletions
diff --git a/security/py-maec/Makefile b/security/py-maec/Makefile index 0a399d5c71bd..ae7f0031770f 100644 --- a/security/py-maec/Makefile +++ b/security/py-maec/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= maec -PORTVERSION= 4.1.0.12 +PORTVERSION= 4.1.0.13 CATEGORIES= security python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -14,23 +14,25 @@ LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE.txt RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}lxml>=2.2.3:devel/py-lxml \ - ${PYTHON_PKGNAMEPREFIX}cybox>=2.1.0.11:security/py-cybox + ${PYTHON_PKGNAMEPREFIX}cybox>=2.1.0.13:security/py-cybox \ + ${PYTHON_PKGNAMEPREFIX}mixbox>=0.0.13:security/py-mixbox TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}nose>=0:devel/py-nose NO_ARCH= yes -USES= python:2.7 +USES= python USE_PYTHON= distutils autoplist +USE_LOCALE= en_US.UTF-8 PORTDOCS= README.rst 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} diff --git a/security/py-maec/distinfo b/security/py-maec/distinfo index b99f8905df91..f3d37763bffa 100644 --- a/security/py-maec/distinfo +++ b/security/py-maec/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1476607811 -SHA256 (maec-4.1.0.12.tar.gz) = be46cfd50b7b14701e90c52ceac0e62c0d3e83c3929736b51fba1c5c0bf6d1ac -SIZE (maec-4.1.0.12.tar.gz) = 153351 +TIMESTAMP = 1485089878 +SHA256 (maec-4.1.0.13.tar.gz) = c57fc0faf94b0fc4882a0a886f991cf444f6959f44265e216bc5997f6687144d +SIZE (maec-4.1.0.13.tar.gz) = 152889 |