From owner-svn-ports-all@freebsd.org Sun Oct 23 09:28:16 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 6423DC1E7C1; Sun, 23 Oct 2016 09:28:16 +0000 (UTC) (envelope-from antoine@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 1866DD19; Sun, 23 Oct 2016 09:28:16 +0000 (UTC) (envelope-from antoine@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u9N9SFmE098874; Sun, 23 Oct 2016 09:28:15 GMT (envelope-from antoine@FreeBSD.org) Received: (from antoine@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9N9SFrQ098872; Sun, 23 Oct 2016 09:28:15 GMT (envelope-from antoine@FreeBSD.org) Message-Id: <201610230928.u9N9SFrQ098872@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: antoine set sender to antoine@FreeBSD.org using -f From: Antoine Brodin Date: Sun, 23 Oct 2016 09:28:15 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r424506 - head/security/py-stix X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 23 Oct 2016 09:28:16 -0000 Author: antoine Date: Sun Oct 23 09:28:14 2016 New Revision: 424506 URL: https://svnweb.freebsd.org/changeset/ports/424506 Log: - Update to 1.1.1.7 - Add regression tests Modified: head/security/py-stix/Makefile head/security/py-stix/distinfo Modified: head/security/py-stix/Makefile ============================================================================== --- head/security/py-stix/Makefile Sun Oct 23 09:21:53 2016 (r424505) +++ head/security/py-stix/Makefile Sun Oct 23 09:28:14 2016 (r424506) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= stix -PORTVERSION= 1.1.1.6 +PORTVERSION= 1.1.1.7 CATEGORIES= security python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -16,6 +16,8 @@ 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 +TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}nose>=0:devel/py-nose \ + ${PYTHON_PKGNAMEPREFIX}maec>=4.1.0.12:security/py-maec NO_ARCH= yes USES= python:2.7 @@ -34,4 +36,7 @@ post-install-EXAMPLES-on: @${MKDIR} ${STAGEDIR}${EXAMPLESDIR} ${INSTALL_DATA} ${WRKSRC}/examples/* ${STAGEDIR}${EXAMPLESDIR} +do-test: + @(cd ${TEST_WRKSRC} && ${SETENV} ${TEST_ENV} nosetests-${PYTHON_VER}) + .include Modified: head/security/py-stix/distinfo ============================================================================== --- head/security/py-stix/distinfo Sun Oct 23 09:21:53 2016 (r424505) +++ head/security/py-stix/distinfo Sun Oct 23 09:28:14 2016 (r424506) @@ -1,3 +1,3 @@ -TIMESTAMP = 1476554964 -SHA256 (stix-1.1.1.6.tar.gz) = c449cd134ccc5e5bc93576a5e5b5a74e6cefabc9aaea9182ca18fefbe1eee0ed -SIZE (stix-1.1.1.6.tar.gz) = 214875 +TIMESTAMP = 1477117789 +SHA256 (stix-1.1.1.7.tar.gz) = c16ffd025ff82877ab27621aa07a5880ff495bf602a8a903cee71adebbd3d8e2 +SIZE (stix-1.1.1.7.tar.gz) = 216034