From owner-svn-ports-head@freebsd.org Sun Jan 22 13:40:53 2017 Return-Path: Delivered-To: svn-ports-head@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 E1121CBCC9E; Sun, 22 Jan 2017 13:40:53 +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 97E96AC9; Sun, 22 Jan 2017 13:40:53 +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 v0MDeqEi039908; Sun, 22 Jan 2017 13:40:52 GMT (envelope-from antoine@FreeBSD.org) Received: (from antoine@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v0MDeqU0039904; Sun, 22 Jan 2017 13:40:52 GMT (envelope-from antoine@FreeBSD.org) Message-Id: <201701221340.v0MDeqU0039904@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: antoine set sender to antoine@FreeBSD.org using -f From: Antoine Brodin Date: Sun, 22 Jan 2017 13:40:52 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r432133 - head/security/py-maec X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 22 Jan 2017 13:40:54 -0000 Author: antoine Date: Sun Jan 22 13:40:52 2017 New Revision: 432133 URL: https://svnweb.freebsd.org/changeset/ports/432133 Log: - Update to 4.1.0.13 - This version works fine with python3 Modified: head/security/py-maec/Makefile head/security/py-maec/distinfo Modified: head/security/py-maec/Makefile ============================================================================== --- head/security/py-maec/Makefile Sun Jan 22 13:40:05 2017 (r432132) +++ head/security/py-maec/Makefile Sun Jan 22 13:40:52 2017 (r432133) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= maec -PORTVERSION= 4.1.0.12 +PORTVERSION= 4.1.0.13 CATEGORIES= security python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -14,23 +14,25 @@ LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE.txt RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}lxml>=2.2.3:devel/py-lxml \ - ${PYTHON_PKGNAMEPREFIX}cybox>=2.1.0.11:security/py-cybox + ${PYTHON_PKGNAMEPREFIX}cybox>=2.1.0.13:security/py-cybox \ + ${PYTHON_PKGNAMEPREFIX}mixbox>=0.0.13:security/py-mixbox TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}nose>=0:devel/py-nose NO_ARCH= yes -USES= python:2.7 +USES= python USE_PYTHON= distutils autoplist +USE_LOCALE= en_US.UTF-8 PORTDOCS= README.rst PORTEXAMPLES= * OPTIONS_DEFINE= DOCS EXAMPLES -post-install-DOCS-on: +do-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${PORTDOCS:S,^,${WRKSRC}/,} ${STAGEDIR}${DOCSDIR} -post-install-EXAMPLES-on: +do-install-EXAMPLES-on: @${MKDIR} ${STAGEDIR}${EXAMPLESDIR} ${INSTALL_DATA} ${WRKSRC}/examples/* ${STAGEDIR}${EXAMPLESDIR} Modified: head/security/py-maec/distinfo ============================================================================== --- head/security/py-maec/distinfo Sun Jan 22 13:40:05 2017 (r432132) +++ head/security/py-maec/distinfo Sun Jan 22 13:40:52 2017 (r432133) @@ -1,3 +1,3 @@ -TIMESTAMP = 1476607811 -SHA256 (maec-4.1.0.12.tar.gz) = be46cfd50b7b14701e90c52ceac0e62c0d3e83c3929736b51fba1c5c0bf6d1ac -SIZE (maec-4.1.0.12.tar.gz) = 153351 +TIMESTAMP = 1485089878 +SHA256 (maec-4.1.0.13.tar.gz) = c57fc0faf94b0fc4882a0a886f991cf444f6959f44265e216bc5997f6687144d +SIZE (maec-4.1.0.13.tar.gz) = 152889