aboutsummaryrefslogtreecommitdiff
path: root/devel/dulwich/Makefile
diff options
context:
space:
mode:
authorSylvio Cesar Teixeira <sylvio@FreeBSD.org>2010-07-25 01:12:13 +0000
committerSylvio Cesar Teixeira <sylvio@FreeBSD.org>2010-07-25 01:12:13 +0000
commit1e58a10ad986a5e178474522ddb750d67b015288 (patch)
tree09647c6059c14fab9f197088b48af37f3368aecf /devel/dulwich/Makefile
parentaf30002d716b569457f9bb296c0695d148540f5f (diff)
downloadports-1e58a10ad986a5e178474522ddb750d67b015288.tar.gz
ports-1e58a10ad986a5e178474522ddb750d67b015288.zip
Notes
Diffstat (limited to 'devel/dulwich/Makefile')
-rw-r--r--devel/dulwich/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/devel/dulwich/Makefile b/devel/dulwich/Makefile
index 7572b6b4f912..c5610fe3e6c2 100644
--- a/devel/dulwich/Makefile
+++ b/devel/dulwich/Makefile
@@ -8,7 +8,8 @@
PORTNAME= dulwich
PORTVERSION= 0.6.0
CATEGORIES= devel python
-MASTER_SITES= http://samba.org/~jelmer/${PORTNAME}/
+MASTER_SITES= http://samba.org/~jelmer/${PORTNAME}/ \
+ http://launchpad.net/${PORTNAME}/trunk/${PORTVERSION}/+download/
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= marco.broeder@gmx.eu
@@ -17,6 +18,8 @@ COMMENT= Pure-Python implementation of the Git file formats and protocols
USE_PYTHON= yes
USE_PYDISTUTILS=yes
+FETCH_ARGS= -pRr # default '-ApRr' prevents 302 redirects by launchpad
+
.ifndef (NOPORTDOCS)
PORTDOCS= AUTHORS COPYING HACKING NEWS README
.endif