diff options
author | taca <taca@pkgsrc.org> | 2015-06-08 16:05:45 +0000 |
---|---|---|
committer | taca <taca@pkgsrc.org> | 2015-06-08 16:05:45 +0000 |
commit | 1afcd00538fc4703155c2e25a4f455f788be6f10 (patch) | |
tree | 6025d46f73281e9477d7cf411cd838511953a9b7 /print | |
parent | c47a9ba07f06501e4dbf7675d65b92207063f6a6 (diff) | |
download | pkgsrc-1afcd00538fc4703155c2e25a4f455f788be6f10.tar.gz |
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 (limited to 'print')
-rw-r--r-- | print/ruby-prawn/Makefile | 6 | ||||
-rw-r--r-- | print/ruby-prawn/distinfo | 8 |
2 files changed, 7 insertions, 7 deletions
diff --git a/print/ruby-prawn/Makefile b/print/ruby-prawn/Makefile index 7535098201e..436c887fc55 100644 --- a/print/ruby-prawn/Makefile +++ b/print/ruby-prawn/Makefile @@ -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 @@ -11,7 +11,7 @@ LICENSE= gnu-gpl-v2 OR gnu-gpl-v3 OR ruby-license 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 --git a/print/ruby-prawn/distinfo b/print/ruby-prawn/distinfo index f586698367c..acda0de77fc 100644 --- a/print/ruby-prawn/distinfo +++ b/print/ruby-prawn/distinfo @@ -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 |