summaryrefslogtreecommitdiff
path: root/lang/ruby19-base
diff options
context:
space:
mode:
authorjoerg <joerg>2012-01-24 20:41:51 +0000
committerjoerg <joerg>2012-01-24 20:41:51 +0000
commite39031cdc144e13de510b4740b58a4f0f8a529ed (patch)
tree507f9e48b77331d1c62948b68a6f54a366cac7b9 /lang/ruby19-base
parentc2733743a58794ff08d45d206d8fd89a98301ad1 (diff)
downloadpkgsrc-e39031cdc144e13de510b4740b58a4f0f8a529ed.tar.gz
Fix mdoc markup. Bump revision.
Diffstat (limited to 'lang/ruby19-base')
-rw-r--r--lang/ruby19-base/Makefile4
-rw-r--r--lang/ruby19-base/distinfo6
-rw-r--r--lang/ruby19-base/patches/patch-man_erb.122
-rw-r--r--lang/ruby19-base/patches/patch-man_irb.122
-rw-r--r--lang/ruby19-base/patches/patch-man_ri.122
-rw-r--r--lang/ruby19-base/patches/patch-man_ruby.122
6 files changed, 95 insertions, 3 deletions
diff --git a/lang/ruby19-base/Makefile b/lang/ruby19-base/Makefile
index d6bd1a12d16..03290a43fb2 100644
--- a/lang/ruby19-base/Makefile
+++ b/lang/ruby19-base/Makefile
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile,v 1.18 2011/11/13 15:45:24 taca Exp $
+# $NetBSD: Makefile,v 1.19 2012/01/24 20:41:51 joerg Exp $
#
DISTNAME= ${RUBY_DISTNAME}
PKGNAME= ${RUBY_PKGPREFIX}-base-${RUBY_VERSION_FULL}
-PKGREVISION= 5
+PKGREVISION= 6
CATEGORIES= lang ruby
MASTER_SITES= ${MASTER_SITE_RUBY}
#PKGREVISION=
diff --git a/lang/ruby19-base/distinfo b/lang/ruby19-base/distinfo
index e92c4cb8830..30948ae631f 100644
--- a/lang/ruby19-base/distinfo
+++ b/lang/ruby19-base/distinfo
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.9 2011/11/08 15:22:45 taca Exp $
+$NetBSD: distinfo,v 1.10 2012/01/24 20:41:51 joerg Exp $
SHA1 (ruby-1.9.2-p290.tar.bz2) = 8f25a74f50a10fdd9724e3c74ccd7bae596e198b
RMD160 (ruby-1.9.2-p290.tar.bz2) = 9722a91445fa81a101a2a8ab5753780c4601cc5a
@@ -25,3 +25,7 @@ SHA1 (patch-as) = 2005d2b5ca10d79188e8615383b881d5c9dfb616
SHA1 (patch-at) = 532eebfda565d78b9d7ab572b7d8539933e431a3
SHA1 (patch-au) = 45073c6d3461ee181e89228beb088d161af3d735
SHA1 (patch-lib_rubygems_require__paths__builder.rb) = 90c2fb05a07934f74e39995380d08cc81c81aaaf
+SHA1 (patch-man_erb.1) = f451b867f6a3f1984e2a05127decab2e73c45486
+SHA1 (patch-man_irb.1) = 50a725a0eeaf08de9a07924517cc68a7d1ab2c30
+SHA1 (patch-man_ri.1) = 127f5a9bc382277dab180eb47b68b9dc56e4840e
+SHA1 (patch-man_ruby.1) = 3353f38ab04a9a27b236dabb2b1e46ec782bddfd
diff --git a/lang/ruby19-base/patches/patch-man_erb.1 b/lang/ruby19-base/patches/patch-man_erb.1
new file mode 100644
index 00000000000..dc8943c4833
--- /dev/null
+++ b/lang/ruby19-base/patches/patch-man_erb.1
@@ -0,0 +1,22 @@
+$NetBSD: patch-man_erb.1,v 1.1 2012/01/24 20:41:51 joerg Exp $
+
+--- man/erb.1.orig 2009-10-26 06:44:31.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 immedately.
diff --git a/lang/ruby19-base/patches/patch-man_irb.1 b/lang/ruby19-base/patches/patch-man_irb.1
new file mode 100644
index 00000000000..9925fad4fda
--- /dev/null
+++ b/lang/ruby19-base/patches/patch-man_irb.1
@@ -0,0 +1,22 @@
+$NetBSD: patch-man_irb.1,v 1.1 2012/01/24 20:41:51 joerg Exp $
+
+--- man/irb.1.orig 2009-10-26 06:44:31.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 immedately.
diff --git a/lang/ruby19-base/patches/patch-man_ri.1 b/lang/ruby19-base/patches/patch-man_ri.1
new file mode 100644
index 00000000000..5029ff8b161
--- /dev/null
+++ b/lang/ruby19-base/patches/patch-man_ri.1
@@ -0,0 +1,22 @@
+$NetBSD: patch-man_ri.1,v 1.1 2012/01/24 20:41:51 joerg Exp $
+
+--- man/ri.1.orig 2009-10-26 06:44:31.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 immedately.
diff --git a/lang/ruby19-base/patches/patch-man_ruby.1 b/lang/ruby19-base/patches/patch-man_ruby.1
new file mode 100644
index 00000000000..4b2a2f6df1c
--- /dev/null
+++ b/lang/ruby19-base/patches/patch-man_ruby.1
@@ -0,0 +1,22 @@
+$NetBSD: patch-man_ruby.1,v 1.1 2012/01/24 20:41:51 joerg Exp $
+
+--- man/ruby.1.orig 2009-10-26 06:44:31.000000000 +0000
++++ man/ruby.1
+@@ -494,12 +494,13 @@ 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 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 immedately.