diff options
author | wiz <wiz> | 2012-03-08 12:11:55 +0000 |
---|---|---|
committer | wiz <wiz> | 2012-03-08 12:11:55 +0000 |
commit | fd6cff9d33b0d8788851b951846849269dd13d6b (patch) | |
tree | f7aa23473e82f0cc39498a47d4959a211cc91ff6 /pkgtools | |
parent | 1d2beb8f2af2f7382e46b4058467d4885cd110d5 (diff) | |
download | pkgsrc-fd6cff9d33b0d8788851b951846849269dd13d6b.tar.gz |
From Bug Hunting:
add_todo.1:
- improve wording;
- update doc/TODO example;
- remove trailing white space.
obsolete_todo.1:
- improve wording;
- add a missing empty line;
- fix macro usage.
Further changes by myself, including date bump.
Diffstat (limited to 'pkgtools')
-rw-r--r-- | pkgtools/pkgsrc-todo/files/add_todo.1 | 10 | ||||
-rw-r--r-- | pkgtools/pkgsrc-todo/files/obsolete_todo.1 | 28 |
2 files changed, 17 insertions, 21 deletions
diff --git a/pkgtools/pkgsrc-todo/files/add_todo.1 b/pkgtools/pkgsrc-todo/files/add_todo.1 index 469ed9f720a..18dcc9ffae8 100644 --- a/pkgtools/pkgsrc-todo/files/add_todo.1 +++ b/pkgtools/pkgsrc-todo/files/add_todo.1 @@ -1,6 +1,6 @@ -.\" $NetBSD: add_todo.1,v 1.1.1.1 2009/08/30 10:40:34 wiz Exp $ +.\" $NetBSD: add_todo.1,v 1.2 2012/03/08 12:11:55 wiz Exp $ .\" -.Dd August 30, 2009 +.Dd March 8, 2012 .Dt ADD_TODO 1 .Sh NAME .Nm add_todo @@ -18,13 +18,13 @@ to the file. The .Ar package -argument needs to of the form +argument needs to be of the form .Dq PKGNAME-PKGVERSION , e.g. -.Dq pkgsrc-todo-1.0 . +.Dq pkgsrc-todo-1.1 . .Nm checks if the package exists in pkgsrc by looking for an entry for it -in the +in the .Pa CHANGES-* files (to catch typos). .Nm diff --git a/pkgtools/pkgsrc-todo/files/obsolete_todo.1 b/pkgtools/pkgsrc-todo/files/obsolete_todo.1 index 3f3bfaa13af..9d9185b832d 100644 --- a/pkgtools/pkgsrc-todo/files/obsolete_todo.1 +++ b/pkgtools/pkgsrc-todo/files/obsolete_todo.1 @@ -1,6 +1,6 @@ -.\" $NetBSD: obsolete_todo.1,v 1.1.1.1 2009/08/30 10:40:34 wiz Exp $ +.\" $NetBSD: obsolete_todo.1,v 1.2 2012/03/08 12:11:55 wiz Exp $ .\" -.Dd August 30, 2009 +.Dd March 8, 2012 .Dt OBSOLETE_TODO 1 .Sh NAME .Nm obsolete_todo @@ -11,8 +11,8 @@ .Nm removes entries from .Pa pkgsrc/doc/TODO -which were already handled, i.e. that or newer versions already exist -in pkgsrc. +which were already handled, i.e. that or a newer version +already exists in pkgsrc. .Nm does this by checking the entries in .Pa pkgsrc/doc/TODO @@ -48,26 +48,22 @@ of Currently, the following entries are removed even though they shouldn't be: .Bl -tag -.It bonnie++-1.96 -.It drscheme-4.0.2 -.It exempi-2.0.2 -.It fixesproto-4.1 -.It lapack-3.2.1 -.It ldapsdk-6.0.2 +.It lapack-3.4.0 +.It ldapsdk-6.0.7 .It libixp-0.5 -.It libssh-0.3.3 +.It libssh-0.5.2 .It lmbench-2.5 .It oto-0.5 -.It sch-3.8.3 .It zenicb-1.31 .El +.Pp There are three reasons: -.Bl -enumerate +.Bl -enum .It matching errors (bonnie vs. bonnie++) .It -downgraded packages (exempi, fixesproto, oto, libixp) +downgraded packages (libixp, oto) .It -changes in versioning schemes (drscheme, lapack, ldapsdk, libssh, -lmbench, sch, zenicb) +changes in versioning schemes (lapack, ldapsdk, libssh, +lmbench, zenicb) .El |