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

(-)Makefile (-4 / +4 lines)
Lines 6-13 Link Here
6
#
6
#
7
7
8
PORTNAME=	emesene
8
PORTNAME=	emesene
9
PORTVERSION=	1.0.1
9
PORTVERSION=	1.5
10
PORTREVISION=	1
11
CATEGORIES=	net-im python
10
CATEGORIES=	net-im python
12
MASTER_SITES=	SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION}
11
MASTER_SITES=	SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION}
13
12
Lines 33-40 Link Here
33
		"false"
32
		"false"
34
33
35
post-extract:
34
post-extract:
36
	@cd ${WRKSRC} && \
35
	cd ${WRKSRC} && \
37
		${RM} -f GPL LGPL README
36
		${RM} -f GPL LGPL README && \
37
	${PYTHON_CMD} setup.py build_ext -i
38
38
39
post-patch:
39
post-patch:
40
	@${REINPLACE_CMD} -e 's|%%DATADIR%%|${DATADIR}|g' ${WRKSRC}/${PORTNAME}
40
	@${REINPLACE_CMD} -e 's|%%DATADIR%%|${DATADIR}|g' ${WRKSRC}/${PORTNAME}
(-)distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
MD5 (emesene-1.0.1.tar.gz) = 49f77e190b8c991c32a07ac07cf88d13
1
MD5 (emesene-1.5.tar.gz) = b7dffa8f113ab1f3b90e3e2a48001007
2
SHA256 (emesene-1.0.1.tar.gz) = 0d000033845dea758a8195185aec8f8ca83371aee4e31a121952ad628092a799
2
SHA256 (emesene-1.5.tar.gz) = 0e7b380a2f5e5a67a19ca6434ede9271fd698f25f329406c967c394872305cf9
3
SIZE (emesene-1.0.1.tar.gz) = 1885706
3
SIZE (emesene-1.5.tar.gz) = 1731643

Return to bug 139589