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

(-)editors/leo/Makefile (-4 / +2 lines)
Lines 2-8 Link Here
2
# $FreeBSD: head/editors/leo/Makefile 380392 2015-03-03 20:28:56Z madpilot $
2
# $FreeBSD: head/editors/leo/Makefile 380392 2015-03-03 20:28:56Z madpilot $
3
3
4
PORTNAME=	leo
4
PORTNAME=	leo
5
PORTVERSION=	5.0
5
PORTVERSION=	5.1
6
CATEGORIES=	editors python
6
CATEGORIES=	editors python
7
MASTER_SITES=	SF/${PORTNAME}/Leo/${PORTVERSION}-final
7
MASTER_SITES=	SF/${PORTNAME}/Leo/${PORTVERSION}-final
8
DISTNAME=	Leo-${PORTVERSION}-final
8
DISTNAME=	Leo-${PORTVERSION}-final
Lines 22-29 Link Here
22
22
23
NO_ARCH=	yes
23
NO_ARCH=	yes
24
24
25
WRKSRC=		${WRKDIR}/Leo${PORTVERSION}-final
26
27
USES=		python shebangfix zip
25
USES=		python shebangfix zip
28
SHEBANG_FILES=	leo/doc/html/fixup.pl
26
SHEBANG_FILES=	leo/doc/html/fixup.pl
29
USE_PYTHON=	autoplist distutils
27
USE_PYTHON=	autoplist distutils
Lines 33-39 Link Here
33
31
34
OPTIONS_DEFINE=		DOCS PYENCHANT
32
OPTIONS_DEFINE=		DOCS PYENCHANT
35
33
36
PYENCHANT_DESC=		Enable PyEnchant support
34
PYENCHANT_DESC=		Spell checking support via PyEnchant
37
PYENCHANT_RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}enchant>0:${PORTSDIR}/textproc/py-enchant
35
PYENCHANT_RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}enchant>0:${PORTSDIR}/textproc/py-enchant
38
36
39
.include <bsd.port.mk>
37
.include <bsd.port.mk>
(-)editors/leo/distinfo (-2 / +2 lines)
Lines 1-2 Link Here
1
SHA256 (leo/Leo-5.0-final.zip) = 5635ac753b011a43a3096e5dc18e2d5c6e9f628a40c0ba628c789bccb10928d1
1
SHA256 (leo/Leo-5.1-final.zip) = 2d742f9825959ba5c7624d1179b9f3065e14e055c90272fbce199f91770de826
2
SIZE (leo/Leo-5.0-final.zip) = 8628999
2
SIZE (leo/Leo-5.1-final.zip) = 9028778

Return to bug 200301