aboutsummaryrefslogtreecommitdiffstats
path: root/devel
diff options
context:
space:
mode:
authorsunpoet <sunpoet@FreeBSD.org>2010-10-23 13:50:15 +0800
committersunpoet <sunpoet@FreeBSD.org>2010-10-23 13:50:15 +0800
commit2a588d4820f2c0366d7ca17e18ca77600c604606 (patch)
tree49d56b2c5de8fa3d00c418caf59c639da4c267ef /devel
parent0144389733a3ab95f0dc0c719198b787bff835db (diff)
downloadfreebsd-ports-gnome-2a588d4820f2c0366d7ca17e18ca77600c604606.tar.gz
freebsd-ports-gnome-2a588d4820f2c0366d7ca17e18ca77600c604606.tar.zst
freebsd-ports-gnome-2a588d4820f2c0366d7ca17e18ca77600c604606.zip
- Update to 0.6.2
- Mark MAKE_JOBS_SAFE - While I'm here, add LICENSE and use INSTALL_DATA for PORTDOCS PR: ports/151632 Submitted by: Marco Broder <marco.broeder@gmx.eu> (maintainer) Approved by: pgollucci (mentor, implicit)
Diffstat (limited to 'devel')
-rw-r--r--devel/dulwich/Makefile12
-rw-r--r--devel/dulwich/distinfo6
2 files changed, 10 insertions, 8 deletions
diff --git a/devel/dulwich/Makefile b/devel/dulwich/Makefile
index 0978cd19c1d9..d1f8d3325dcf 100644
--- a/devel/dulwich/Makefile
+++ b/devel/dulwich/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= dulwich
-PORTVERSION= 0.6.1
+PORTVERSION= 0.6.2
CATEGORIES= devel python
MASTER_SITES= http://samba.org/~jelmer/${PORTNAME}/ \
http://launchpad.net/${PORTNAME}/trunk/${PORTVERSION}/+download/
@@ -15,6 +15,10 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= marco.broeder@gmx.eu
COMMENT= Pure-Python implementation of the Git file formats and protocols
+LICENSE= GPLv2 GPLv3
+LICENSE_COMB= dual
+
+MAKE_JOBS_SAFE= yes
USE_PYTHON= yes
USE_PYDISTUTILS=yes
@@ -32,10 +36,8 @@ post-patch:
post-install:
.ifndef (NOPORTDOCS)
- ${MKDIR} ${DOCSDIR}
- for n in ${PORTDOCS}; do \
- ${INSTALL_MAN} ${WRKSRC}/$${n} ${DOCSDIR}/; \
- done
+ ${MKDIR} ${DOCSDIR}/
+ cd ${WRKSRC}/ && ${INSTALL_DATA} ${PORTDOCS} ${DOCSDIR}/
.endif
.include <bsd.port.mk>
diff --git a/devel/dulwich/distinfo b/devel/dulwich/distinfo
index cde19f048b07..9820122014ee 100644
--- a/devel/dulwich/distinfo
+++ b/devel/dulwich/distinfo
@@ -1,3 +1,3 @@
-MD5 (dulwich-0.6.1.tar.gz) = 57013775371f8512aa9568e2e4bab862
-SHA256 (dulwich-0.6.1.tar.gz) = 452cbd46c798b10f01dcc1da16c38c40554ae5434018b9874f406fadfcdc5ce9
-SIZE (dulwich-0.6.1.tar.gz) = 131372
+MD5 (dulwich-0.6.2.tar.gz) = 69d7e998f466972d5f9e0a6c6c1147f1
+SHA256 (dulwich-0.6.2.tar.gz) = cbe12783ed6be1f29177658973791db8aa52fc6c0a9a8fa19af7a0100e66990f
+SIZE (dulwich-0.6.2.tar.gz) = 139271