summaryrefslogtreecommitdiff
path: root/lang
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2014-06-10 19:25:58 +0000
committerwiz <wiz@pkgsrc.org>2014-06-10 19:25:58 +0000
commit7a35f991595b4b407d57aea3087d2b65da07d176 (patch)
tree497aefd7b70e85de10df0968b885cf71fabc427c /lang
parent00262f4ba9f45ad0a3b483e013f62982e62092fb (diff)
downloadpkgsrc-7a35f991595b4b407d57aea3087d2b65da07d176.tar.gz
Add NAME section to manpage, for indexing. Bump PKGREVISION.
Diffstat (limited to 'lang')
-rw-r--r--lang/mono2/Makefile4
-rw-r--r--lang/mono2/distinfo4
-rw-r--r--lang/mono2/patches/patch-man_mprof-report.113
3 files changed, 12 insertions, 9 deletions
diff --git a/lang/mono2/Makefile b/lang/mono2/Makefile
index 66066e27b15..6d7f97df6ff 100644
--- a/lang/mono2/Makefile
+++ b/lang/mono2/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.10 2014/05/29 23:36:43 wiz Exp $
+# $NetBSD: Makefile,v 1.11 2014/06/10 19:25:58 wiz Exp $
DISTNAME= mono-2.10.9
-PKGREVISION= 8
+PKGREVISION= 9
CATEGORIES= lang
MASTER_SITES= http://download.mono-project.com/sources/mono/
EXTRACT_SUFX= .tar.bz2
diff --git a/lang/mono2/distinfo b/lang/mono2/distinfo
index c55ab64b9be..baa3584353b 100644
--- a/lang/mono2/distinfo
+++ b/lang/mono2/distinfo
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.4 2014/01/15 19:46:12 wiz Exp $
+$NetBSD: distinfo,v 1.5 2014/06/10 19:25:58 wiz Exp $
SHA1 (mono-2.10.9.tar.bz2) = 1a6e8c5a0c3d88d87982259aa04402e028a283de
RMD160 (mono-2.10.9.tar.bz2) = ac9784c413eb2cdb490750a86a96cce5c11ad5bd
@@ -42,6 +42,6 @@ SHA1 (patch-dl) = fc9cd48c070dbecad68cfe7d45eea59a3e6023d9
SHA1 (patch-dm) = bac9172f419630f817702e15dd3761cb4f60e0a0
SHA1 (patch-dn) = 9a55bd9c492b64ec9feadb45419b4bec37900b89
SHA1 (patch-do) = 6ccd5598198fc04e638ec5bc5e03c92e16206c92
-SHA1 (patch-man_mprof-report.1) = 7c6ab58a2550f274e17e417988104c83f4e36a18
+SHA1 (patch-man_mprof-report.1) = e175943bc63780d907b4ceab08e7f9ad6a1a7ac8
SHA1 (patch-mono_profiler_proflog.c) = 2f7826873ab7fdb858db3d39606028ee87a34a46
SHA1 (patch-mono_utils_mono-compiler.h) = 0dce7994bdb350f7080464f416b725cbe3e7e293
diff --git a/lang/mono2/patches/patch-man_mprof-report.1 b/lang/mono2/patches/patch-man_mprof-report.1
index 8dd63513ef1..c0a9c96b5bb 100644
--- a/lang/mono2/patches/patch-man_mprof-report.1
+++ b/lang/mono2/patches/patch-man_mprof-report.1
@@ -1,12 +1,15 @@
-$NetBSD: patch-man_mprof-report.1,v 1.1 2013/06/17 12:43:28 wiz Exp $
+$NetBSD: patch-man_mprof-report.1,v 1.2 2014/06/10 19:25:58 wiz Exp $
-Fix mandoc -Tlint warnings.
+Fix mandoc -Tlint warnings. Add NAME section.
---- man/mprof-report.1.orig 2011-08-26 01:06:38.000000000 +0000
+--- man/mprof-report.1.orig 2011-11-15 17:22:41.000000000 +0000
+++ man/mprof-report.1
-@@ -1,4 +1,4 @@
+@@ -1,5 +1,6 @@
-.TH mprof-report 1 ""
+-.SH The Mono log profiler
+.TH MPROF-REPORT 1 ""
- .SH The Mono log profiler
++.SH "NAME"
++The Mono log profiler
.PP
The Mono \f[I]log\f[] profiler can be used to collect a lot of
+ information about a program running in the Mono runtime.