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

(-)b/devel/dulwich/Makefile (-3 / +3 lines)
Lines 6-12 Link Here
6
#
6
#
7
7
8
PORTNAME=	dulwich
8
PORTNAME=	dulwich
9
PORTVERSION=	0.8.1
9
PORTVERSION=	0.8.2
10
CATEGORIES=	devel python
10
CATEGORIES=	devel python
11
MASTER_SITES=	http://samba.org/~jelmer/${PORTNAME}/ \
11
MASTER_SITES=	http://samba.org/~jelmer/${PORTNAME}/ \
12
		http://launchpad.net/${PORTNAME}/trunk/${PORTVERSION}/+download/
12
		http://launchpad.net/${PORTNAME}/trunk/${PORTVERSION}/+download/
Lines 30-37 PORTDOCS= AUTHORS COPYING HACKING NEWS README Link Here
30
.endif
30
.endif
31
31
32
post-patch:
32
post-patch:
33
	${REINPLACE_CMD} -e 's|PYTHON = python|PYTHON = /usr/bin/env python|g; \
33
	${REINPLACE_CMD} -e 's|PYTHON = python|PYTHON = /usr/bin/env python|g' \
34
		s|/usr|${PREFIX}|g' ${WRKSRC}/Makefile
34
		${WRKSRC}/Makefile
35
	${REINPLACE_CMD} -e 's|/usr/bin/python|/usr/bin/env python|g' \
35
	${REINPLACE_CMD} -e 's|/usr/bin/python|/usr/bin/env python|g' \
36
		${WRKSRC}/setup.py
36
		${WRKSRC}/setup.py
37
37
(-)b/devel/dulwich/distinfo (-2 / +2 lines)
Lines 1-2 Link Here
1
SHA256 (dulwich-0.8.1.tar.gz) = 1a1619e9c7e63fe9bdc93356ee893be1016b7ea12ad953f4e1f1f5c0c5056ee8
1
SHA256 (dulwich-0.8.2.tar.gz) = 411a9574e1af399f21d55651bc5dc2f16b001445391150a3ff77a03f2be782cd
2
SIZE (dulwich-0.8.1.tar.gz) = 190280
2
SIZE (dulwich-0.8.2.tar.gz) = 192938

Return to bug 163471