summaryrefslogtreecommitdiff
path: root/print
diff options
context:
space:
mode:
authortaca <taca@pkgsrc.org>2015-09-13 15:11:06 +0000
committertaca <taca@pkgsrc.org>2015-09-13 15:11:06 +0000
commit56813445fdbd4449449265d8fe1912d2c9bcc230 (patch)
treed920c6c51dbd780c720f5cec8ebff214ec587f70 /print
parent58cbfd6faf5ae1ca40cbc67ba791dc4d80723f77 (diff)
downloadpkgsrc-56813445fdbd4449449265d8fe1912d2c9bcc230.tar.gz
Update ruby-prawn to 2.0.2.
PrawnPDF 2.0.2 -- 2015-07-15 Links in repeaters/stamps are now clickable Previously, url links were not clickable when rendered within a stamp. The proper annotation references are now added to the page object that the stamp is called, thereby generating a clickable link in the pdf. Because repeaters are built upon stamps, this fix should also solve issues with links inside of repeaters. (Jesse Doyle, #801, #498)
Diffstat (limited to 'print')
-rw-r--r--print/ruby-prawn/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/print/ruby-prawn/Makefile b/print/ruby-prawn/Makefile
index 436c887fc55..711c9a90b4c 100644
--- a/print/ruby-prawn/Makefile
+++ b/print/ruby-prawn/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.10 2015/06/08 16:05:45 taca Exp $
+# $NetBSD: Makefile,v 1.11 2015/09/13 15:11:06 taca Exp $
-DISTNAME= prawn-2.0.1
+DISTNAME= prawn-2.0.2
CATEGORIES= print
MAINTAINER= pkgsrc-users@NetBSD.org
@@ -8,7 +8,7 @@ HOMEPAGE= http://prawn.majesticseacreature.com/
COMMENT= Fast and nimble PDF generator for Ruby
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}-pdf-core>=0.6.0<0.7:../../print/ruby-pdf-core
DEPENDS+= ${RUBY_PKGPREFIX}-ttfunk>=1.4.0<1.5:../../fonts/ruby-ttfunk
RUBY_VERSION_SUPPORTED= 200 21 22