summaryrefslogtreecommitdiff
path: root/devel/buildtool
diff options
context:
space:
mode:
authorjmmv <jmmv@pkgsrc.org>2003-01-23 13:47:14 +0000
committerjmmv <jmmv@pkgsrc.org>2003-01-23 13:47:14 +0000
commit3268bd4dfb9643c3325ea2642656b8137086762a (patch)
treea7b411f7da8e91c8b2745320a8b706fbb16871e3 /devel/buildtool
parentfef90dceb6e77a3dca7ea899ce3cbe398407d328 (diff)
downloadpkgsrc-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')
-rw-r--r--devel/buildtool/Makefile4
-rw-r--r--devel/buildtool/distinfo6
2 files changed, 5 insertions, 5 deletions
diff --git a/devel/buildtool/Makefile b/devel/buildtool/Makefile
index 60af1d173ed..f65742648fd 100644
--- a/devel/buildtool/Makefile
+++ b/devel/buildtool/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.4 2003/01/09 19:20:18 jmmv Exp $
+# $NetBSD: Makefile,v 1.5 2003/01/23 13:47:14 jmmv Exp $
#
-DISTNAME= buildtool-0.8
+DISTNAME= buildtool-0.9
CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=buildtool/}
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