diff options
author | joerg <joerg@pkgsrc.org> | 2012-01-24 20:41:51 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2012-01-24 20:41:51 +0000 |
commit | 060e2f57106e4f539b2e02192d7e9a0be17cf2ee (patch) | |
tree | 507f9e48b77331d1c62948b68a6f54a366cac7b9 /lang/ruby193-base/patches | |
parent | eac70bc690127f5b00f134b805a473859b176b14 (diff) | |
download | pkgsrc-060e2f57106e4f539b2e02192d7e9a0be17cf2ee.tar.gz |
Fix mdoc markup. Bump revision.
Diffstat (limited to 'lang/ruby193-base/patches')
-rw-r--r-- | lang/ruby193-base/patches/patch-man_erb.1 | 22 | ||||
-rw-r--r-- | lang/ruby193-base/patches/patch-man_irb.1 | 22 | ||||
-rw-r--r-- | lang/ruby193-base/patches/patch-man_ri.1 | 22 | ||||
-rw-r--r-- | lang/ruby193-base/patches/patch-man_ruby.1 | 22 |
4 files changed, 88 insertions, 0 deletions
diff --git a/lang/ruby193-base/patches/patch-man_erb.1 b/lang/ruby193-base/patches/patch-man_erb.1 new file mode 100644 index 00000000000..af34a0e1f18 --- /dev/null +++ b/lang/ruby193-base/patches/patch-man_erb.1 @@ -0,0 +1,22 @@ +$NetBSD: patch-man_erb.1,v 1.1 2012/01/24 20:42:42 joerg Exp $ + +--- man/erb.1.orig 2012-01-24 20:07:01.000000000 +0000 ++++ man/erb.1 +@@ -143,12 +143,12 @@ class. + .Pp + .Sh REPORTING BUGS + .Bl -bullet +-.Li Security vulnerabilities should be reported via an email to +-.Aq security@ruby-lang.org Ns +-.Li . ++.It ++Security vulnerabilities should be reported via an email to ++.Aq security@ruby-lang.org . + Reported problems will be published after fixed. +-.Pp +-.Li And you can report other bugs and feature requests via the ++.It ++You can report other bugs and feature requests via the + Ruby Issue Tracking System (http://redmine.ruby-lang.org). + Do not report security vulnerabilities + via the system because it publishes the vulnerabilities immediately. diff --git a/lang/ruby193-base/patches/patch-man_irb.1 b/lang/ruby193-base/patches/patch-man_irb.1 new file mode 100644 index 00000000000..dd124ce1b7b --- /dev/null +++ b/lang/ruby193-base/patches/patch-man_irb.1 @@ -0,0 +1,22 @@ +$NetBSD: patch-man_irb.1,v 1.1 2012/01/24 20:42:42 joerg Exp $ + +--- man/irb.1.orig 2012-01-24 20:07:49.000000000 +0000 ++++ man/irb.1 +@@ -159,12 +159,12 @@ Personal irb initialization. + .Pp + .Sh REPORTING BUGS + .Bl -bullet +-.Li Security vulnerabilities should be reported via an email to +-.Aq security@ruby-lang.org Ns +-.Li . ++.It ++Security vulnerabilities should be reported via an email to ++.Aq security@ruby-lang.org . + Reported problems will be published after fixed. +-.Pp +-.Li And you can report other bugs and feature requests via the ++.It ++You can report other bugs and feature requests via the + Ruby Issue Tracking System (http://redmine.ruby-lang.org). + Do not report security vulnerabilities + via the system because it publishes the vulnerabilities immediately. diff --git a/lang/ruby193-base/patches/patch-man_ri.1 b/lang/ruby193-base/patches/patch-man_ri.1 new file mode 100644 index 00000000000..380f0936dfa --- /dev/null +++ b/lang/ruby193-base/patches/patch-man_ri.1 @@ -0,0 +1,22 @@ +$NetBSD: patch-man_ri.1,v 1.1 2012/01/24 20:42:43 joerg Exp $ + +--- man/ri.1.orig 2012-01-24 20:08:14.000000000 +0000 ++++ man/ri.1 +@@ -165,12 +165,12 @@ Searches user-wide documents here. + .Pp + .Sh REPORTING BUGS + .Bl -bullet +-.Li Security vulnerabilities should be reported via an email to +-.Aq security@ruby-lang.org Ns +-.Li . ++.It ++Security vulnerabilities should be reported via an email to ++.Aq security@ruby-lang.org . + Reported problems will be published after fixed. +-.Pp +-.Li And you can report other bugs and feature requests via the ++.It ++You can report other bugs and feature requests via the + Ruby Issue Tracking System (http://redmine.ruby-lang.org). + Do not report security vulnerabilities + via the system because it publishes the vulnerabilities immediately. diff --git a/lang/ruby193-base/patches/patch-man_ruby.1 b/lang/ruby193-base/patches/patch-man_ruby.1 new file mode 100644 index 00000000000..8be12bc596c --- /dev/null +++ b/lang/ruby193-base/patches/patch-man_ruby.1 @@ -0,0 +1,22 @@ +$NetBSD: patch-man_ruby.1,v 1.1 2012/01/24 20:42:43 joerg Exp $ + +--- man/ruby.1.orig 2012-01-24 20:08:36.000000000 +0000 ++++ man/ruby.1 +@@ -494,12 +494,12 @@ Ruby Application Archive. + .Pp + .Sh REPORTING BUGS + .Bl -bullet +-.Li Security vulnerabilities should be reported via an email to +-.Aq security@ruby-lang.org Ns +-.Li . ++.It ++Security vulnerabilities should be reported via an email to ++.Aq security@ruby-lang.org . + Reported problems will be published after they've been fixed. +-.Pp +-.Li And you can report other bugs and feature requests via the ++.It ++You can report other bugs and feature requests via the + Ruby Issue Tracking System (http://redmine.ruby-lang.org). + Do not report security vulnerabilities + via the system because it publishes the vulnerabilities immediately. |