From owner-svn-ports-head@freebsd.org Mon May 1 12:18:29 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 0E7DBD58AAF; Mon, 1 May 2017 12:18:29 +0000 (UTC) (envelope-from cpm@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 C15441A1; Mon, 1 May 2017 12:18:28 +0000 (UTC) (envelope-from cpm@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v41CIR7x039414; Mon, 1 May 2017 12:18:27 GMT (envelope-from cpm@FreeBSD.org) Received: (from cpm@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v41CIRqm039412; Mon, 1 May 2017 12:18:27 GMT (envelope-from cpm@FreeBSD.org) Message-Id: <201705011218.v41CIRqm039412@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: cpm set sender to cpm@FreeBSD.org using -f From: "Carlos J. Puga Medina" Date: Mon, 1 May 2017 12:18:27 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r439869 - head/security/py-cpe 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: Mon, 01 May 2017 12:18:29 -0000 Author: cpm Date: Mon May 1 12:18:27 2017 New Revision: 439869 URL: https://svnweb.freebsd.org/changeset/ports/439869 Log: security/py-cpe: Update to 1.2.1 - Update PORTVERSION and distinfo checksum (1.2.1) - Fix all test cases Approved by: koobs (maintainer) Differential Revision: https://reviews.freebsd.org/D10555 Modified: head/security/py-cpe/Makefile head/security/py-cpe/distinfo Modified: head/security/py-cpe/Makefile ============================================================================== --- head/security/py-cpe/Makefile Mon May 1 11:39:44 2017 (r439868) +++ head/security/py-cpe/Makefile Mon May 1 12:18:27 2017 (r439869) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= cpe -PORTVERSION= 1.2.0 +PORTVERSION= 1.2.1 CATEGORIES= security python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -18,6 +18,12 @@ USE_PYTHON= autoplist distutils NO_ARCH= yes +post-patch: + @${REINPLACE_CMD} -e 's|expression2_2|tests/expression2_2|g' \ + ${WRKSRC}/tests/testfile_cpelang2_2.txt + @${REINPLACE_CMD} -e 's|expression2_3|tests/expression2_3|g' \ + ${WRKSRC}/tests/testfile_cpelang2_3.txt + do-test: @cd ${WRKSRC} && ${PYTHON_CMD} -m pytest Modified: head/security/py-cpe/distinfo ============================================================================== --- head/security/py-cpe/distinfo Mon May 1 11:39:44 2017 (r439868) +++ head/security/py-cpe/distinfo Mon May 1 12:18:27 2017 (r439869) @@ -1,2 +1,3 @@ -SHA256 (cpe-1.2.0.tar.gz) = a62cf49465f5e429134a3c338500c94de77e8e6257ea4e4f2dd355bae4f5c9a4 -SIZE (cpe-1.2.0.tar.gz) = 2151631 +TIMESTAMP = 1493603837 +SHA256 (cpe-1.2.1.tar.gz) = e742635e13cc0f6e02cb62a367dc789fb0e7dba1317822a8760c8de312e36ec9 +SIZE (cpe-1.2.1.tar.gz) = 2152179