> [..]
> It would be great if you could adjust the port to 2.0.3 and see if the
> self-test suite runs ok. I have been slacking on that, but the bzr
> folks would like to see full compatibility if we care to support them -
> they don't have much of a clue about OpenBSD, and no test system
> available.

  Diff below. Same errors and failures. Some of them look valid bzr issues,
some might be related to pycurl (all the https tests with pycurl fail).

  f.-

Index: Makefile
===================================================================
RCS file: /cvs/ports/devel/bzr/Makefile,v
retrieving revision 1.9
diff -N -u -p Makefile
--- Makefile    20 Nov 2009 21:15:25 -0000      1.9
+++ Makefile    30 Dec 2009 15:03:34 -0000
@@ -4,7 +4,7 @@ SHARED_ONLY =   Yes
 
 COMMENT =      distributed version control system by Canonical
 
-MODPY_EGG_VERSION = 2.0.1
+MODPY_EGG_VERSION = 2.0.3
 DISTNAME =     bzr-${MODPY_EGG_VERSION}
 CATEGORIES =   devel
 
Index: distinfo
===================================================================
RCS file: /cvs/ports/devel/bzr/distinfo,v
retrieving revision 1.5
diff -N -u -p distinfo
--- distinfo    20 Nov 2009 21:15:25 -0000      1.5
+++ distinfo    30 Dec 2009 15:03:34 -0000
@@ -1,5 +1,5 @@
-MD5 (bzr-2.0.1.tar.gz) = i02XfnDv7+t7p10rIJADdg==
-RMD160 (bzr-2.0.1.tar.gz) = pISSonlC8QAcEnD8i7l0E1MoxLU=
-SHA1 (bzr-2.0.1.tar.gz) = 4ZwF4FIpB0beVPZSVOBW45ul4Bg=
-SHA256 (bzr-2.0.1.tar.gz) = NDi9e10HSG2Fpjz0eibzUy73+0AZdwykj63fqYdeBsk=
-SIZE (bzr-2.0.1.tar.gz) = 6101477
+MD5 (bzr-2.0.3.tar.gz) = YHWOYbP9NoaWbXqw6hf6ZA==
+RMD160 (bzr-2.0.3.tar.gz) = OzPlFI/0fmawMV6WTSuOVl0FZnU=
+SHA1 (bzr-2.0.3.tar.gz) = F4/mVG0yoXUqnpq8pX2xKEY7seY=
+SHA256 (bzr-2.0.3.tar.gz) = dXlpuL+XwEkpe9BBt4PBl7s5g7BWKaT7B891wt73eAs=
+SIZE (bzr-2.0.3.tar.gz) = 6616470
Index: pkg/PLIST
===================================================================
RCS file: /cvs/ports/devel/bzr/pkg/PLIST,v
retrieving revision 1.4
diff -N -u -p pkg/PLIST
--- pkg/PLIST   20 Nov 2009 21:15:25 -0000      1.4
+++ pkg/PLIST   30 Dec 2009 15:03:35 -0000
@@ -1172,6 +1172,8 @@ lib/python${MODPY_VERSION}/site-packages/bzrlib/tests/
 lib/python${MODPY_VERSION}/site-packages/bzrlib/tests/test_patches.py
 lib/python${MODPY_VERSION}/site-packages/bzrlib/tests/test_patches.pyc
 lib/python${MODPY_VERSION}/site-packages/bzrlib/tests/test_patches_data/
+lib/python${MODPY_VERSION}/site-packages/bzrlib/tests/test_patches_data/binary-after-normal.patch
+lib/python${MODPY_VERSION}/site-packages/bzrlib/tests/test_patches_data/binary.patch
 lib/python${MODPY_VERSION}/site-packages/bzrlib/tests/test_patches_data/diff
 lib/python${MODPY_VERSION}/site-packages/bzrlib/tests/test_patches_data/diff-2
 lib/python${MODPY_VERSION}/site-packages/bzrlib/tests/test_patches_data/diff-3

Reply via email to