View | Details | Raw Unified | Return to bug 173531 | Differences between
and this patch

Collapse All | Expand All

(-)b/devel/dulwich/Makefile (-9 / +14 lines)
Lines 1-12 Link Here
1
# Ports collection makefile for:	dulwich
1
# Created by: Marco Broeder <marco.broeder@gmx.eu>
2
# Date created:		2009-10-24
3
# Whom:			Marco Broeder <marco.broeder@gmx.eu>
4
#
5
# $FreeBSD: ports/devel/dulwich/Makefile,v 1.16 2012/03/30 19:06:37 jgh Exp $
2
# $FreeBSD: ports/devel/dulwich/Makefile,v 1.16 2012/03/30 19:06:37 jgh Exp $
6
#
7
3
8
PORTNAME=	dulwich
4
PORTNAME=	dulwich
9
PORTVERSION=	0.8.5
5
PORTVERSION=	0.8.6
10
CATEGORIES=	devel python
6
CATEGORIES=	devel python
11
MASTER_SITES=	http://samba.org/~jelmer/${PORTNAME}/ \
7
MASTER_SITES=	http://samba.org/~jelmer/${PORTNAME}/ \
12
		http://launchpad.net/${PORTNAME}/trunk/${PORTVERSION}/+download/
8
		http://launchpad.net/${PORTNAME}/trunk/${PORTVERSION}/+download/
Lines 24-32 USE_PYTHON= yes Link Here
24
USE_PYDISTUTILS=yes
20
USE_PYDISTUTILS=yes
25
21
26
FETCH_ARGS=	-Fpr	# default '-AFpr' prevents 302 redirects by launchpad
22
FETCH_ARGS=	-Fpr	# default '-AFpr' prevents 302 redirects by launchpad
23
UNIQUENAME=	${PORTNAME}
27
24
28
.ifndef (NOPORTDOCS)
25
OPTIONS_DEFINE=	DOCS
29
PORTDOCS=	AUTHORS COPYING HACKING NEWS README
26
DOCS_DESC=	Install some documentation text files
27
OPTIONS_DEFAULT=DOCS
28
29
.include <bsd.port.options.mk>
30
31
.if ${PORT_OPTIONS:MDOCS}
32
PORTDOCS=	AUTHORS COPYING HACKING NEWS README introduction.txt \
33
		object-store.txt protocol.txt remote.txt repo.txt
30
.endif
34
.endif
31
35
32
post-patch:
36
post-patch:
Lines 36-42 post-patch: Link Here
36
		${WRKSRC}/setup.py
40
		${WRKSRC}/setup.py
37
41
38
post-install:
42
post-install:
39
.ifndef (NOPORTDOCS)
43
.if ${PORT_OPTIONS:MDOCS}
44
	${CP} ${WRKSRC}/docs/*.txt ${WRKSRC}/docs/tutorial/*.txt ${WRKSRC}
40
	${MKDIR} ${DOCSDIR}
45
	${MKDIR} ${DOCSDIR}
41
	cd ${WRKSRC} && ${INSTALL_DATA} ${PORTDOCS} ${DOCSDIR}
46
	cd ${WRKSRC} && ${INSTALL_DATA} ${PORTDOCS} ${DOCSDIR}
42
.endif
47
.endif
(-)b/devel/dulwich/distinfo (-2 / +2 lines)
Lines 1-2 Link Here
1
SHA256 (dulwich-0.8.5.tar.gz) = 546d2840199500dc270da5bda456df68de4d1733f8b184bf425c5e560f988b6a
1
SHA256 (dulwich-0.8.6.tar.gz) = fd7337656ac304e295771b9fa655e7f417015ad6d071553bc3e5ba876efc35c7
2
SIZE (dulwich-0.8.5.tar.gz) = 203727
2
SIZE (dulwich-0.8.6.tar.gz) = 208467

Return to bug 173531