Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 20 Dec 2011 09:05:08 GMT
From:      Marco Bröder <marco.broeder@gmx.eu>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/163471: [maintainer-update] [patch] devel/dulwich: Update to 0.8.2
Message-ID:  <201112200905.pBK958eR089798@red.freebsd.org>
Resent-Message-ID: <201112200910.pBK9ABMQ065345@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         163471
>Category:       ports
>Synopsis:       [maintainer-update] [patch] devel/dulwich: Update to 0.8.2
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Tue Dec 20 09:10:11 UTC 2011
>Closed-Date:
>Last-Modified:
>Originator:     Marco Bröder
>Release:        stable/9 r228464 amd64
>Organization:
>Environment:
>Description:
Update to 0.8.2 release. Adjust sed patch line.

Tested: portlint, tinderbox build, pkg_add / pkg_delete,
runtime (with devel/hg-git)

Thanks!

>How-To-Repeat:

>Fix:


Patch attached with submission follows:

diff --git a/devel/dulwich/Makefile b/devel/dulwich/Makefile
index 81f0821..d597035 100644
--- a/devel/dulwich/Makefile
+++ b/devel/dulwich/Makefile
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	dulwich
-PORTVERSION=	0.8.1
+PORTVERSION=	0.8.2
 CATEGORIES=	devel python
 MASTER_SITES=	http://samba.org/~jelmer/${PORTNAME}/ \
 		http://launchpad.net/${PORTNAME}/trunk/${PORTVERSION}/+download/
@@ -30,8 +30,8 @@ PORTDOCS=	AUTHORS COPYING HACKING NEWS README
 .endif
 
 post-patch:
-	${REINPLACE_CMD} -e 's|PYTHON = python|PYTHON = /usr/bin/env python|g; \
-		s|/usr|${PREFIX}|g' ${WRKSRC}/Makefile
+	${REINPLACE_CMD} -e 's|PYTHON = python|PYTHON = /usr/bin/env python|g' \
+		${WRKSRC}/Makefile
 	${REINPLACE_CMD} -e 's|/usr/bin/python|/usr/bin/env python|g' \
 		${WRKSRC}/setup.py
 
diff --git a/devel/dulwich/distinfo b/devel/dulwich/distinfo
index 8e7e0cc..6517ebe 100644
--- a/devel/dulwich/distinfo
+++ b/devel/dulwich/distinfo
@@ -1,2 +1,2 @@
-SHA256 (dulwich-0.8.1.tar.gz) = 1a1619e9c7e63fe9bdc93356ee893be1016b7ea12ad953f4e1f1f5c0c5056ee8
-SIZE (dulwich-0.8.1.tar.gz) = 190280
+SHA256 (dulwich-0.8.2.tar.gz) = 411a9574e1af399f21d55651bc5dc2f16b001445391150a3ff77a03f2be782cd
+SIZE (dulwich-0.8.2.tar.gz) = 192938


>Release-Note:
>Audit-Trail:
>Unformatted:



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