pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/textproc/ruby-builder Update ruby-builder to 3.2.3.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/44ce5d17e3f9
branches:  trunk
changeset: 364182:44ce5d17e3f9
user:      taca <taca%pkgsrc.org@localhost>
date:      Wed Jun 21 14:28:23 2017 +0000

description:
Update ruby-builder to 3.2.3.

3.1.2

* Removed css builder

3.1.3

* suppress warning while undefining object_id

3.1.4

* explicit blank content will not generate a self-closing tag

3.2.0

* Check if method was already cached before method definition.
* Change to String, raise_error last argument accept String
* Add test
* Cleanup of code
* Make changes to add option
* Update lib/builder/xmlbase.rb
* Cleaned up test case.
* Cleaned up explicit nil code a wee bit.
* Remove extraneous white spaces.
* Convert readme from rdoc to markdown.
* Tweek readme.
* Add us-ascii encoding declaration.
* Use old style hash literals for 1.8.x compatibility.
* Add # encoding: iso-8859-1 comment
* Add single quote attribute option.
* Update changes.
* More rdoc fixes.

diffstat:

 textproc/ruby-builder/Makefile                               |   4 +-
 textproc/ruby-builder/PLIST                                  |   9 ++++++-
 textproc/ruby-builder/distinfo                               |  10 ++++----
 textproc/ruby-builder/patches/patch-lib_builder_xmlmarkup.rb |  14 ------------
 4 files changed, 14 insertions(+), 23 deletions(-)

diffs (73 lines):

diff -r e089ff50d1db -r 44ce5d17e3f9 textproc/ruby-builder/Makefile
--- a/textproc/ruby-builder/Makefile    Wed Jun 21 14:21:18 2017 +0000
+++ b/textproc/ruby-builder/Makefile    Wed Jun 21 14:28:23 2017 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.5 2017/02/19 02:09:04 minskim Exp $
+# $NetBSD: Makefile,v 1.6 2017/06/21 14:28:23 taca Exp $
 
-DISTNAME=      builder-3.1.4
+DISTNAME=      builder-3.2.3
 CATEGORIES=    textproc
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
diff -r e089ff50d1db -r 44ce5d17e3f9 textproc/ruby-builder/PLIST
--- a/textproc/ruby-builder/PLIST       Wed Jun 21 14:21:18 2017 +0000
+++ b/textproc/ruby-builder/PLIST       Wed Jun 21 14:28:23 2017 +0000
@@ -1,9 +1,10 @@
-@comment $NetBSD: PLIST,v 1.4 2012/12/17 13:39:59 taca Exp $
+@comment $NetBSD: PLIST,v 1.5 2017/06/21 14:28:23 taca Exp $
 ${GEM_HOME}/cache/${GEM_NAME}.gem
 ${GEM_LIBDIR}/CHANGES
 ${GEM_LIBDIR}/MIT-LICENSE
-${GEM_LIBDIR}/README.rdoc
+${GEM_LIBDIR}/README.md
 ${GEM_LIBDIR}/Rakefile
+${GEM_LIBDIR}/doc/jamis.rb
 ${GEM_LIBDIR}/doc/releases/builder-1.2.4.rdoc
 ${GEM_LIBDIR}/doc/releases/builder-2.0.0.rdoc
 ${GEM_LIBDIR}/doc/releases/builder-2.1.1.rdoc
@@ -15,6 +16,10 @@
 ${GEM_LIBDIR}/lib/builder/xmlbase.rb
 ${GEM_LIBDIR}/lib/builder/xmlevents.rb
 ${GEM_LIBDIR}/lib/builder/xmlmarkup.rb
+${GEM_LIBDIR}/rakelib/publish.rake
+${GEM_LIBDIR}/rakelib/tags.rake
+${GEM_LIBDIR}/rakelib/testing.rake
+${GEM_LIBDIR}/test/helper.rb
 ${GEM_LIBDIR}/test/performance.rb
 ${GEM_LIBDIR}/test/preload.rb
 ${GEM_LIBDIR}/test/test_blankslate.rb
diff -r e089ff50d1db -r 44ce5d17e3f9 textproc/ruby-builder/distinfo
--- a/textproc/ruby-builder/distinfo    Wed Jun 21 14:21:18 2017 +0000
+++ b/textproc/ruby-builder/distinfo    Wed Jun 21 14:28:23 2017 +0000
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.6 2017/02/19 02:09:04 minskim Exp $
+$NetBSD: distinfo,v 1.7 2017/06/21 14:28:23 taca Exp $
 
-SHA1 (builder-3.1.4.gem) = e7b485a579e440c72fc5009aec3b366ac50d33ee
-RMD160 (builder-3.1.4.gem) = 9b4ceced719c0bdece39ecc0255c0eafce45e186
-SHA512 (builder-3.1.4.gem) = d9da48735ef719927e71b2bbd392424fbef1aa0b728ac0bff8b6924d752f1f4f3a615153b392803528dfcbf48add3793d411abed23437f64c828b457dd0f24e7
-Size (builder-3.1.4.gem) = 26112 bytes
+SHA1 (builder-3.2.3.gem) = 5cd6a92e6360279ec1e5c2456372f1709df9a6b2
+RMD160 (builder-3.2.3.gem) = 80e8c8ad8a8478f80365cfc17dd239f2e510a921
+SHA512 (builder-3.2.3.gem) = 7869f44bcf40d547846d50ab82234694420b2f38e08037ae671c90a7c3b547f11023f864e70adf82970fdddf7ee811730c17e30ec298bb6d1999f4c0c050fbb8
+Size (builder-3.2.3.gem) = 31744 bytes
 SHA1 (patch-lib_builder_xmlmarkup.rb) = 5d4c101b3263d84b513e254ad6b62e96840fa255
diff -r e089ff50d1db -r 44ce5d17e3f9 textproc/ruby-builder/patches/patch-lib_builder_xmlmarkup.rb
--- a/textproc/ruby-builder/patches/patch-lib_builder_xmlmarkup.rb      Wed Jun 21 14:21:18 2017 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,14 +0,0 @@
-$NetBSD: patch-lib_builder_xmlmarkup.rb,v 1.1 2011/03/27 13:08:20 taca Exp $
-
-* Aboid crash with Ruby 1.8.7's rdoc.
-
---- lib/builder/xmlmarkup.rb.orig      2011-03-26 16:32:42.000000000 +0000
-+++ lib/builder/xmlmarkup.rb
-@@ -38,7 +38,6 @@ module Builder
-   #       xm.title("History")        #     <title>History</title>
-   #     }                            #   </head>
-   #     xm.body {                    #   <body>
--  #       xm.comment! "HI"           #     <!-- HI -->
-   #       xm.h1("Header")            #     <h1>Header</h1>
-   #       xm.p("paragraph")          #     <p>paragraph</p>
-   #     }                            #   </body>



Home | Main Index | Thread Index | Old Index