diff options
author | joerg <joerg@pkgsrc.org> | 2012-01-23 20:52:18 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2012-01-23 20:52:18 +0000 |
commit | afae41f1aeae85bee2baba2c2f9697155f44639f (patch) | |
tree | 0e8e753fea2fa617da04c16f15216bc60ef874f6 /net/bmon | |
parent | ee44d9cb1446c553078575aafd038789971506c7 (diff) | |
download | pkgsrc-afae41f1aeae85bee2baba2c2f9697155f44639f.tar.gz |
Kill a few broken .TP invocations that are silently ignored by groff.
Bump revision.
Diffstat (limited to 'net/bmon')
-rw-r--r-- | net/bmon/Makefile | 4 | ||||
-rw-r--r-- | net/bmon/distinfo | 3 | ||||
-rw-r--r-- | net/bmon/patches/patch-man-bmon.1 | 20 |
3 files changed, 24 insertions, 3 deletions
diff --git a/net/bmon/Makefile b/net/bmon/Makefile index 0b8107cc022..7cec8a8f262 100644 --- a/net/bmon/Makefile +++ b/net/bmon/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.9 2008/06/20 01:09:29 joerg Exp $ +# $NetBSD: Makefile,v 1.10 2012/01/23 20:52:18 joerg Exp $ # DISTNAME= bmon-2.0.1 -PKGREVISION= 1 +PKGREVISION= 2 CATEGORIES= net MASTER_SITES= http://people.suug.ch/~tgr/bmon/files/ diff --git a/net/bmon/distinfo b/net/bmon/distinfo index 6069866d250..84a2715decd 100644 --- a/net/bmon/distinfo +++ b/net/bmon/distinfo @@ -1,6 +1,7 @@ -$NetBSD: distinfo,v 1.2 2005/02/24 12:13:43 agc Exp $ +$NetBSD: distinfo,v 1.3 2012/01/23 20:52:18 joerg Exp $ SHA1 (bmon-2.0.1.tar.gz) = ef6297bbd7a5f9a351e14b2b3e9f45157b136a9c RMD160 (bmon-2.0.1.tar.gz) = fa4f98fbf0810ae67af4aaa236f1eccdfef054b5 Size (bmon-2.0.1.tar.gz) = 110024 bytes SHA1 (patch-aa) = 1b737dc493506f374ed8e5732f922225f2c4d8c1 +SHA1 (patch-man-bmon.1) = c403b723618ebb47faf363a8d56d4257cefddcd1 diff --git a/net/bmon/patches/patch-man-bmon.1 b/net/bmon/patches/patch-man-bmon.1 new file mode 100644 index 00000000000..557a5db3495 --- /dev/null +++ b/net/bmon/patches/patch-man-bmon.1 @@ -0,0 +1,20 @@ +$NetBSD: patch-man-bmon.1,v 1.1 2012/01/23 20:52:18 joerg Exp $ + +--- man/bmon.1.orig 2012-01-23 19:37:53.000000000 +0000 ++++ man/bmon.1 +@@ -122,7 +122,6 @@ of secondary input modules is not limite + Every input module has a description, help text and list of + options available which can be seen by adding the option + "help" to the module options: +-.TP + .RS + .NF + bmon -i netlink:help +@@ -206,7 +205,6 @@ of secondary output modules is not limit + Every output module has a description, help text and list of + options available which can be seen by adding the option + "help" to the module options: +-.TP + .RS + .NF + bmon -o ascii:help |