pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/devel/bzr bzr 1.13.1 2009-03-19



details:   https://anonhg.NetBSD.org/pkgsrc/rev/320628eff84f
branches:  trunk
changeset: 556670:320628eff84f
user:      epg <epg%pkgsrc.org@localhost>
date:      Fri Mar 27 19:52:19 2009 +0000

description:
bzr 1.13.1 2009-03-19
---------------------
A couple regessions where found in the 1.13 release. The pyrex-generated C
extensions are missing from the .tar.gz and .zip files.  Documentation on how
to generate GNU ChangeLogs is wrong.

  BUG FIXES:

    * Change ``./bzr``'s ``_script_version`` to match ./bzrlib/__init__.py
      version_info. (Bob Tanner, Martin Pool, #345232)

    * Distribution archives for 1.13 do not contain generated C extension
      modules (Jean-Francois Roy, Bob Tanner, #344465)

    * GNU ChangeLog output can now be produced by bzr log --format
      gnu-changelog is incorrect (Deejay, Bob Tanner, Martin Pool,
      Robert Collins, #343928)

    * ``merge --force`` works again. (Robert Collins, #342105)

diffstat:

 devel/bzr/Makefile |  7 +++----
 devel/bzr/distinfo |  8 ++++----
 2 files changed, 7 insertions(+), 8 deletions(-)

diffs (40 lines):

diff -r 57b1c0c43c7b -r 320628eff84f devel/bzr/Makefile
--- a/devel/bzr/Makefile        Fri Mar 27 14:49:19 2009 +0000
+++ b/devel/bzr/Makefile        Fri Mar 27 19:52:19 2009 +0000
@@ -1,10 +1,10 @@
-# $NetBSD: Makefile,v 1.36 2009/03/20 06:49:10 epg Exp $
+# $NetBSD: Makefile,v 1.37 2009/03/27 19:52:19 epg Exp $
 
 DISTNAME=              bzr-${VER}
 #PKGREVISION=          1
 CATEGORIES=            devel scm
-MASTER_SITES=          http://launchpad.net/bzr/${VER}/${VER}/+download/
-VER=                   1.13
+MASTER_SITES=          http://launchpad.net/bzr/1.13/${VER}/+download/
+VER=                   1.13.1
 
 MAINTAINER=            epg%NetBSD.org@localhost
 HOMEPAGE=              http://bazaar-vcs.org/
@@ -14,7 +14,6 @@
 
 DEPENDS+=              ${PYPKGPREFIX}-expat>=0:../../textproc/py-expat
 BUILD_DEPENDS+=                ${PYPKGPREFIX}-docutils>=0:../../textproc/py-docutils
-BUILD_DEPENDS+=                ${PYPKGPREFIX}-pyrex>=0.9.3:../../lang/py-pyrex
 
 USE_TOOLS+=            gmake
 
diff -r 57b1c0c43c7b -r 320628eff84f devel/bzr/distinfo
--- a/devel/bzr/distinfo        Fri Mar 27 14:49:19 2009 +0000
+++ b/devel/bzr/distinfo        Fri Mar 27 19:52:19 2009 +0000
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.28 2009/03/18 06:05:44 epg Exp $
+$NetBSD: distinfo,v 1.29 2009/03/27 19:52:19 epg Exp $
 
-SHA1 (bzr-1.13.tar.gz) = 99365e938ee1df0292c209544488b1a44a0cd2b4
-RMD160 (bzr-1.13.tar.gz) = 6050de1ca6da34321938350d4d5dda7d0e7fc016
-Size (bzr-1.13.tar.gz) = 3989083 bytes
+SHA1 (bzr-1.13.1.tar.gz) = 84bd7ffb357867d4088ec4d084eff5d045b21d41
+RMD160 (bzr-1.13.1.tar.gz) = dd10a1f5eff9477f382119bf97941896bb533509
+Size (bzr-1.13.1.tar.gz) = 4068123 bytes
 SHA1 (patch-aa) = 8eda90885b3127525330cd3432538fb2b4df98c1
 SHA1 (patch-ab) = 2213a002f9bc0f5baba0554b6b375becf4d98d9c



Home | Main Index | Thread Index | Old Index