From owner-svn-ports-head@freebsd.org Fri Feb 26 09:02:40 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 8C118AB4BCF; Fri, 26 Feb 2016 09:02:40 +0000 (UTC) (envelope-from koobs@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 60790FA6; Fri, 26 Feb 2016 09:02:40 +0000 (UTC) (envelope-from koobs@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u1Q92drP097474; Fri, 26 Feb 2016 09:02:39 GMT (envelope-from koobs@FreeBSD.org) Received: (from koobs@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u1Q92dsP097472; Fri, 26 Feb 2016 09:02:39 GMT (envelope-from koobs@FreeBSD.org) Message-Id: <201602260902.u1Q92dsP097472@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: koobs set sender to koobs@FreeBSD.org using -f From: Kubilay Kocak Date: Fri, 26 Feb 2016 09:02:39 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r409593 - 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.20 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: Fri, 26 Feb 2016 09:02:40 -0000 Author: koobs Date: Fri Feb 26 09:02:39 2016 New Revision: 409593 URL: https://svnweb.freebsd.org/changeset/ports/409593 Log: security/py-cpe: Update to 1.2.0 - Update PORTVERSION and distinfo checksum (1.2.0) - Enable building with Python 3.x - Correct LICENSE (LGPL3) - Enable NO_ARCH (architecture independent) - Update COMMENT to match setup.py:summary= - Add test target Changes: https://github.com/nilp0inter/cpe/blob/develop/NEWS.txt Modified: head/security/py-cpe/Makefile head/security/py-cpe/distinfo Modified: head/security/py-cpe/Makefile ============================================================================== --- head/security/py-cpe/Makefile Fri Feb 26 08:59:39 2016 (r409592) +++ head/security/py-cpe/Makefile Fri Feb 26 09:02:39 2016 (r409593) @@ -2,18 +2,23 @@ # $FreeBSD$ PORTNAME= cpe -PORTVERSION= 1.1.0 +PORTVERSION= 1.2.0 CATEGORIES= security python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= koobs@FreeBSD.org -COMMENT= Common Platform Enumeration (CPE) for Python +COMMENT= CPE: Common Platform Enumeration for Python -LICENSE= GPLv3 +LICENSE= LGPL3 LICENSE_FILE= ${WRKSRC}/LICENSE -USES= python:-2.7 +USES= python USE_PYTHON= autoplist distutils +NO_ARCH= yes + +do-test: + @cd ${WRKSRC} && ${PYTHON_CMD} -m pytest + .include Modified: head/security/py-cpe/distinfo ============================================================================== --- head/security/py-cpe/distinfo Fri Feb 26 08:59:39 2016 (r409592) +++ head/security/py-cpe/distinfo Fri Feb 26 09:02:39 2016 (r409593) @@ -1,2 +1,2 @@ -SHA256 (cpe-1.1.0.tar.gz) = 3e7d18460a9921ab6668d3cc2ffec59b6bd99922f30714446bcf982c022c4836 -SIZE (cpe-1.1.0.tar.gz) = 69155 +SHA256 (cpe-1.2.0.tar.gz) = a62cf49465f5e429134a3c338500c94de77e8e6257ea4e4f2dd355bae4f5c9a4 +SIZE (cpe-1.2.0.tar.gz) = 2151631