November 3 2008
* RELEASE: bzrtools 1.9.0 October 22 2008 * Use lazy command registration (changes bzr rocks 0.496 => 0.461). October 17 2008 * Rename shelve and unshelve to shelve1 and unshelve1, with aliases to 'shelve' and 'unshelve'. This allows bzr core to supply 'shelve' and 'unshelve'. October 7 2008 * RELEASE: bzrtools 1.8.0 * Fix NotStandalone class to be stringable (#277652) September 11 2008 * RELEASE: bzrtools 1.7.0 July 10 2008 * colordiff can now use /etc/colordiffrc
This commit is contained in:
parent
2dd7b2c15d
commit
febc5faf71
3 changed files with 10 additions and 7 deletions
|
@ -1,9 +1,9 @@
|
|||
# $NetBSD: Makefile,v 1.1.1.1 2008/08/26 01:17:51 epg Exp $
|
||||
# $NetBSD: Makefile,v 1.2 2008/11/08 02:50:48 epg Exp $
|
||||
|
||||
DISTNAME= bzrtools-${VER}
|
||||
CATEGORIES= devel scm
|
||||
MASTER_SITES= http://launchpad.net/bzrtools/stable/${VER}/+download/
|
||||
VER= 1.6.0
|
||||
VER= 1.9.1
|
||||
|
||||
MAINTAINER= epg@NetBSD.org
|
||||
HOMEPAGE= http://bazaar-vcs.org/BzrTools
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
@comment $NetBSD: PLIST,v 1.1.1.1 2008/08/26 01:17:51 epg Exp $
|
||||
@comment $NetBSD: PLIST,v 1.2 2008/11/08 02:50:48 epg Exp $
|
||||
${PYSITELIB}/bzrlib/plugins/bzrtools/__init__.py
|
||||
${PYSITELIB}/bzrlib/plugins/bzrtools/__init__.pyc
|
||||
${PYSITELIB}/bzrlib/plugins/bzrtools/__init__.pyo
|
||||
|
@ -23,6 +23,9 @@ ${PYSITELIB}/bzrlib/plugins/bzrtools/colordiff.pyo
|
|||
${PYSITELIB}/bzrlib/plugins/bzrtools/command.py
|
||||
${PYSITELIB}/bzrlib/plugins/bzrtools/command.pyc
|
||||
${PYSITELIB}/bzrlib/plugins/bzrtools/command.pyo
|
||||
${PYSITELIB}/bzrlib/plugins/bzrtools/command_classes.py
|
||||
${PYSITELIB}/bzrlib/plugins/bzrtools/command_classes.pyc
|
||||
${PYSITELIB}/bzrlib/plugins/bzrtools/command_classes.pyo
|
||||
${PYSITELIB}/bzrlib/plugins/bzrtools/dotgraph.py
|
||||
${PYSITELIB}/bzrlib/plugins/bzrtools/dotgraph.pyc
|
||||
${PYSITELIB}/bzrlib/plugins/bzrtools/dotgraph.pyo
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
$NetBSD: distinfo,v 1.1.1.1 2008/08/26 01:17:51 epg Exp $
|
||||
$NetBSD: distinfo,v 1.2 2008/11/08 02:50:48 epg Exp $
|
||||
|
||||
SHA1 (bzrtools-1.6.0.tar.gz) = 6e29dc3b17c04b65221f0f2ce8b3bed1abd09037
|
||||
RMD160 (bzrtools-1.6.0.tar.gz) = 1496e85a12bae626acd93c68652b25a970826cb6
|
||||
Size (bzrtools-1.6.0.tar.gz) = 67962 bytes
|
||||
SHA1 (bzrtools-1.9.1.tar.gz) = 96134cbe263df4075277da325dd26f58fc4f0ea4
|
||||
RMD160 (bzrtools-1.9.1.tar.gz) = 70f93e6a7940c2433ac244c0bb02d30e4e255131
|
||||
Size (bzrtools-1.9.1.tar.gz) = 69410 bytes
|
||||
|
|
Loading…
Reference in a new issue