From owner-svn-ports-all@freebsd.org Sun Oct 16 18:35:04 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 38194C1416B; Sun, 16 Oct 2016 18:35:04 +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 E0BEF1DCF; Sun, 16 Oct 2016 18:35:03 +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 u9GIZ2qx012278; Sun, 16 Oct 2016 18:35:02 GMT (envelope-from antoine@FreeBSD.org) Received: (from antoine@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9GIZ2M9012276; Sun, 16 Oct 2016 18:35:02 GMT (envelope-from antoine@FreeBSD.org) Message-Id: <201610161835.u9GIZ2M9012276@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: antoine set sender to antoine@FreeBSD.org using -f From: Antoine Brodin Date: Sun, 16 Oct 2016 18:35:02 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r424077 - 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, 16 Oct 2016 18:35:04 -0000 Author: antoine Date: Sun Oct 16 18:35:02 2016 New Revision: 424077 URL: https://svnweb.freebsd.org/changeset/ports/424077 Log: Update to 1.1.1.6 Modified: head/security/py-stix/Makefile head/security/py-stix/distinfo Modified: head/security/py-stix/Makefile ============================================================================== --- head/security/py-stix/Makefile Sun Oct 16 18:25:42 2016 (r424076) +++ head/security/py-stix/Makefile Sun Oct 16 18:35:02 2016 (r424077) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= stix -PORTVERSION= 1.1.1.5 +PORTVERSION= 1.1.1.6 CATEGORIES= security python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -14,10 +14,11 @@ LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE.txt RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}dateutil>=0:devel/py-dateutil \ - ${PYTHON_PKGNAMEPREFIX}lxml>=3.1:devel/py-lxml \ - ${PYTHON_PKGNAMEPREFIX}cybox>=2.1.0.9:security/py-cybox + ${PYTHON_PKGNAMEPREFIX}lxml>=2.3:devel/py-lxml \ + ${PYTHON_PKGNAMEPREFIX}cybox>=2.1.0.11:security/py-cybox -USES= python:2 +NO_ARCH= yes +USES= python:2.7 USE_PYTHON= distutils autoplist PORTDOCS= README.rst @@ -25,9 +26,11 @@ PORTEXAMPLES= * OPTIONS_DEFINE= DOCS EXAMPLES -post-install: +post-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${PORTDOCS:S,^,${WRKSRC}/,} ${STAGEDIR}${DOCSDIR} + +post-install-EXAMPLES-on: @${MKDIR} ${STAGEDIR}${EXAMPLESDIR} ${INSTALL_DATA} ${WRKSRC}/examples/* ${STAGEDIR}${EXAMPLESDIR} Modified: head/security/py-stix/distinfo ============================================================================== --- head/security/py-stix/distinfo Sun Oct 16 18:25:42 2016 (r424076) +++ head/security/py-stix/distinfo Sun Oct 16 18:35:02 2016 (r424077) @@ -1,2 +1,3 @@ -SHA256 (stix-1.1.1.5.tar.gz) = 8412f28561c3b0fab60c109f5005102a3e93f5054bf6856959ab53864ffaaeff -SIZE (stix-1.1.1.5.tar.gz) = 209894 +TIMESTAMP = 1476554964 +SHA256 (stix-1.1.1.6.tar.gz) = c449cd134ccc5e5bc93576a5e5b5a74e6cefabc9aaea9182ca18fefbe1eee0ed +SIZE (stix-1.1.1.6.tar.gz) = 214875