pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/print/ruby-prawn Update ruby-prawn to 2.0.1.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/4c6e1a432498
branches:  trunk
changeset: 652846:4c6e1a432498
user:      taca <taca%pkgsrc.org@localhost>
date:      Mon Jun 08 16:05:45 2015 +0000

description:
Update ruby-prawn to 2.0.1.

* pkgsrc change: Allow this pacakge build on Ruby 2.2.

PrawnPDF 2.0.1 -- 2015-03-23

Fix regression in draw_text() with rotation

Due to missing tests, a typo snuck into the draw_text() method in PDF::Core,
preventing it from working properly when called with the :rotate option.

This issue has been resolved, and a test has been added to Prawn's test
suite. Speaking more generally, we need to improve the condition of the
tests for PDF::Core, and make a clear separation between Prawn's test suite
and PDF::Core's tests. Currently there are lots of little gaps that can lead
to this sort of problem.

[Robert S. Gerus, pdf-core#15]

diffstat:

 print/ruby-prawn/Makefile |  6 +++---
 print/ruby-prawn/distinfo |  8 ++++----
 2 files changed, 7 insertions(+), 7 deletions(-)

diffs (34 lines):

diff -r 2554804b81a3 -r 4c6e1a432498 print/ruby-prawn/Makefile
--- a/print/ruby-prawn/Makefile Mon Jun 08 16:03:24 2015 +0000
+++ b/print/ruby-prawn/Makefile Mon Jun 08 16:05:45 2015 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.9 2015/03/22 20:08:04 joerg Exp $
+# $NetBSD: Makefile,v 1.10 2015/06/08 16:05:45 taca Exp $
 
-DISTNAME=      prawn-2.0.0
+DISTNAME=      prawn-2.0.1
 CATEGORIES=    print
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
@@ -11,7 +11,7 @@
 DEPENDS+=      ${RUBY_PKGPREFIX}-pdf-core>=0.5.0<0.6:../../print/ruby-pdf-core
 DEPENDS+=      ${RUBY_PKGPREFIX}-ttfunk>=1.4.0<1.5:../../fonts/ruby-ttfunk
 
-RUBY_VERSION_SUPPORTED=        200 21
+RUBY_VERSION_SUPPORTED=        200 21 22
 
 .include "../../lang/ruby/gem.mk"
 .include "../../mk/bsd.pkg.mk"
diff -r 2554804b81a3 -r 4c6e1a432498 print/ruby-prawn/distinfo
--- a/print/ruby-prawn/distinfo Mon Jun 08 16:03:24 2015 +0000
+++ b/print/ruby-prawn/distinfo Mon Jun 08 16:05:45 2015 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.5 2015/03/13 15:27:09 taca Exp $
+$NetBSD: distinfo,v 1.6 2015/06/08 16:05:45 taca Exp $
 
-SHA1 (prawn-2.0.0.gem) = 36015caeb6bdb9fb3b48cc3321078872121c46bd
-RMD160 (prawn-2.0.0.gem) = 5f64b9d3d5c625ea578d28b54587235ff6b36b9f
-Size (prawn-2.0.0.gem) = 912384 bytes
+SHA1 (prawn-2.0.1.gem) = 5c9bee7e905bcfd3e8fca56b39bbff6e5edcc24f
+RMD160 (prawn-2.0.1.gem) = 5ae295fcf9b441c550c18321b63671e5c3df507e
+Size (prawn-2.0.1.gem) = 912896 bytes



Home | Main Index | Thread Index | Old Index