ports/173531: [maintainer-update] [patch] devel/dulwich: Update to 0.8.6 release
Marco Bröder
marco.broeder at gmx.eu
Tue Nov 27 17:20:01 UTC 2012
The following reply was made to PR ports/173531; it has been noted by GNATS.
From: =?UTF-8?B?TWFyY28gQnLDtmRlcg==?= <marco.broeder at gmx.eu>
To: bug-followup at FreeBSD.org
Cc: marco.broeder at gmx.eu
Subject: Re: ports/173531: [maintainer-update] [patch] devel/dulwich: Update
to 0.8.6 release
Date: Tue, 27 Nov 2012 18:15:54 +0100
This is a multi-part message in MIME format.
--------------060608090807050806070807
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
Here is a new patch for next release 0.8.7 which replaces the old one.
--
Regards
--------------060608090807050806070807
Content-Type: text/x-patch;
name="dulwich-0.8.7.patch"
Content-Transfer-Encoding: 7bit
Content-Disposition: attachment;
filename="dulwich-0.8.7.patch"
diff --git a/devel/dulwich/Makefile b/devel/dulwich/Makefile
index bf1778b..5e950e0 100644
--- a/devel/dulwich/Makefile
+++ b/devel/dulwich/Makefile
@@ -1,12 +1,8 @@
-# Ports collection makefile for: dulwich
-# Date created: 2009-10-24
-# Whom: Marco Broeder <marco.broeder at gmx.eu>
-#
+# Created by: Marco Broeder <marco.broeder at gmx.eu>
# $FreeBSD: ports/devel/dulwich/Makefile,v 1.16 2012/03/30 19:06:37 jgh Exp $
-#
PORTNAME= dulwich
-PORTVERSION= 0.8.5
+PORTVERSION= 0.8.7
CATEGORIES= devel python
MASTER_SITES= http://samba.org/~jelmer/${PORTNAME}/ \
http://launchpad.net/${PORTNAME}/trunk/${PORTVERSION}/+download/
@@ -24,9 +20,17 @@ USE_PYTHON= yes
USE_PYDISTUTILS=yes
FETCH_ARGS= -Fpr # default '-AFpr' prevents 302 redirects by launchpad
+UNIQUENAME= ${PORTNAME}
-.ifndef (NOPORTDOCS)
-PORTDOCS= AUTHORS COPYING HACKING NEWS README
+OPTIONS_DEFINE= DOCS
+DOCS_DESC= Install some documentation text files
+OPTIONS_DEFAULT=DOCS
+
+.include <bsd.port.options.mk>
+
+.if ${PORT_OPTIONS:MDOCS}
+PORTDOCS= AUTHORS COPYING HACKING NEWS README introduction.txt \
+ object-store.txt protocol.txt remote.txt repo.txt
.endif
post-patch:
@@ -36,7 +40,8 @@ post-patch:
${WRKSRC}/setup.py
post-install:
-.ifndef (NOPORTDOCS)
+.if ${PORT_OPTIONS:MDOCS}
+ ${CP} ${WRKSRC}/docs/*.txt ${WRKSRC}/docs/tutorial/*.txt ${WRKSRC}
${MKDIR} ${DOCSDIR}
cd ${WRKSRC} && ${INSTALL_DATA} ${PORTDOCS} ${DOCSDIR}
.endif
diff --git a/devel/dulwich/distinfo b/devel/dulwich/distinfo
index a7983b7..7183731 100644
--- a/devel/dulwich/distinfo
+++ b/devel/dulwich/distinfo
@@ -1,2 +1,2 @@
-SHA256 (dulwich-0.8.5.tar.gz) = 546d2840199500dc270da5bda456df68de4d1733f8b184bf425c5e560f988b6a
-SIZE (dulwich-0.8.5.tar.gz) = 203727
+SHA256 (dulwich-0.8.7.tar.gz) = 7ba336d0100b90baf843b20d71fedc8a92e36de41c1acdebe4cba12e76b93810
+SIZE (dulwich-0.8.7.tar.gz) = 208639
--------------060608090807050806070807--
More information about the freebsd-ports-bugs
mailing list