svn commit: r424077 - head/security/py-stix
Antoine Brodin
antoine at FreeBSD.org
Sun Oct 16 18:35:04 UTC 2016
Author: antoine
Date: Sun Oct 16 18:35:02 2016
New Revision: 424077
URL: https://svnweb.freebsd.org/changeset/ports/424077
Log:
Update to 1.1.1.6
Modified:
head/security/py-stix/Makefile
head/security/py-stix/distinfo
Modified: head/security/py-stix/Makefile
==============================================================================
--- head/security/py-stix/Makefile Sun Oct 16 18:25:42 2016 (r424076)
+++ head/security/py-stix/Makefile Sun Oct 16 18:35:02 2016 (r424077)
@@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= stix
-PORTVERSION= 1.1.1.5
+PORTVERSION= 1.1.1.6
CATEGORIES= security python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@@ -14,10 +14,11 @@ LICENSE= BSD3CLAUSE
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}dateutil>=0:devel/py-dateutil \
- ${PYTHON_PKGNAMEPREFIX}lxml>=3.1:devel/py-lxml \
- ${PYTHON_PKGNAMEPREFIX}cybox>=2.1.0.9:security/py-cybox
+ ${PYTHON_PKGNAMEPREFIX}lxml>=2.3:devel/py-lxml \
+ ${PYTHON_PKGNAMEPREFIX}cybox>=2.1.0.11:security/py-cybox
-USES= python:2
+NO_ARCH= yes
+USES= python:2.7
USE_PYTHON= distutils autoplist
PORTDOCS= README.rst
@@ -25,9 +26,11 @@ PORTEXAMPLES= *
OPTIONS_DEFINE= DOCS EXAMPLES
-post-install:
+post-install-DOCS-on:
@${MKDIR} ${STAGEDIR}${DOCSDIR}
${INSTALL_DATA} ${PORTDOCS:S,^,${WRKSRC}/,} ${STAGEDIR}${DOCSDIR}
+
+post-install-EXAMPLES-on:
@${MKDIR} ${STAGEDIR}${EXAMPLESDIR}
${INSTALL_DATA} ${WRKSRC}/examples/* ${STAGEDIR}${EXAMPLESDIR}
Modified: head/security/py-stix/distinfo
==============================================================================
--- head/security/py-stix/distinfo Sun Oct 16 18:25:42 2016 (r424076)
+++ head/security/py-stix/distinfo Sun Oct 16 18:35:02 2016 (r424077)
@@ -1,2 +1,3 @@
-SHA256 (stix-1.1.1.5.tar.gz) = 8412f28561c3b0fab60c109f5005102a3e93f5054bf6856959ab53864ffaaeff
-SIZE (stix-1.1.1.5.tar.gz) = 209894
+TIMESTAMP = 1476554964
+SHA256 (stix-1.1.1.6.tar.gz) = c449cd134ccc5e5bc93576a5e5b5a74e6cefabc9aaea9182ca18fefbe1eee0ed
+SIZE (stix-1.1.1.6.tar.gz) = 214875
More information about the svn-ports-all
mailing list