From owner-svn-ports-head@freebsd.org Mon Mar 21 10:35:42 2016 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 D2629AD7642; Mon, 21 Mar 2016 10:35:42 +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 9FCA5C52; Mon, 21 Mar 2016 10:35:42 +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 u2LAZfP7025589; Mon, 21 Mar 2016 10:35:41 GMT (envelope-from antoine@FreeBSD.org) Received: (from antoine@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u2LAZf1X025587; Mon, 21 Mar 2016 10:35:41 GMT (envelope-from antoine@FreeBSD.org) Message-Id: <201603211035.u2LAZf1X025587@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: antoine set sender to antoine@FreeBSD.org using -f From: Antoine Brodin Date: Mon, 21 Mar 2016 10:35:41 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r411549 - head/security/py-pyaff4 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.21 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: Mon, 21 Mar 2016 10:35:42 -0000 Author: antoine Date: Mon Mar 21 10:35:41 2016 New Revision: 411549 URL: https://svnweb.freebsd.org/changeset/ports/411549 Log: Update to 0.23 Modified: head/security/py-pyaff4/Makefile head/security/py-pyaff4/distinfo Modified: head/security/py-pyaff4/Makefile ============================================================================== --- head/security/py-pyaff4/Makefile Mon Mar 21 09:53:17 2016 (r411548) +++ head/security/py-pyaff4/Makefile Mon Mar 21 10:35:41 2016 (r411549) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= PyAFF4 -PORTVERSION= 0.22 +PORTVERSION= 0.23 CATEGORIES= security devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -13,7 +13,7 @@ COMMENT= Python Advanced Forensic Format LICENSE= APACHE20 RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}intervaltree>=2.1.0:${PORTSDIR}/devel/py-intervaltree \ - ${PYTHON_PKGNAMEPREFIX}python-snappy>=0:${PORTSDIR}/archivers/py-python-snappy \ + ${PYTHON_PKGNAMEPREFIX}python-snappy>=0.5:${PORTSDIR}/archivers/py-python-snappy \ ${PYTHON_PKGNAMEPREFIX}rdflib>=4.2.1:${PORTSDIR}/textproc/py-rdflib NO_ARCH= yes @@ -24,6 +24,6 @@ post-extract: @${CHMOD} -R a+rX ${WRKSRC} post-patch: - ${REINPLACE_CMD} '/aff4-snappy/d' ${WRKSRC}/setup.py + ${REINPLACE_CMD} 's/aff4-snappy == 0.5/snappy >= 0.5/' ${WRKSRC}/setup.py .include Modified: head/security/py-pyaff4/distinfo ============================================================================== --- head/security/py-pyaff4/distinfo Mon Mar 21 09:53:17 2016 (r411548) +++ head/security/py-pyaff4/distinfo Mon Mar 21 10:35:41 2016 (r411549) @@ -1,2 +1,2 @@ -SHA256 (PyAFF4-0.22.tar.gz) = 2b765d88d778e8b2cd74191711526d6f230338dcc3efa913e52ad6f481003604 -SIZE (PyAFF4-0.22.tar.gz) = 44058 +SHA256 (PyAFF4-0.23.tar.gz) = 634e7c5f6095653d6601aebcb07328433d1707bee3b048870aa671bdb071c56b +SIZE (PyAFF4-0.23.tar.gz) = 44128