From 5b4dc3180d29df4e5b1da89673fc1a775c58e00d Mon Sep 17 00:00:00 2001 From: rodent Date: Mon, 2 Jun 2014 00:24:24 +0000 Subject: 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 --- security/py-stix/Makefile | 14 +++++--------- 1 file changed, 5 insertions(+), 9 deletions(-) (limited to 'security/py-stix/Makefile') 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" -- cgit v1.2.3