From owner-svn-ports-head@freebsd.org Sat Dec 2 13:58:26 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 CF21CE56034; Sat, 2 Dec 2017 13:58:26 +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 9C36871209; Sat, 2 Dec 2017 13:58:26 +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 vB2DwPOX081559; Sat, 2 Dec 2017 13:58:25 GMT (envelope-from antoine@FreeBSD.org) Received: (from antoine@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id vB2DwPJx081556; Sat, 2 Dec 2017 13:58:25 GMT (envelope-from antoine@FreeBSD.org) Message-Id: <201712021358.vB2DwPJx081556@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: antoine set sender to antoine@FreeBSD.org using -f From: Antoine Brodin Date: Sat, 2 Dec 2017 13:58:25 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r455375 - head/security/py-plaso X-SVN-Group: ports-head X-SVN-Commit-Author: antoine X-SVN-Commit-Paths: head/security/py-plaso X-SVN-Commit-Revision: 455375 X-SVN-Commit-Repository: ports 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.25 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: Sat, 02 Dec 2017 13:58:26 -0000 Author: antoine Date: Sat Dec 2 13:58:25 2017 New Revision: 455375 URL: https://svnweb.freebsd.org/changeset/ports/455375 Log: - Update to 20171118 - Arrange dependencies to make it easier to test python3 readiness Modified: head/security/py-plaso/Makefile head/security/py-plaso/distinfo Modified: head/security/py-plaso/Makefile ============================================================================== --- head/security/py-plaso/Makefile Sat Dec 2 13:48:41 2017 (r455374) +++ head/security/py-plaso/Makefile Sat Dec 2 13:58:25 2017 (r455375) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= plaso -PORTVERSION= 20170930 -PORTREVISION= 1 +PORTVERSION= 20171118 CATEGORIES= security python MASTER_SITES= https://github.com/log2timeline/plaso/releases/download/${PORTVERSION}/ \ LOCAL/antoine @@ -15,10 +14,7 @@ COMMENT= Automatic creation of a super timeline LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE -RUN_DEPENDS= hachoir-core>=0:devel/hachoir-core \ - hachoir-metadata>=0:sysutils/hachoir-metadata \ - hachoir-parser>=0:devel/hachoir-parser \ - libesedb>=e:devel/libesedb \ +RUN_DEPENDS= libesedb>=e:devel/libesedb \ libevt>=a:devel/libevt \ libevtx>=a:devel/libevtx \ libfwsi>=e:devel/libfwsi \ @@ -53,12 +49,17 @@ NO_ARCH= yes USES= python:2.7 USE_LOCALE= en_US.UTF-8 USE_PYTHON= distutils autoplist -TEST_ENV= ${MAKE_ENV} PYTHONHTTPSVERIFY=0 .include -.if ${PYTHON_REL} < 3300 -RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}pyliblzma>=0:archivers/py-pyliblzma@${FLAVOR} +.if ${PYTHON_REL} < 3000 +RUN_DEPENDS+= hachoir-core>=0:devel/hachoir-core \ + hachoir-metadata>=0:sysutils/hachoir-metadata \ + hachoir-parser>=0:devel/hachoir-parser \ + ${PYTHON_PKGNAMEPREFIX}pyliblzma>=0:archivers/py-pyliblzma@${FLAVOR} +TEST_ENV= ${MAKE_ENV} PYTHONHTTPSVERIFY=0 +.else +TEST_DEPENDS+= ca_root_nss>=0:security/ca_root_nss .endif do-test: Modified: head/security/py-plaso/distinfo ============================================================================== --- head/security/py-plaso/distinfo Sat Dec 2 13:48:41 2017 (r455374) +++ head/security/py-plaso/distinfo Sat Dec 2 13:58:25 2017 (r455375) @@ -1,3 +1,3 @@ -TIMESTAMP = 1506966492 -SHA256 (plaso-20170930.tar.gz) = d5896ff3cc87c45699bd8c7ef9a0ba799cc7d45d1b8c81eb678a79f9d29ca64f -SIZE (plaso-20170930.tar.gz) = 108031253 +TIMESTAMP = 1511072697 +SHA256 (plaso-20171118.tar.gz) = 0a405ba929e376b710236789fee324c1cf65344d9bf51a8d60988d1268c8853b +SIZE (plaso-20171118.tar.gz) = 108040831