Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 27 Nov 2012 17:20:01 GMT
From:      =?UTF-8?B?TWFyY28gQnLDtmRlcg==?= <marco.broeder@gmx.eu>
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   Re: ports/173531: [maintainer-update] [patch] devel/dulwich: Update to 0.8.6 release
Message-ID:  <201211271720.qARHK1AY058360@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/173531; it has been noted by GNATS.

From: =?UTF-8?B?TWFyY28gQnLDtmRlcg==?= <marco.broeder@gmx.eu>
To: bug-followup@FreeBSD.org
Cc: marco.broeder@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@gmx.eu>
 -#
 +# Created by: Marco Broeder <marco.broeder@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--



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201211271720.qARHK1AY058360>