summaryrefslogtreecommitdiff
path: root/print
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2015-11-21 06:33:04 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2015-11-21 06:33:04 +0000
commitb125b7693ebf0a6b86a169a1006a5a93d9a19ec0 (patch)
tree5fd9d37d991cbc360dc49a02fcbc6cc8f35f3a91 /print
parent- Update to 3.4.1 (diff)
- Update to 1.19.0
- Remove USES=dos2unix Changes: https://github.com/naitoh/rbpdf/blob/master/CHANGELOG
Notes
Notes: svn path=/head/; revision=402140
Diffstat (limited to 'print')
-rw-r--r--print/rubygem-rbpdf/Makefile6
-rw-r--r--print/rubygem-rbpdf/distinfo4
-rw-r--r--print/rubygem-rbpdf/files/patch-gemspec6
3 files changed, 8 insertions, 8 deletions
diff --git a/print/rubygem-rbpdf/Makefile b/print/rubygem-rbpdf/Makefile
index a0a256b9bba0..6f2c34ffe99f 100644
--- a/print/rubygem-rbpdf/Makefile
+++ b/print/rubygem-rbpdf/Makefile
@@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= rbpdf
-PORTVERSION= 1.18.7
+PORTVERSION= 1.19.0
CATEGORIES= print rubygems
MASTER_SITES= RG
@@ -12,12 +12,12 @@ COMMENT= Ruby library for creating ERB enabled PDF templates
LICENSE= LGPL21
LICENSE_FILE= ${WRKSRC}/LICENSE.TXT
-RUN_DEPENDS= rubygem-htmlentities>=4.3.1:${PORTSDIR}/textproc/rubygem-htmlentities
+RUN_DEPENDS= rubygem-htmlentities>=4.3.1:${PORTSDIR}/textproc/rubygem-htmlentities \
+ rubygem-rbpdf-font>=${PORTVERSION}:${PORTSDIR}/print/rubygem-rbpdf-font
NO_ARCH= yes
USE_RUBY= yes
USE_RUBYGEMS= yes
RUBYGEM_AUTOPLIST= yes
-USES= dos2unix
.include <bsd.port.mk>
diff --git a/print/rubygem-rbpdf/distinfo b/print/rubygem-rbpdf/distinfo
index 896f469eef8d..12b7a450072c 100644
--- a/print/rubygem-rbpdf/distinfo
+++ b/print/rubygem-rbpdf/distinfo
@@ -1,2 +1,2 @@
-SHA256 (rubygem/rbpdf-1.18.7.gem) = fd8f281229626c8d92104acdd9eafb1551b8cec8811bcb3253bdcb25b3eb8b6c
-SIZE (rubygem/rbpdf-1.18.7.gem) = 5764608
+SHA256 (rubygem/rbpdf-1.19.0.gem) = 6fb408bda05c81f27af4a73abd13a20de8b485a6b2752502645cf3d2cb9eb89c
+SIZE (rubygem/rbpdf-1.19.0.gem) = 291840
diff --git a/print/rubygem-rbpdf/files/patch-gemspec b/print/rubygem-rbpdf/files/patch-gemspec
index 38746dca2e63..3604ef839138 100644
--- a/print/rubygem-rbpdf/files/patch-gemspec
+++ b/print/rubygem-rbpdf/files/patch-gemspec
@@ -1,11 +1,11 @@
---- rbpdf.gemspec.orig 2015-11-06 04:28:26 UTC
+--- rbpdf.gemspec.orig 2015-11-21 06:06:51 UTC
+++ rbpdf.gemspec
-@@ -23,7 +23,7 @@ Gem::Specification.new do |s|
+@@ -24,7 +24,7 @@ Gem::Specification.new do |s|
s.specification_version = 4
if Gem::Version.new(Gem::VERSION) >= Gem::Version.new('1.2.0') then
- s.add_runtime_dependency(%q<htmlentities>, ["= 4.3.1"])
+ s.add_runtime_dependency(%q<htmlentities>, [">= 4.3.1"])
+ s.add_runtime_dependency(%q<rbpdf-font>, ["~> 1.19.0"])
s.add_development_dependency(%q<bundler>, ["~> 1.6"])
s.add_development_dependency(%q<rake>, [">= 0"])
- else