svn commit: r441394 - head/security/py-stix

Antoine Brodin antoine at FreeBSD.org
Sun May 21 12:30:33 UTC 2017


Author: antoine
Date: Sun May 21 12:30:31 2017
New Revision: 441394
URL: https://svnweb.freebsd.org/changeset/ports/441394

Log:
  Update to 1.2.0.4

Modified:
  head/security/py-stix/Makefile
  head/security/py-stix/distinfo

Modified: head/security/py-stix/Makefile
==============================================================================
--- head/security/py-stix/Makefile	Sun May 21 12:29:44 2017	(r441393)
+++ head/security/py-stix/Makefile	Sun May 21 12:30:31 2017	(r441394)
@@ -2,9 +2,9 @@
 # $FreeBSD$
 
 PORTNAME=	stix
-PORTVERSION=	1.2.0.2
+PORTVERSION=	1.2.0.4
+DISTVERSIONPREFIX=	v
 CATEGORIES=	security python
-MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
 
 MAINTAINER=	antoine at FreeBSD.org
@@ -15,11 +15,15 @@ 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}mixbox>=1.0.1:security/py-mixbox
+		${PYTHON_PKGNAMEPREFIX}cybox>=2.1.0.13:security/py-cybox \
+		${PYTHON_PKGNAMEPREFIX}mixbox>=1.0.2:security/py-mixbox
 TEST_DEPENDS=	${PYTHON_PKGNAMEPREFIX}nose>=0:devel/py-nose \
 		${PYTHON_PKGNAMEPREFIX}maec>=4.1.0.13:security/py-maec
 
+USE_GITHUB=	yes
+GH_ACCOUNT=	STIXProject
+GH_PROJECT=	python-${PORTNAME}
+
 NO_ARCH=	yes
 USES=		python
 USE_PYTHON=	distutils autoplist

Modified: head/security/py-stix/distinfo
==============================================================================
--- head/security/py-stix/distinfo	Sun May 21 12:29:44 2017	(r441393)
+++ head/security/py-stix/distinfo	Sun May 21 12:30:31 2017	(r441394)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1485089663
-SHA256 (stix-1.2.0.2.tar.gz) = 9475dc56817d26a3da177b1b1a118cc8665cc98ba1af382b42906aa5132a97b4
-SIZE (stix-1.2.0.2.tar.gz) = 207581
+TIMESTAMP = 1494223286
+SHA256 (STIXProject-python-stix-v1.2.0.4_GH0.tar.gz) = 0f4711998d711a3da62dcdc753a64b7aa19a3a865be9f96da8bf3acbee5a1c10
+SIZE (STIXProject-python-stix-v1.2.0.4_GH0.tar.gz) = 212453


More information about the svn-ports-all mailing list