From owner-svn-ports-head@freebsd.org Wed Apr 5 13:37:08 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 AB6F2D2FB73; Wed, 5 Apr 2017 13:37:08 +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 63513E05; Wed, 5 Apr 2017 13:37:08 +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 v35Db7s4082606; Wed, 5 Apr 2017 13:37:07 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v35Db7IC082603; Wed, 5 Apr 2017 13:37:07 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201704051337.v35Db7IC082603@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Wed, 5 Apr 2017 13:37:07 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r437788 - head/sysutils/py-execnet 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: Wed, 05 Apr 2017 13:37:08 -0000 Author: sunpoet Date: Wed Apr 5 13:37:07 2017 New Revision: 437788 URL: https://svnweb.freebsd.org/changeset/ports/437788 Log: Update to 1.4.1 - Add LICENSE_FILE - Add NO_ARCH - Sort USE_PYTHON - Allow concurrent installation (USE_PYTHON=concurrent) - Update WWW: SSL certificate has expired in Nov, 2014 Changes: https://bitbucket.org/hpk42/execnet/src/default/CHANGELOG PR: 218363 Submitted by: sunpoet (myself) Approved by: koobs (maintainer) Modified: head/sysutils/py-execnet/Makefile head/sysutils/py-execnet/distinfo head/sysutils/py-execnet/pkg-descr Modified: head/sysutils/py-execnet/Makefile ============================================================================== --- head/sysutils/py-execnet/Makefile Wed Apr 5 13:37:02 2017 (r437787) +++ head/sysutils/py-execnet/Makefile Wed Apr 5 13:37:07 2017 (r437788) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= execnet -PORTVERSION= 1.2.0 +PORTVERSION= 1.4.1 CATEGORIES= sysutils python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -11,8 +11,13 @@ MAINTAINER= koobs@FreeBSD.org COMMENT= Distributed Python deployment and communication LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/LICENSE +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools_scm>=0:devel/py-setuptools_scm +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}apipkg>=1.4:devel/py-apipkg + +NO_ARCH= yes USES= python -USE_PYTHON= distutils autoplist +USE_PYTHON= autoplist concurrent distutils .include Modified: head/sysutils/py-execnet/distinfo ============================================================================== --- head/sysutils/py-execnet/distinfo Wed Apr 5 13:37:02 2017 (r437787) +++ head/sysutils/py-execnet/distinfo Wed Apr 5 13:37:07 2017 (r437788) @@ -1,2 +1,3 @@ -SHA256 (execnet-1.2.0.tar.gz) = 951714caa0ae80237f4ffc1f08450e9e2e5f8f902beaf1ad294020875d6f8c2c -SIZE (execnet-1.2.0.tar.gz) = 163876 +TIMESTAMP = 1491399415 +SHA256 (execnet-1.4.1.tar.gz) = f66dd4a7519725a1b7e14ad9ae7d3df8e09b2da88062386e08e941cafc0ef3e6 +SIZE (execnet-1.4.1.tar.gz) = 171041 Modified: head/sysutils/py-execnet/pkg-descr ============================================================================== --- head/sysutils/py-execnet/pkg-descr Wed Apr 5 13:37:02 2017 (r437787) +++ head/sysutils/py-execnet/pkg-descr Wed Apr 5 13:37:07 2017 (r437788) @@ -7,4 +7,4 @@ following uses: * Write and deploy hybrid multi-process applications * Write scripts to administer multiple environments -WWW: https://codespeak.net/execnet +WWW: http://codespeak.net/execnet/