From fd72907da12c992ec14412efe216171ca9e18a3c Mon Sep 17 00:00:00 2001 From: snj Date: Wed, 1 Jun 2005 02:40:43 +0000 Subject: Update to 0.1.18. Changes: * Added --purge [] option which lets you purge old completed items. * Can now use force-colour in the todorc. * Various patches from Debian and Gentoo maintainers applied. These fix compiler errors on recent GCC versions, uncaught exception when TERM is not set, a few man page issues, issues with the BASH scripts and miscellaneous other things. --- time/devtodo/Makefile | 11 ++++------- time/devtodo/distinfo | 11 +++++------ time/devtodo/patches/patch-ab | 10 +++++----- time/devtodo/patches/patch-ad | 12 ------------ 4 files changed, 14 insertions(+), 30 deletions(-) delete mode 100644 time/devtodo/patches/patch-ad (limited to 'time') diff --git a/time/devtodo/Makefile b/time/devtodo/Makefile index 037017df147..136a10f69f4 100644 --- a/time/devtodo/Makefile +++ b/time/devtodo/Makefile @@ -1,8 +1,6 @@ -# $NetBSD: Makefile,v 1.22 2005/04/11 21:47:44 tv Exp $ -# +# $NetBSD: Makefile,v 1.23 2005/06/01 02:40:43 snj Exp $ -DISTNAME= devtodo-0.1.17 -PKGREVISION= 1 +DISTNAME= devtodo-0.1.18 CATEGORIES= time MASTER_SITES= http://swapoff.org/files/devtodo/ @@ -10,10 +8,9 @@ MAINTAINER= tech-pkg@NetBSD.org HOMEPAGE= http://swapoff.org/DevTodo COMMENT= Display and manage a list of items that are outstanding -USE_LIBTOOL= # defined -LTCONFIG_OVERRIDE= ${WRKSRC}/ltconfig +USE_LIBTOOL= YES -GNU_CONFIGURE= # defined +GNU_CONFIGURE= YES # We don't need curses, just termcap. CONFIGURE_ENV+= ac_cv_lib_curses_tputs=no diff --git a/time/devtodo/distinfo b/time/devtodo/distinfo index 9bce13baf16..bd8b788ae9f 100644 --- a/time/devtodo/distinfo +++ b/time/devtodo/distinfo @@ -1,9 +1,8 @@ -$NetBSD: distinfo,v 1.8 2005/02/23 19:14:54 wiz Exp $ +$NetBSD: distinfo,v 1.9 2005/06/01 02:40:43 snj Exp $ -SHA1 (devtodo-0.1.17.tar.gz) = 088610093f1d34f242e18b04e1cf651684f25472 -RMD160 (devtodo-0.1.17.tar.gz) = 6743b7ab4ab8bc906a334389b3a9cc43b071794c -Size (devtodo-0.1.17.tar.gz) = 312755 bytes +SHA1 (devtodo-0.1.18.tar.gz) = 2ce713ed9bf9b6f17de9faa15566bd12cc273eb5 +RMD160 (devtodo-0.1.18.tar.gz) = c6ba5829f4c8b41d77c582fe1f0350174a164b65 +Size (devtodo-0.1.18.tar.gz) = 432858 bytes SHA1 (patch-aa) = 3a3d0acf6bd102e73fe6f280f4d62d950ce66183 -SHA1 (patch-ab) = 049b2b3201ffefbc70314d3bda2789fc6aeaff0a -SHA1 (patch-ad) = 5b0aaa6128ce0fbaae2953e3ee9d9921f44337f0 +SHA1 (patch-ab) = 32844dec69a473020103c9fd3425c60042dadf35 SHA1 (patch-ae) = 5f5ffb9571e73656eecdd3cb6cf72e26c193847e diff --git a/time/devtodo/patches/patch-ab b/time/devtodo/patches/patch-ab index ec7523e6b33..2bdec0f9feb 100644 --- a/time/devtodo/patches/patch-ab +++ b/time/devtodo/patches/patch-ab @@ -1,8 +1,8 @@ -$NetBSD: patch-ab,v 1.2 2003/12/28 15:40:14 zuntum Exp $ +$NetBSD: patch-ab,v 1.3 2005/06/01 02:40:43 snj Exp $ ---- src/todoterm.cc.orig 2001-11-08 11:51:20.000000000 +0100 -+++ src/todoterm.cc -@@ -5,7 +5,11 @@ +--- src/todoterm.cc.orig 2005-05-31 19:12:33.000000000 -0700 ++++ src/todoterm.cc 2005-05-31 19:13:02.000000000 -0700 +@@ -6,7 +6,11 @@ #include #include #include @@ -13,4 +13,4 @@ $NetBSD: patch-ab,v 1.2 2003/12/28 15:40:14 zuntum Exp $ +#endif static char info[2048]; - + static bool term_initialized; diff --git a/time/devtodo/patches/patch-ad b/time/devtodo/patches/patch-ad deleted file mode 100644 index 38043592f7b..00000000000 --- a/time/devtodo/patches/patch-ad +++ /dev/null @@ -1,12 +0,0 @@ -$NetBSD: patch-ad,v 1.1 2003/12/28 15:40:14 zuntum Exp $ - ---- util/Regex.h.orig 2002-12-21 16:10:43.000000000 +0100 -+++ util/Regex.h -@@ -6,6 +6,7 @@ - #include - #include - #include -+#include - #include - #include "c_regex.h" - -- cgit v1.2.3