- Add other mirror
- Ajust patch file PR: ports/148766 Submitted by: Marco Broder <marco.broeder@gmx.eu> (maintainer)
This commit is contained in:
parent
af30002d71
commit
1e58a10ad9
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=258198
2 changed files with 5 additions and 4 deletions
|
@ -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
|
||||
|
|
|
@ -1,7 +1,6 @@
|
|||
--- ./setup.py.orig 2010-03-03 16:33:52.000000000 +0100
|
||||
+++ ./setup.py 2010-03-03 21:13:31.000000000 +0100
|
||||
@@ -2,10 +2,7 @@
|
||||
# Setup file for bzr-git
|
||||
@@ -3,8 +3,5 @@
|
||||
# Copyright (C) 2008-2010 Jelmer Vernooij <jelmer@samba.org>
|
||||
|
||||
-try:
|
||||
|
@ -11,4 +10,3 @@
|
|||
+from distutils.core import setup, Extension
|
||||
from distutils.core import Distribution
|
||||
|
||||
dulwich_version_string = '0.6.0'
|
||||
|
|
Loading…
Reference in a new issue