View | Details | Raw Unified | Return to bug 207798
Collapse All | Expand All

(-)devel/py-envisage/Makefile (-6 / +7 lines)
Lines 2-22 Link Here
2
# $FreeBSD$
2
# $FreeBSD$
3
3
4
PORTNAME=	envisage
4
PORTNAME=	envisage
5
PORTVERSION=	4.4.0
5
PORTVERSION=	4.5.1
6
CATEGORIES=	devel python
6
CATEGORIES=	devel python
7
MASTER_SITES=	CHEESESHOP
7
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
8
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
8
9
9
MAINTAINER=	Vladimir.Chukharev@gmail.com
10
MAINTAINER=	Vladimir.Chukharev@gmail.com
10
COMMENT=	Framework for building applications with plug-ins from Enthought
11
COMMENT=	Enthought extensible application framework
11
12
12
LICENSE=	BSD3CLAUSE
13
LICENSE=	BSD3CLAUSE PSFL LGPL20
14
LICENSE_COMB=	multi
15
# See image_LICENSE.txt files for per file license information
13
16
14
RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}traits>=4.5.0:${PORTSDIR}/devel/py-traits
17
RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}traits>=4.5.0:${PORTSDIR}/devel/py-traits
15
18
16
USES=		python:2
19
USES=		python:-2.7
17
USE_PYTHON=	autoplist distutils
20
USE_PYTHON=	autoplist distutils
18
USE_GITHUB=	yes
19
GH_ACCOUNT=	enthought
20
NO_ARCH=	yes
21
NO_ARCH=	yes
21
22
22
.include <bsd.port.mk>
23
.include <bsd.port.mk>
(-)devel/py-envisage/distinfo (-2 / +2 lines)
Lines 1-2 Link Here
1
SHA256 (enthought-envisage-4.4.0_GH0.tar.gz) = b85ab3b6f7dce0135d773d5fc66e578152a33af704ae2d82f4711d98be017465
1
SHA256 (envisage-4.5.1.tar.gz) = 3d918c3e8d46af92d4720024a731d6805b8a8a65b219a44512650545608e8377
2
SIZE (enthought-envisage-4.4.0_GH0.tar.gz) = 503838
2
SIZE (envisage-4.5.1.tar.gz) = 232198
(-)devel/py-envisage/pkg-descr (-1 / +1 lines)
Lines 12-15 Link Here
12
   ("services").
12
   ("services").
13
The Envisage project provides the basic machinery of the Envisage framework.
13
The Envisage project provides the basic machinery of the Envisage framework.
14
14
15
WWW: http://www.github.com/enthought/envisage
15
WWW: http://code.enthought.com/projects/envisage

Return to bug 207798