From nobody@FreeBSD.org  Sun Jan 23 14:41:05 2011
Return-Path: <nobody@FreeBSD.org>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id D323F106566B
	for <freebsd-gnats-submit@FreeBSD.org>; Sun, 23 Jan 2011 14:41:05 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from red.freebsd.org (red.freebsd.org [IPv6:2001:4f8:fff6::22])
	by mx1.freebsd.org (Postfix) with ESMTP id B7C3A8FC1C
	for <freebsd-gnats-submit@FreeBSD.org>; Sun, 23 Jan 2011 14:41:05 +0000 (UTC)
Received: from red.freebsd.org (localhost [127.0.0.1])
	by red.freebsd.org (8.14.4/8.14.4) with ESMTP id p0NEf5fG055688
	for <freebsd-gnats-submit@FreeBSD.org>; Sun, 23 Jan 2011 14:41:05 GMT
	(envelope-from nobody@red.freebsd.org)
Received: (from nobody@localhost)
	by red.freebsd.org (8.14.4/8.14.4/Submit) id p0NEf5o6055687;
	Sun, 23 Jan 2011 14:41:05 GMT
	(envelope-from nobody)
Message-Id: <201101231441.p0NEf5o6055687@red.freebsd.org>
Date: Sun, 23 Jan 2011 14:41:05 GMT
From: Marco Brder <marco.broeder@gmx.eu>
To: freebsd-gnats-submit@FreeBSD.org
Subject: [maintainer-update] [patch] devel/dulwich: Update to 0.7.0
X-Send-Pr-Version: www-3.1
X-GNATS-Notify:

>Number:         154243
>Category:       ports
>Synopsis:       [maintainer-update] [patch] devel/dulwich: Update to 0.7.0
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    sahil
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Sun Jan 23 14:50:08 UTC 2011
>Closed-Date:    Mon Jan 24 03:07:31 UTC 2011
>Last-Modified:  Mon Jan 24 03:10:12 UTC 2011
>Originator:     Marco Brder
>Release:        8-STABLE amd64
>Organization:
>Environment:
>Description:
- Update to 0.7.0
- Remove now obsolete md5 checksum from 'distinfo'
- Update 'FETCH_ARGS', because 'bsd.port.mk' defaults changed

Thanks!

>How-To-Repeat:

>Fix:


Patch attached with submission follows:

diff --git a/devel/dulwich/Makefile b/devel/dulwich/Makefile
index 170a7d4..6fb84ea 100644
--- a/devel/dulwich/Makefile
+++ b/devel/dulwich/Makefile
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	dulwich
-PORTVERSION=	0.6.2
+PORTVERSION=	0.7.0
 CATEGORIES=	devel python
 MASTER_SITES=	http://samba.org/~jelmer/${PORTNAME}/ \
 		http://launchpad.net/${PORTNAME}/trunk/${PORTVERSION}/+download/
@@ -19,10 +19,11 @@ LICENSE=	GPLv2 GPLv3
 LICENSE_COMB=	dual
 
 MAKE_JOBS_SAFE=	yes
+
 USE_PYTHON=	yes
 USE_PYDISTUTILS=yes
 
-FETCH_ARGS=	-pRr	# default '-ApRr' prevents 302 redirects by launchpad
+FETCH_ARGS=	-Fpr	# default '-AFpr' prevents 302 redirects by launchpad
 
 .ifndef (NOPORTDOCS)
 PORTDOCS=	AUTHORS COPYING HACKING NEWS README
@@ -36,8 +37,8 @@ post-patch:
 
 post-install:
 .ifndef (NOPORTDOCS)
-	${MKDIR} ${DOCSDIR}/
-	cd ${WRKSRC}/ && ${INSTALL_DATA} ${PORTDOCS} ${DOCSDIR}/
+	${MKDIR} ${DOCSDIR}
+	cd ${WRKSRC} && ${INSTALL_DATA} ${PORTDOCS} ${DOCSDIR}/
 .endif
 
 .include <bsd.port.mk>
diff --git a/devel/dulwich/distinfo b/devel/dulwich/distinfo
index 9820122..feffce3 100644
--- a/devel/dulwich/distinfo
+++ b/devel/dulwich/distinfo
@@ -1,3 +1,2 @@
-MD5 (dulwich-0.6.2.tar.gz) = 69d7e998f466972d5f9e0a6c6c1147f1
-SHA256 (dulwich-0.6.2.tar.gz) = cbe12783ed6be1f29177658973791db8aa52fc6c0a9a8fa19af7a0100e66990f
-SIZE (dulwich-0.6.2.tar.gz) = 139271
+SHA256 (dulwich-0.7.0.tar.gz) = a55bd070398b98a6e86371746b3d9d5d7ab3a1380d908f93d76acec76cb5d827
+SIZE (dulwich-0.7.0.tar.gz) = 157357
diff --git a/devel/dulwich/pkg-plist b/devel/dulwich/pkg-plist
index f7c4696..dde8742 100644
--- a/devel/dulwich/pkg-plist
+++ b/devel/dulwich/pkg-plist
@@ -4,11 +4,18 @@ bin/dulwich
 %%PYTHON_SITELIBDIR%%/dulwich/__init__.py
 %%PYTHON_SITELIBDIR%%/dulwich/__init__.pyc
 %%PYTHON_SITELIBDIR%%/dulwich/__init__.pyo
+%%PYTHON_SITELIBDIR%%/dulwich/_compat.py
+%%PYTHON_SITELIBDIR%%/dulwich/_compat.pyc
+%%PYTHON_SITELIBDIR%%/dulwich/_compat.pyo
+%%PYTHON_SITELIBDIR%%/dulwich/_diff_tree.so
 %%PYTHON_SITELIBDIR%%/dulwich/_objects.so
 %%PYTHON_SITELIBDIR%%/dulwich/_pack.so
 %%PYTHON_SITELIBDIR%%/dulwich/client.py
 %%PYTHON_SITELIBDIR%%/dulwich/client.pyc
 %%PYTHON_SITELIBDIR%%/dulwich/client.pyo
+%%PYTHON_SITELIBDIR%%/dulwich/diff_tree.py
+%%PYTHON_SITELIBDIR%%/dulwich/diff_tree.pyc
+%%PYTHON_SITELIBDIR%%/dulwich/diff_tree.pyo
 %%PYTHON_SITELIBDIR%%/dulwich/errors.py
 %%PYTHON_SITELIBDIR%%/dulwich/errors.pyc
 %%PYTHON_SITELIBDIR%%/dulwich/errors.pyo
@@ -27,9 +34,6 @@ bin/dulwich
 %%PYTHON_SITELIBDIR%%/dulwich/lru_cache.py
 %%PYTHON_SITELIBDIR%%/dulwich/lru_cache.pyc
 %%PYTHON_SITELIBDIR%%/dulwich/lru_cache.pyo
-%%PYTHON_SITELIBDIR%%/dulwich/misc.py
-%%PYTHON_SITELIBDIR%%/dulwich/misc.pyc
-%%PYTHON_SITELIBDIR%%/dulwich/misc.pyo
 %%PYTHON_SITELIBDIR%%/dulwich/object_store.py
 %%PYTHON_SITELIBDIR%%/dulwich/object_store.pyc
 %%PYTHON_SITELIBDIR%%/dulwich/object_store.pyo
@@ -57,9 +61,15 @@ bin/dulwich
 %%PYTHON_SITELIBDIR%%/dulwich/tests/__init__.py
 %%PYTHON_SITELIBDIR%%/dulwich/tests/__init__.pyc
 %%PYTHON_SITELIBDIR%%/dulwich/tests/__init__.pyo
+%%PYTHON_SITELIBDIR%%/dulwich/tests/test_blackbox.py
+%%PYTHON_SITELIBDIR%%/dulwich/tests/test_blackbox.pyc
+%%PYTHON_SITELIBDIR%%/dulwich/tests/test_blackbox.pyo
 %%PYTHON_SITELIBDIR%%/dulwich/tests/test_client.py
 %%PYTHON_SITELIBDIR%%/dulwich/tests/test_client.pyc
 %%PYTHON_SITELIBDIR%%/dulwich/tests/test_client.pyo
+%%PYTHON_SITELIBDIR%%/dulwich/tests/test_diff_tree.py
+%%PYTHON_SITELIBDIR%%/dulwich/tests/test_diff_tree.pyc
+%%PYTHON_SITELIBDIR%%/dulwich/tests/test_diff_tree.pyo
 %%PYTHON_SITELIBDIR%%/dulwich/tests/test_fastexport.py
 %%PYTHON_SITELIBDIR%%/dulwich/tests/test_fastexport.pyc
 %%PYTHON_SITELIBDIR%%/dulwich/tests/test_fastexport.pyo


>Release-Note:
>Audit-Trail:

From: Marco =?utf-8?q?Br=C3=B6der?= <marco.broeder@gmx.eu>
To: bug-followup@freebsd.org
Cc: marco.broeder@gmx.eu
Subject: Re: ports/154243: [maintainer-update] [patch] devel/dulwich: Update to 0.7.0
Date: Sun, 23 Jan 2011 15:59:20 +0100

 --Boundary-00=_MJEPNryE3uWaYLB
 Content-Type: Text/Plain;
   charset="us-ascii"
 Content-Transfer-Encoding: 7bit
 
 And there is the tinderbox build log.
 
 Regards
 
 --Boundary-00=_MJEPNryE3uWaYLB
 Content-Type: text/x-log;
   charset="us-ascii";
   name="py26-dulwich-0.7.0.log"
 Content-Transfer-Encoding: 7bit
 Content-Description: tinderbox build log
 Content-Disposition: inline;
 	filename="py26-dulwich-0.7.0.log"
 
 building py26-dulwich-0.7.0 in directory /nirvana/tinderbox/nexus
 build started at Sun Jan 23 13:45:16 UTC 2011
 port directory: /usr/ports/devel/dulwich
 building for:  8-STABLE amd64
 maintained by: marco.broeder@gmx.eu
 Makefile ident: $FreeBSD: ports/devel/dulwich/Makefile,v 1.7 2010/10/23 05:50:15 sunpoet Exp $
 prefixes: LOCALBASE=usr/local PREFIX=/usr/local
 Begin Configuration:
 ---Begin Environment---
 ARCH=amd64
 PACKAGE_BUILDING=1
 USER=root
 CCACHE_DIR=
 BRANCH=STABLE
 CCACHE_NOLINK=1
 HOST_WORKDIR=
 BATCH=1
 WITH_MYSQL_VER=51
 OLDPWD=/
 HOME=/root
 LOG_DIRECTORY=
 PAGER=less
 LOG_DOCOPY=0
 PKGZIPCMD=bzip2
 HAVE_MOTIF=1
 FTP_TIMEOUT=900
 HTTP_TIMEOUT=900
 WITH_NLS=YES
 WITH_CUPS=YES
 WITH_A4SIZE=YES
 pb=/nirvana/tinderbox
 DISTFILE_CACHE=/nirvana/tinderbox/distfiles
 OSREL=8
 BLOCKSIZE=K
 TINDERD_LOGFILE=/dev/null
 PORTOBJFORMAT=elf
 WRKDIRPREFIX=/work
 DISTDIR=/tmp/distfiles
 DISTCACHE=/distcache
 CCACHE_LOGFILE=
 PATH=/sbin:/bin:/usr/sbin:/usr/bin:/usr/local/sbin:/usr/local/bin
 PACKAGES=/tmp/packages
 TIMEOUT=7200
 WITHOUT_NOUVEAU=YES
 PKGSUFFIX=.tbz
 OSVERSION=802500
 A4=true
 OPTIONS_ENABLED=1
 __DSVERSION__=3.2.1
 TINDERD_SLEEPTIME=120
 UNAME_n=tinderbox.host
 __MKLVL__=1
 CCACHE_JAIL=0
 LOCALBASE=/usr/local
 WITH_IPV6=YES
 PORT_DBDIR=/var/db/ports
 CCACHE_MAX_SIZE=1G
 DISTFILE_URI=
 X_WINDOW_SYSTEM=xorg
 WITH_FREEBSD_SUBVERSION=YES
 MASTER_SITE_OVERRIDE=file:///distcache/${DIST_SUBDIR}/ 
 OPTIONS_DIR=options
 UNAME_r=8-STABLE
 USA_RESIDENT=YES
 UNAME_s=FreeBSD
 PARALLEL_PACKAGE_BUILD=1
 PWD=/usr/ports/devel/dulwich
 WITH_BDB_VER=51
 UNAME_v=FreeBSD 8-STABLE #0: Sun Jan 23 14:44:59 CET 2011    root@tinderbox.host:/usr/src/sys/magic/kernel/path
 FTP_PASSIVE_MODE=yes
 CCACHE_ENABLED=0
 EDITOR=ee
 INDEXFILE=INDEX-8
 ---End Environment---
 
 ---Begin OPTIONS List---
 ---End OPTIONS List---
 
 End Configuration.
 FETCH_DEPENDS=
 PATCH_DEPENDS=
 EXTRACT_DEPENDS=
 BUILD_DEPENDS=python26-2.6.6.tbz
 RUN_DEPENDS=python26-2.6.6.tbz
 add_pkg
 ================================================================
 ====================<phase 1: make checksum>====================
 ===>  License GPLv2 GPLv3 accepted by the user
 => dulwich-0.7.0.tar.gz doesn't seem to exist in /tmp/distfiles/.
 => Attempting to fetch from file:///distcache//.
 dulwich-0.7.0.tar.gz                                   153 kB  350 MBps
 => SHA256 Checksum OK for dulwich-0.7.0.tar.gz.
 ================================================================
 ====================<phase 2: make extract>====================
 add_pkg
 ===>  License GPLv2 GPLv3 accepted by the user
 ===>  Extracting for py26-dulwich-0.7.0
 => SHA256 Checksum OK for dulwich-0.7.0.tar.gz.
 ================================================================
 ====================<phase 3: make patch>====================
 add_pkg
 ===>  Patching for py26-dulwich-0.7.0
 ===>  Applying FreeBSD patches for py26-dulwich-0.7.0
 /usr/bin/sed -i.bak -e 's|PYTHON = python|PYTHON = /usr/bin/env python|g;  s|/usr|/usr/local|g' /work/a/ports/devel/dulwich/work/dulwich-0.7.0/Makefile
 /usr/bin/sed -i.bak -e 's|/usr/bin/python|/usr/bin/env python|g'  /work/a/ports/devel/dulwich/work/dulwich-0.7.0/setup.py
 ================================================================
 ====================<phase 4: make build>====================
 add_pkg python26-2.6.6.tbz
 adding dependencies
 pkg_add python26-2.6.6.tbz
 
 ====
 Note that some of the standard modules are provided as separate
 ports since they require extra dependencies:
 
 bsddb           databases/py-bsddb
 gdbm            databases/py-gdbm
 sqlite3		databases/py-sqlite3
 tkinter         x11-toolkits/py-tkinter
 
 Install them as needed.
 ====
 
 ===>   py26-dulwich-0.7.0 depends on file: /usr/local/bin/python2.6 - found
 ===>  Configuring for py26-dulwich-0.7.0
 running config
 ===>  Building for py26-dulwich-0.7.0
 running build
 running build_py
 creating build
 creating build/lib.freebsd-8-STABLE-amd64-2.6
 creating build/lib.freebsd-8-STABLE-amd64-2.6/dulwich
 copying dulwich/__init__.py -> build/lib.freebsd-8-STABLE-amd64-2.6/dulwich
 copying dulwich/_compat.py -> build/lib.freebsd-8-STABLE-amd64-2.6/dulwich
 copying dulwich/client.py -> build/lib.freebsd-8-STABLE-amd64-2.6/dulwich
 copying dulwich/diff_tree.py -> build/lib.freebsd-8-STABLE-amd64-2.6/dulwich
 copying dulwich/errors.py -> build/lib.freebsd-8-STABLE-amd64-2.6/dulwich
 copying dulwich/fastexport.py -> build/lib.freebsd-8-STABLE-amd64-2.6/dulwich
 copying dulwich/file.py -> build/lib.freebsd-8-STABLE-amd64-2.6/dulwich
 copying dulwich/index.py -> build/lib.freebsd-8-STABLE-amd64-2.6/dulwich
 copying dulwich/log_utils.py -> build/lib.freebsd-8-STABLE-amd64-2.6/dulwich
 copying dulwich/lru_cache.py -> build/lib.freebsd-8-STABLE-amd64-2.6/dulwich
 copying dulwich/object_store.py -> build/lib.freebsd-8-STABLE-amd64-2.6/dulwich
 copying dulwich/objects.py -> build/lib.freebsd-8-STABLE-amd64-2.6/dulwich
 copying dulwich/pack.py -> build/lib.freebsd-8-STABLE-amd64-2.6/dulwich
 copying dulwich/patch.py -> build/lib.freebsd-8-STABLE-amd64-2.6/dulwich
 copying dulwich/protocol.py -> build/lib.freebsd-8-STABLE-amd64-2.6/dulwich
 copying dulwich/repo.py -> build/lib.freebsd-8-STABLE-amd64-2.6/dulwich
 copying dulwich/server.py -> build/lib.freebsd-8-STABLE-amd64-2.6/dulwich
 copying dulwich/web.py -> build/lib.freebsd-8-STABLE-amd64-2.6/dulwich
 creating build/lib.freebsd-8-STABLE-amd64-2.6/dulwich/tests
 copying dulwich/tests/__init__.py -> build/lib.freebsd-8-STABLE-amd64-2.6/dulwich/tests
 copying dulwich/tests/test_blackbox.py -> build/lib.freebsd-8-STABLE-amd64-2.6/dulwich/tests
 copying dulwich/tests/test_client.py -> build/lib.freebsd-8-STABLE-amd64-2.6/dulwich/tests
 copying dulwich/tests/test_diff_tree.py -> build/lib.freebsd-8-STABLE-amd64-2.6/dulwich/tests
 copying dulwich/tests/test_fastexport.py -> build/lib.freebsd-8-STABLE-amd64-2.6/dulwich/tests
 copying dulwich/tests/test_file.py -> build/lib.freebsd-8-STABLE-amd64-2.6/dulwich/tests
 copying dulwich/tests/test_index.py -> build/lib.freebsd-8-STABLE-amd64-2.6/dulwich/tests
 copying dulwich/tests/test_lru_cache.py -> build/lib.freebsd-8-STABLE-amd64-2.6/dulwich/tests
 copying dulwich/tests/test_object_store.py -> build/lib.freebsd-8-STABLE-amd64-2.6/dulwich/tests
 copying dulwich/tests/test_objects.py -> build/lib.freebsd-8-STABLE-amd64-2.6/dulwich/tests
 copying dulwich/tests/test_pack.py -> build/lib.freebsd-8-STABLE-amd64-2.6/dulwich/tests
 copying dulwich/tests/test_patch.py -> build/lib.freebsd-8-STABLE-amd64-2.6/dulwich/tests
 copying dulwich/tests/test_protocol.py -> build/lib.freebsd-8-STABLE-amd64-2.6/dulwich/tests
 copying dulwich/tests/test_repository.py -> build/lib.freebsd-8-STABLE-amd64-2.6/dulwich/tests
 copying dulwich/tests/test_server.py -> build/lib.freebsd-8-STABLE-amd64-2.6/dulwich/tests
 copying dulwich/tests/test_web.py -> build/lib.freebsd-8-STABLE-amd64-2.6/dulwich/tests
 copying dulwich/tests/utils.py -> build/lib.freebsd-8-STABLE-amd64-2.6/dulwich/tests
 running build_ext
 building 'dulwich._objects' extension
 creating build/temp.freebsd-8-STABLE-amd64-2.6
 creating build/temp.freebsd-8-STABLE-amd64-2.6/dulwich
 cc -DNDEBUG -O2 -pipe -march=athlon64 -D__wchar_t=wchar_t -DTHREAD_STACK_SIZE=0x100000 -fno-strict-aliasing -O2 -pipe -march=athlon64 -fno-strict-aliasing -fPIC -I/usr/local/include/python2.6 -c dulwich/_objects.c -o build/temp.freebsd-8-STABLE-amd64-2.6/dulwich/_objects.o
 cc -shared -pthread -O2 -pipe -march=athlon64 -fno-strict-aliasing build/temp.freebsd-8-STABLE-amd64-2.6/dulwich/_objects.o -o build/lib.freebsd-8-STABLE-amd64-2.6/dulwich/_objects.so
 building 'dulwich._pack' extension
 cc -DNDEBUG -O2 -pipe -march=athlon64 -D__wchar_t=wchar_t -DTHREAD_STACK_SIZE=0x100000 -fno-strict-aliasing -O2 -pipe -march=athlon64 -fno-strict-aliasing -fPIC -I/usr/local/include/python2.6 -c dulwich/_pack.c -o build/temp.freebsd-8-STABLE-amd64-2.6/dulwich/_pack.o
 cc -shared -pthread -O2 -pipe -march=athlon64 -fno-strict-aliasing build/temp.freebsd-8-STABLE-amd64-2.6/dulwich/_pack.o -o build/lib.freebsd-8-STABLE-amd64-2.6/dulwich/_pack.so
 building 'dulwich._diff_tree' extension
 cc -DNDEBUG -O2 -pipe -march=athlon64 -D__wchar_t=wchar_t -DTHREAD_STACK_SIZE=0x100000 -fno-strict-aliasing -O2 -pipe -march=athlon64 -fno-strict-aliasing -fPIC -I/usr/local/include/python2.6 -c dulwich/_diff_tree.c -o build/temp.freebsd-8-STABLE-amd64-2.6/dulwich/_diff_tree.o
 cc -shared -pthread -O2 -pipe -march=athlon64 -fno-strict-aliasing build/temp.freebsd-8-STABLE-amd64-2.6/dulwich/_diff_tree.o -o build/lib.freebsd-8-STABLE-amd64-2.6/dulwich/_diff_tree.so
 running build_scripts
 creating build/scripts-2.6
 copying and adjusting bin/dulwich -> build/scripts-2.6
 copying and adjusting bin/dul-daemon -> build/scripts-2.6
 copying and adjusting bin/dul-web -> build/scripts-2.6
 changing mode of build/scripts-2.6/dulwich from 644 to 755
 changing mode of build/scripts-2.6/dul-daemon from 644 to 755
 changing mode of build/scripts-2.6/dul-web from 644 to 755
 ================================================================
 ====================<phase 5: make test>====================
 make: don't know how to make regression-test(continuing)
 ================================================================
 ====================<phase 6: make install>====================
 add_pkg python26-2.6.6.tbz
 adding dependencies
 pkg_add python26-2.6.6.tbz
 skipping python26-2.6.6, already added
 ===>  Installing for py26-dulwich-0.7.0
 ===>   py26-dulwich-0.7.0 depends on file: /usr/local/bin/python2.6 - found
 ===>   Generating temporary packing list
 ===>  Checking if devel/dulwich already installed
 running install
 running build
 running build_py
 running build_ext
 running build_scripts
 running install_lib
 creating /usr/local/lib/python2.6/site-packages/dulwich
 copying build/lib.freebsd-8-STABLE-amd64-2.6/dulwich/__init__.py -> /usr/local/lib/python2.6/site-packages/dulwich
 copying build/lib.freebsd-8-STABLE-amd64-2.6/dulwich/_compat.py -> /usr/local/lib/python2.6/site-packages/dulwich
 copying build/lib.freebsd-8-STABLE-amd64-2.6/dulwich/client.py -> /usr/local/lib/python2.6/site-packages/dulwich
 copying build/lib.freebsd-8-STABLE-amd64-2.6/dulwich/diff_tree.py -> /usr/local/lib/python2.6/site-packages/dulwich
 copying build/lib.freebsd-8-STABLE-amd64-2.6/dulwich/errors.py -> /usr/local/lib/python2.6/site-packages/dulwich
 copying build/lib.freebsd-8-STABLE-amd64-2.6/dulwich/fastexport.py -> /usr/local/lib/python2.6/site-packages/dulwich
 copying build/lib.freebsd-8-STABLE-amd64-2.6/dulwich/file.py -> /usr/local/lib/python2.6/site-packages/dulwich
 copying build/lib.freebsd-8-STABLE-amd64-2.6/dulwich/index.py -> /usr/local/lib/python2.6/site-packages/dulwich
 copying build/lib.freebsd-8-STABLE-amd64-2.6/dulwich/log_utils.py -> /usr/local/lib/python2.6/site-packages/dulwich
 copying build/lib.freebsd-8-STABLE-amd64-2.6/dulwich/lru_cache.py -> /usr/local/lib/python2.6/site-packages/dulwich
 copying build/lib.freebsd-8-STABLE-amd64-2.6/dulwich/object_store.py -> /usr/local/lib/python2.6/site-packages/dulwich
 copying build/lib.freebsd-8-STABLE-amd64-2.6/dulwich/objects.py -> /usr/local/lib/python2.6/site-packages/dulwich
 copying build/lib.freebsd-8-STABLE-amd64-2.6/dulwich/pack.py -> /usr/local/lib/python2.6/site-packages/dulwich
 copying build/lib.freebsd-8-STABLE-amd64-2.6/dulwich/patch.py -> /usr/local/lib/python2.6/site-packages/dulwich
 copying build/lib.freebsd-8-STABLE-amd64-2.6/dulwich/protocol.py -> /usr/local/lib/python2.6/site-packages/dulwich
 copying build/lib.freebsd-8-STABLE-amd64-2.6/dulwich/repo.py -> /usr/local/lib/python2.6/site-packages/dulwich
 copying build/lib.freebsd-8-STABLE-amd64-2.6/dulwich/server.py -> /usr/local/lib/python2.6/site-packages/dulwich
 copying build/lib.freebsd-8-STABLE-amd64-2.6/dulwich/web.py -> /usr/local/lib/python2.6/site-packages/dulwich
 creating /usr/local/lib/python2.6/site-packages/dulwich/tests
 copying build/lib.freebsd-8-STABLE-amd64-2.6/dulwich/tests/__init__.py -> /usr/local/lib/python2.6/site-packages/dulwich/tests
 copying build/lib.freebsd-8-STABLE-amd64-2.6/dulwich/tests/test_blackbox.py -> /usr/local/lib/python2.6/site-packages/dulwich/tests
 copying build/lib.freebsd-8-STABLE-amd64-2.6/dulwich/tests/test_client.py -> /usr/local/lib/python2.6/site-packages/dulwich/tests
 copying build/lib.freebsd-8-STABLE-amd64-2.6/dulwich/tests/test_diff_tree.py -> /usr/local/lib/python2.6/site-packages/dulwich/tests
 copying build/lib.freebsd-8-STABLE-amd64-2.6/dulwich/tests/test_fastexport.py -> /usr/local/lib/python2.6/site-packages/dulwich/tests
 copying build/lib.freebsd-8-STABLE-amd64-2.6/dulwich/tests/test_file.py -> /usr/local/lib/python2.6/site-packages/dulwich/tests
 copying build/lib.freebsd-8-STABLE-amd64-2.6/dulwich/tests/test_index.py -> /usr/local/lib/python2.6/site-packages/dulwich/tests
 copying build/lib.freebsd-8-STABLE-amd64-2.6/dulwich/tests/test_lru_cache.py -> /usr/local/lib/python2.6/site-packages/dulwich/tests
 copying build/lib.freebsd-8-STABLE-amd64-2.6/dulwich/tests/test_object_store.py -> /usr/local/lib/python2.6/site-packages/dulwich/tests
 copying build/lib.freebsd-8-STABLE-amd64-2.6/dulwich/tests/test_objects.py -> /usr/local/lib/python2.6/site-packages/dulwich/tests
 copying build/lib.freebsd-8-STABLE-amd64-2.6/dulwich/tests/test_pack.py -> /usr/local/lib/python2.6/site-packages/dulwich/tests
 copying build/lib.freebsd-8-STABLE-amd64-2.6/dulwich/tests/test_patch.py -> /usr/local/lib/python2.6/site-packages/dulwich/tests
 copying build/lib.freebsd-8-STABLE-amd64-2.6/dulwich/tests/test_protocol.py -> /usr/local/lib/python2.6/site-packages/dulwich/tests
 copying build/lib.freebsd-8-STABLE-amd64-2.6/dulwich/tests/test_repository.py -> /usr/local/lib/python2.6/site-packages/dulwich/tests
 copying build/lib.freebsd-8-STABLE-amd64-2.6/dulwich/tests/test_server.py -> /usr/local/lib/python2.6/site-packages/dulwich/tests
 copying build/lib.freebsd-8-STABLE-amd64-2.6/dulwich/tests/test_web.py -> /usr/local/lib/python2.6/site-packages/dulwich/tests
 copying build/lib.freebsd-8-STABLE-amd64-2.6/dulwich/tests/utils.py -> /usr/local/lib/python2.6/site-packages/dulwich/tests
 copying build/lib.freebsd-8-STABLE-amd64-2.6/dulwich/_objects.so -> /usr/local/lib/python2.6/site-packages/dulwich
 copying build/lib.freebsd-8-STABLE-amd64-2.6/dulwich/_pack.so -> /usr/local/lib/python2.6/site-packages/dulwich
 copying build/lib.freebsd-8-STABLE-amd64-2.6/dulwich/_diff_tree.so -> /usr/local/lib/python2.6/site-packages/dulwich
 byte-compiling /usr/local/lib/python2.6/site-packages/dulwich/__init__.py to __init__.pyc
 byte-compiling /usr/local/lib/python2.6/site-packages/dulwich/_compat.py to _compat.pyc
 byte-compiling /usr/local/lib/python2.6/site-packages/dulwich/client.py to client.pyc
 byte-compiling /usr/local/lib/python2.6/site-packages/dulwich/diff_tree.py to diff_tree.pyc
 byte-compiling /usr/local/lib/python2.6/site-packages/dulwich/errors.py to errors.pyc
 byte-compiling /usr/local/lib/python2.6/site-packages/dulwich/fastexport.py to fastexport.pyc
 byte-compiling /usr/local/lib/python2.6/site-packages/dulwich/file.py to file.pyc
 byte-compiling /usr/local/lib/python2.6/site-packages/dulwich/index.py to index.pyc
 byte-compiling /usr/local/lib/python2.6/site-packages/dulwich/log_utils.py to log_utils.pyc
 byte-compiling /usr/local/lib/python2.6/site-packages/dulwich/lru_cache.py to lru_cache.pyc
 byte-compiling /usr/local/lib/python2.6/site-packages/dulwich/object_store.py to object_store.pyc
 byte-compiling /usr/local/lib/python2.6/site-packages/dulwich/objects.py to objects.pyc
 byte-compiling /usr/local/lib/python2.6/site-packages/dulwich/pack.py to pack.pyc
 byte-compiling /usr/local/lib/python2.6/site-packages/dulwich/patch.py to patch.pyc
 byte-compiling /usr/local/lib/python2.6/site-packages/dulwich/protocol.py to protocol.pyc
 byte-compiling /usr/local/lib/python2.6/site-packages/dulwich/repo.py to repo.pyc
 byte-compiling /usr/local/lib/python2.6/site-packages/dulwich/server.py to server.pyc
 byte-compiling /usr/local/lib/python2.6/site-packages/dulwich/web.py to web.pyc
 byte-compiling /usr/local/lib/python2.6/site-packages/dulwich/tests/__init__.py to __init__.pyc
 byte-compiling /usr/local/lib/python2.6/site-packages/dulwich/tests/test_blackbox.py to test_blackbox.pyc
 byte-compiling /usr/local/lib/python2.6/site-packages/dulwich/tests/test_client.py to test_client.pyc
 byte-compiling /usr/local/lib/python2.6/site-packages/dulwich/tests/test_diff_tree.py to test_diff_tree.pyc
 byte-compiling /usr/local/lib/python2.6/site-packages/dulwich/tests/test_fastexport.py to test_fastexport.pyc
 byte-compiling /usr/local/lib/python2.6/site-packages/dulwich/tests/test_file.py to test_file.pyc
 byte-compiling /usr/local/lib/python2.6/site-packages/dulwich/tests/test_index.py to test_index.pyc
 byte-compiling /usr/local/lib/python2.6/site-packages/dulwich/tests/test_lru_cache.py to test_lru_cache.pyc
 byte-compiling /usr/local/lib/python2.6/site-packages/dulwich/tests/test_object_store.py to test_object_store.pyc
 byte-compiling /usr/local/lib/python2.6/site-packages/dulwich/tests/test_objects.py to test_objects.pyc
 byte-compiling /usr/local/lib/python2.6/site-packages/dulwich/tests/test_pack.py to test_pack.pyc
 byte-compiling /usr/local/lib/python2.6/site-packages/dulwich/tests/test_patch.py to test_patch.pyc
 byte-compiling /usr/local/lib/python2.6/site-packages/dulwich/tests/test_protocol.py to test_protocol.pyc
 byte-compiling /usr/local/lib/python2.6/site-packages/dulwich/tests/test_repository.py to test_repository.pyc
 byte-compiling /usr/local/lib/python2.6/site-packages/dulwich/tests/test_server.py to test_server.pyc
 byte-compiling /usr/local/lib/python2.6/site-packages/dulwich/tests/test_web.py to test_web.pyc
 byte-compiling /usr/local/lib/python2.6/site-packages/dulwich/tests/utils.py to utils.pyc
 writing byte-compilation script '/tmp/tmpPvGgct.py'
 /usr/local/bin/python2.6 -O /tmp/tmpPvGgct.py
 removing /tmp/tmpPvGgct.py
 running install_scripts
 copying build/scripts-2.6/dulwich -> /usr/local/bin
 copying build/scripts-2.6/dul-daemon -> /usr/local/bin
 copying build/scripts-2.6/dul-web -> /usr/local/bin
 changing mode of /usr/local/bin/dulwich to 755
 changing mode of /usr/local/bin/dul-daemon to 755
 changing mode of /usr/local/bin/dul-web to 755
 running install_egg_info
 Writing /usr/local/lib/python2.6/site-packages/dulwich-0.7.0-py2.6.egg-info
 /bin/mkdir -p /usr/local/share/doc/dulwich
 cd /work/a/ports/devel/dulwich/work/dulwich-0.7.0 && install  -o root -g wheel -m 444 AUTHORS COPYING HACKING NEWS README /usr/local/share/doc/dulwich/
 ===>   Registering installation for py26-dulwich-0.7.0
 ================================================================
 ====================<phase 7: make package>====================
 ===>  Building package for py26-dulwich-0.7.0
 Deleting py26-dulwich-0.7.0
 
 === Checking filesystem state
 Deleting python26-2.6.6
 
 === Checking filesystem state after all packages deleted
 ================================================================
 build of /usr/ports/devel/dulwich ended at Sun Jan 23 13:45:31 UTC 2011
 
 --Boundary-00=_MJEPNryE3uWaYLB--
Responsible-Changed-From-To: freebsd-ports-bugs->sahil 
Responsible-Changed-By: sahil 
Responsible-Changed-When: Mon Jan 24 02:44:08 UTC 2011 
Responsible-Changed-Why:  
Take. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=154243 
State-Changed-From-To: open->closed 
State-Changed-By: sahil 
State-Changed-When: Mon Jan 24 03:07:30 UTC 2011 
State-Changed-Why:  
Committed. Thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=154243 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/154243: commit references a PR
Date: Mon, 24 Jan 2011 03:06:59 +0000 (UTC)

 sahil       2011-01-24 03:06:54 UTC
 
   FreeBSD ports repository
 
   Modified files:
     devel/dulwich        Makefile distinfo pkg-plist 
   Log:
   - Update to 0.7.0
   
   PR:             ports/154243
   Submitted by:   Marco Broder <marco.broeder@gmx.eu> (maintainer)
   Feature safe:   yes
   
   Revision  Changes    Path
   1.8       +5 -4      ports/devel/dulwich/Makefile
   1.7       +2 -3      ports/devel/dulwich/distinfo
   1.6       +13 -3     ports/devel/dulwich/pkg-plist
 _______________________________________________
 cvs-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/cvs-all
 To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
 
>Unformatted:
