Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 17 Mar 2016 17:26:53 +0000 (UTC)
From:      Mark Felder <feld@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r411295 - head/devel/py-envisage
Message-ID:  <201603171726.u2HHQr29092722@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 <bsd.port.mk>

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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201603171726.u2HHQr29092722>