summaryrefslogtreecommitdiff
path: root/security/py-stix/Makefile
diff options
context:
space:
mode:
authorrodent <rodent@pkgsrc.org>2014-06-02 00:24:24 +0000
committerrodent <rodent@pkgsrc.org>2014-06-02 00:24:24 +0000
commit5b4dc3180d29df4e5b1da89673fc1a775c58e00d (patch)
treeade53fb88cb795aba610206865514787fb7f3e68 /security/py-stix/Makefile
parentf00b415ba4ddea735da36da4fe30d598af128609 (diff)
downloadpkgsrc-5b4dc3180d29df4e5b1da89673fc1a775c58e00d.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/Makefile')
-rw-r--r--security/py-stix/Makefile14
1 files changed, 5 insertions, 9 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"