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

(-)editors/leo/Makefile (-5 / +10 lines)
Lines 2-9 Link Here
2
# $FreeBSD: head/editors/leo/Makefile 401886 2015-11-18 18:24:18Z rm $
2
# $FreeBSD: head/editors/leo/Makefile 401886 2015-11-18 18:24:18Z rm $
3
3
4
PORTNAME=	leo
4
PORTNAME=	leo
5
PORTVERSION=	5.1
5
PORTVERSION=	5.2
6
PORTREVISION=	2
7
CATEGORIES=	editors python
6
CATEGORIES=	editors python
8
MASTER_SITES=	SF/${PORTNAME}/Leo/${PORTVERSION}-final
7
MASTER_SITES=	SF/${PORTNAME}/Leo/${PORTVERSION}-final
9
DISTNAME=	Leo-${PORTVERSION}-final
8
DISTNAME=	Leo-${PORTVERSION}-final
Lines 30-42 Link Here
30
DESKTOP_ENTRIES="Leo" "Literate Editor with Outlines" \
29
DESKTOP_ENTRIES="Leo" "Literate Editor with Outlines" \
31
		"${PYTHONPREFIX_SITELIBDIR}/leo/Icons/leoapp32.png" "leo" "" ""
30
		"${PYTHONPREFIX_SITELIBDIR}/leo/Icons/leoapp32.png" "leo" "" ""
32
31
33
OPTIONS_DEFINE=		DOCS PYENCHANT
32
OPTIONS_DEFINE=		PYENCHANT
34
33
35
PYENCHANT_DESC=		Spell checking support via PyEnchant
34
PYENCHANT_DESC=		Spell checking support via PyEnchant
36
PYENCHANT_RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}enchant>0:${PORTSDIR}/textproc/py-enchant
35
PYENCHANT_RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}enchant>0:${PORTSDIR}/textproc/py-enchant
37
36
37
post-patch:
38
	@${LN} -sf leo/dist/leo-install.py ${WRKSRC}/leo-install.py
39
	@${LN} -sf leo/dist/setup.py ${WRKSRC}/setup.py
40
38
post-install:
41
post-install:
39
	@${REINPLACE_CMD} -e 's,===,==,' ${STAGEDIR}${PREFIX}/bin/leo \
42
.for i in leo leoc
40
		${STAGEDIR}${PREFIX}/bin/leoc
43
	@${REINPLACE_CMD} -i "" -e \
44
		's|===|==|' ${STAGEDIR}${PREFIX}/bin/${i}
45
.endfor
41
46
42
.include <bsd.port.mk>
47
.include <bsd.port.mk>
(-)editors/leo/distinfo (-2 / +2 lines)
Lines 1-2 Link Here
1
SHA256 (leo/Leo-5.1-final.zip) = 2d742f9825959ba5c7624d1179b9f3065e14e055c90272fbce199f91770de826
1
SHA256 (leo/Leo-5.2-final.zip) = 2df0ac372be832a837157ce289ada1c34cf883aace5cf760df62ae8ceeb6858f
2
SIZE (leo/Leo-5.1-final.zip) = 9028778
2
SIZE (leo/Leo-5.2-final.zip) = 9373533

Return to bug 208207