aboutsummaryrefslogtreecommitdiff
path: root/graphics/rubygem-ezprint
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2017-01-04 15:02:58 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2017-01-04 15:02:58 +0000
commit9a7e16cb59ccc5db5e758ec448f312c64e4cabc8 (patch)
tree3f94954c59ded35762ec5c692c158a164113cef9 /graphics/rubygem-ezprint
parent9b2df8864232c2d7d3329dedc740c7d42a7900a1 (diff)
downloadports-9a7e16cb59ccc5db5e758ec448f312c64e4cabc8.tar.gz
ports-9a7e16cb59ccc5db5e758ec448f312c64e4cabc8.zip
Update to 1.0.1
Notes
Notes: svn path=/head/; revision=430566
Diffstat (limited to 'graphics/rubygem-ezprint')
-rw-r--r--graphics/rubygem-ezprint/Makefile7
-rw-r--r--graphics/rubygem-ezprint/distinfo5
-rw-r--r--graphics/rubygem-ezprint/files/patch-gemspec11
3 files changed, 6 insertions, 17 deletions
diff --git a/graphics/rubygem-ezprint/Makefile b/graphics/rubygem-ezprint/Makefile
index 766111faeaa1..b393ae69ecc6 100644
--- a/graphics/rubygem-ezprint/Makefile
+++ b/graphics/rubygem-ezprint/Makefile
@@ -2,8 +2,7 @@
# $FreeBSD$
PORTNAME= ezprint
-PORTVERSION= 1.0.0
-PORTREVISION= 2
+PORTVERSION= 1.0.1
CATEGORIES= graphics rubygems
MASTER_SITES= RG
@@ -11,11 +10,11 @@ MAINTAINER= ruby@FreeBSD.org
COMMENT= Rails wrapper for the PDFKit library
LICENSE= MIT
+LICENSE_FILE= ${WRKSRC}/MIT-LICENSE
-RUN_DEPENDS= rubygem-pdfkit>=0.5.0:graphics/rubygem-pdfkit
+RUN_DEPENDS= rubygem-pdfkit>=0.8.0:graphics/rubygem-pdfkit
NO_ARCH= yes
-
USE_RUBY= yes
USES= gem
diff --git a/graphics/rubygem-ezprint/distinfo b/graphics/rubygem-ezprint/distinfo
index 1ecb7358b7c8..5d02104d9165 100644
--- a/graphics/rubygem-ezprint/distinfo
+++ b/graphics/rubygem-ezprint/distinfo
@@ -1,2 +1,3 @@
-SHA256 (rubygem/ezprint-1.0.0.gem) = 37dcb7233086fc636a8f8540c1c866965f9c9a88638a506ee18d86531d9f9215
-SIZE (rubygem/ezprint-1.0.0.gem) = 7680
+TIMESTAMP = 1483530029
+SHA256 (rubygem/ezprint-1.0.1.gem) = d6fd511bc59ba101e2dfb64a265fa7b0589d5b8c8dcc37106c5a5ad8462d3fd3
+SIZE (rubygem/ezprint-1.0.1.gem) = 8704
diff --git a/graphics/rubygem-ezprint/files/patch-gemspec b/graphics/rubygem-ezprint/files/patch-gemspec
deleted file mode 100644
index e748d214ca06..000000000000
--- a/graphics/rubygem-ezprint/files/patch-gemspec
+++ /dev/null
@@ -1,11 +0,0 @@
---- ezprint.gemspec.orig 2016-03-31 20:25:21 UTC
-+++ ezprint.gemspec
-@@ -21,7 +21,7 @@ Gem::Specification.new do |s|
- s.specification_version = 3
-
- if Gem::Version.new(Gem::VERSION) >= Gem::Version.new('1.2.0') then
-- s.add_runtime_dependency(%q<pdfkit>.freeze, ["~> 0.5.0"])
-+ s.add_runtime_dependency(%q<pdfkit>.freeze, [">= 0.5.0"])
- else
- s.add_dependency(%q<pdfkit>.freeze, ["~> 0.5.0"])
- end