From owner-svn-ports-head@freebsd.org Tue Sep 12 20:56:39 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 F1704E1D77B; Tue, 12 Sep 2017 20:56:39 +0000 (UTC) (envelope-from sunpoet@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 BF1611DD4; Tue, 12 Sep 2017 20:56:39 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v8CKucLw021475; Tue, 12 Sep 2017 20:56:38 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v8CKuc9U021474; Tue, 12 Sep 2017 20:56:38 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201709122056.v8CKuc9U021474@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Tue, 12 Sep 2017 20:56:38 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r449724 - head/net-mgmt/py-ipy X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/net-mgmt/py-ipy X-SVN-Commit-Revision: 449724 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.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: Tue, 12 Sep 2017 20:56:40 -0000 Author: sunpoet Date: Tue Sep 12 20:56:38 2017 New Revision: 449724 URL: https://svnweb.freebsd.org/changeset/ports/449724 Log: Add LICENSE - Allow concurrent installation (USE_PYTHON=concurrent) - Sort USE_PYTHON - Take maintainership Modified: head/net-mgmt/py-ipy/Makefile Modified: head/net-mgmt/py-ipy/Makefile ============================================================================== --- head/net-mgmt/py-ipy/Makefile Tue Sep 12 20:56:33 2017 (r449723) +++ head/net-mgmt/py-ipy/Makefile Tue Sep 12 20:56:38 2017 (r449724) @@ -8,12 +8,15 @@ MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} DISTNAME= IPy-${PORTVERSION} -MAINTAINER= ports@FreeBSD.org +MAINTAINER= sunpoet@FreeBSD.org COMMENT= Python module for handling IPv4 and IPv6 Addresses and Networks -USES= python -USE_PYTHON= distutils autoplist +LICENSE= BSD3CLAUSE +LICENSE_FILE= ${WRKSRC}/COPYING + NO_ARCH= yes +USE_PYTHON= autoplist concurrent distutils +USES= python do-test: ${PYTHON_CMD} ${WRKSRC}/test/test_IPy.py