diff options
author | jmmv <jmmv@pkgsrc.org> | 2003-01-23 13:47:14 +0000 |
---|---|---|
committer | jmmv <jmmv@pkgsrc.org> | 2003-01-23 13:47:14 +0000 |
commit | 3268bd4dfb9643c3325ea2642656b8137086762a (patch) | |
tree | a7b411f7da8e91c8b2745320a8b706fbb16871e3 /devel/buildtool/distinfo | |
parent | fef90dceb6e77a3dca7ea899ce3cbe398407d328 (diff) | |
download | pkgsrc-3268bd4dfb9643c3325ea2642656b8137086762a.tar.gz |
Update to 0.9. Changes in this version:
o Distribution documents converted to mdoc.
o Improved the bt_generate_output() function in bt_config; it now gen-
erates an external script, called bt_output, that can be used to
recreate files at any time.
o Implemented Buildtool version checking (BT_REQUIRE can be used now).
We cannot wait until 1.0 to have this feature.
o Miscellaneous bug fixes (in bt_config and bt_lint).
o Automatically generated configuration files have been prefixed with
`bt_' to avoid conflicts with user files. For example, config.h is
now named bt_config.h by default.
o Support for shared libraries has now been disabled by default. It is
still too incomplete.
Diffstat (limited to 'devel/buildtool/distinfo')
-rw-r--r-- | devel/buildtool/distinfo | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/devel/buildtool/distinfo b/devel/buildtool/distinfo index 4f49149e830..e526b8a0698 100644 --- a/devel/buildtool/distinfo +++ b/devel/buildtool/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.4 2002/12/16 11:29:43 jmmv Exp $ +$NetBSD: distinfo,v 1.5 2003/01/23 13:47:14 jmmv Exp $ -SHA1 (buildtool-0.8.tar.gz) = 8623c7049ddc162556a2580b8c06eedd0d5a7fc2 -Size (buildtool-0.8.tar.gz) = 280607 bytes +SHA1 (buildtool-0.9.tar.gz) = 1088c1c387c3271b261e240688c4adbaa3b0477d +Size (buildtool-0.9.tar.gz) = 291495 bytes |