diff options
author | rodent <rodent> | 2014-06-02 00:24:24 +0000 |
---|---|---|
committer | rodent <rodent> | 2014-06-02 00:24:24 +0000 |
commit | a24588c1b22fda38681764bda846f22447d7b3e0 (patch) | |
tree | ade53fb88cb795aba610206865514787fb7f3e68 /security/py-stix | |
parent | 9abefe54d7f198eacc56ef3f9317a0c81aa03f8f (diff) | |
download | pkgsrc-a24588c1b22fda38681764bda846f22447d7b3e0.tar.gz |
Use pypi as MASTER_SITE and stop using so much shaman magick in the
Makefile. Updated to 1.1.1.0. Changes:
Version 1.1.1.0
2014-05-09
- Support for STIX v1.1.1
- Updated all schemalocations to reference new STIX v1.1.1 schemas
- Changed Confidence.source to be of type InformationSource
- Changed Statement.source to be of type InformationSource
- Changed Sighting.source to be of type InformationSource
- Updated AvailabilityLossType CV to align with STIX v1.1.1
Diffstat (limited to 'security/py-stix')
-rw-r--r-- | security/py-stix/Makefile | 14 | ||||
-rw-r--r-- | security/py-stix/distinfo | 8 |
2 files changed, 9 insertions, 13 deletions
diff --git a/security/py-stix/Makefile b/security/py-stix/Makefile index 95477091a4f..7092fbbf684 100644 --- a/security/py-stix/Makefile +++ b/security/py-stix/Makefile @@ -1,18 +1,14 @@ -# $NetBSD: Makefile,v 1.1 2014/05/17 16:03:45 khorben Exp $ +# $NetBSD: Makefile,v 1.2 2014/06/02 00:24:24 rodent Exp $ -STIX_VERSION= 1.1.0.6 -DISTNAME= python-stix-${STIX_VERSION} -PKGNAME= ${PYPKGPREFIX}-stix-${STIX_VERSION} -CATEGORIES= security -DISTFILES= v${STIX_VERSION}${EXTRACT_SUFX} -MASTER_SITES= https://github.com/STIXProject/python-stix/archive/ +DISTNAME= stix-1.1.1.0 +PKGNAME= ${PYPKGPREFIX}-${DISTNAME} +CATEGORIES= python security +MASTER_SITES= https://pypi.python.org/packages/source/s/stix/ MAINTAINER= khorben@defora.org HOMEPAGE= https://github.com/STIXProject/python-stix COMMENT= Python library for manipulating STIX content LICENSE= modified-bsd -EGG_NAME= stix-${STIX_VERSION} - .include "../../lang/python/egg.mk" .include "../../mk/bsd.pkg.mk" diff --git a/security/py-stix/distinfo b/security/py-stix/distinfo index 2f043da2327..be6d66846ba 100644 --- a/security/py-stix/distinfo +++ b/security/py-stix/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.1 2014/05/17 16:03:45 khorben Exp $ +$NetBSD: distinfo,v 1.2 2014/06/02 00:24:24 rodent Exp $ -SHA1 (v1.1.0.6.tar.gz) = 67fd77732bb904ddb8bf224fd1400252adf05a01 -RMD160 (v1.1.0.6.tar.gz) = 1963157ab4894ee408e8646550840ce599dd1026 -Size (v1.1.0.6.tar.gz) = 202404 bytes +SHA1 (stix-1.1.1.0.tar.gz) = 218b8e2a9e7ec0e5faf10f551f79b19d3778c8fc +RMD160 (stix-1.1.1.0.tar.gz) = e1b7e84dc1a901fda5ca952380f4b0be970c1937 +Size (stix-1.1.1.0.tar.gz) = 204061 bytes |