From owner-svn-ports-all@freebsd.org Thu Mar 17 17:26:55 2016 Return-Path: Delivered-To: svn-ports-all@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 32AB2AD4B72; Thu, 17 Mar 2016 17:26:55 +0000 (UTC) (envelope-from feld@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 DE5FDEE2; Thu, 17 Mar 2016 17:26:54 +0000 (UTC) (envelope-from feld@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u2HHQswC092725; Thu, 17 Mar 2016 17:26:54 GMT (envelope-from feld@FreeBSD.org) Received: (from feld@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u2HHQr29092722; Thu, 17 Mar 2016 17:26:53 GMT (envelope-from feld@FreeBSD.org) Message-Id: <201603171726.u2HHQr29092722@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: feld set sender to feld@FreeBSD.org using -f From: Mark Felder Date: Thu, 17 Mar 2016 17:26:53 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r411295 - head/devel/py-envisage X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 17 Mar 2016 17:26:55 -0000 Author: feld Date: Thu Mar 17 17:26:53 2016 New Revision: 411295 URL: https://svnweb.freebsd.org/changeset/ports/411295 Log: devel/py-envisage: Update to 4.5.1 Also, do some other changes: * switch from GitHub to CHEESESHOP * fix LICENSEs (few minor remaining questions sent upstream) * change USES=python:2 to USES=python:-2.7 since python2 link is not used by the port PR: 207798 Modified: head/devel/py-envisage/Makefile head/devel/py-envisage/distinfo head/devel/py-envisage/pkg-descr Modified: head/devel/py-envisage/Makefile ============================================================================== --- head/devel/py-envisage/Makefile Thu Mar 17 16:56:50 2016 (r411294) +++ head/devel/py-envisage/Makefile Thu Mar 17 17:26:53 2016 (r411295) @@ -2,21 +2,22 @@ # $FreeBSD$ PORTNAME= envisage -PORTVERSION= 4.4.0 +PORTVERSION= 4.5.1 CATEGORIES= devel python +MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= Vladimir.Chukharev@gmail.com -COMMENT= Framework for building applications with plug-ins from Enthought +COMMENT= Enthought extensible application framework -LICENSE= BSD3CLAUSE +LICENSE= BSD3CLAUSE PSFL LGPL20 +LICENSE_COMB= multi +# See image_LICENSE.txt files for per file license information RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}traits>=4.5.0:${PORTSDIR}/devel/py-traits -USES= python:2 +USES= python:-2.7 USE_PYTHON= autoplist distutils -USE_GITHUB= yes -GH_ACCOUNT= enthought NO_ARCH= yes .include Modified: head/devel/py-envisage/distinfo ============================================================================== --- head/devel/py-envisage/distinfo Thu Mar 17 16:56:50 2016 (r411294) +++ head/devel/py-envisage/distinfo Thu Mar 17 17:26:53 2016 (r411295) @@ -1,2 +1,2 @@ -SHA256 (enthought-envisage-4.4.0_GH0.tar.gz) = b85ab3b6f7dce0135d773d5fc66e578152a33af704ae2d82f4711d98be017465 -SIZE (enthought-envisage-4.4.0_GH0.tar.gz) = 503838 +SHA256 (envisage-4.5.1.tar.gz) = 3d918c3e8d46af92d4720024a731d6805b8a8a65b219a44512650545608e8377 +SIZE (envisage-4.5.1.tar.gz) = 232198 Modified: head/devel/py-envisage/pkg-descr ============================================================================== --- head/devel/py-envisage/pkg-descr Thu Mar 17 16:56:50 2016 (r411294) +++ head/devel/py-envisage/pkg-descr Thu Mar 17 17:26:53 2016 (r411295) @@ -12,4 +12,4 @@ Each plug-in is able to: ("services"). The Envisage project provides the basic machinery of the Envisage framework. -WWW: http://www.github.com/enthought/envisage +WWW: http://code.enthought.com/projects/envisage