svn commit: r387411 - in head/graphics/rubygem-ezprint: . files
Sunpoet Po-Chuan Hsieh
sunpoet at FreeBSD.org
Mon May 25 19:54:51 UTC 2015
Author: sunpoet
Date: Mon May 25 19:54:50 2015
New Revision: 387411
URL: https://svnweb.freebsd.org/changeset/ports/387411
Log:
- Add LICENSE
- Fix gemspec for rubygem-pdfkit
- Bump PORTREVISION for package change
Added:
head/graphics/rubygem-ezprint/files/
head/graphics/rubygem-ezprint/files/patch-gemspec (contents, props changed)
Modified:
head/graphics/rubygem-ezprint/Makefile
Modified: head/graphics/rubygem-ezprint/Makefile
==============================================================================
--- head/graphics/rubygem-ezprint/Makefile Mon May 25 19:54:45 2015 (r387410)
+++ head/graphics/rubygem-ezprint/Makefile Mon May 25 19:54:50 2015 (r387411)
@@ -3,13 +3,15 @@
PORTNAME= ezprint
PORTVERSION= 1.0.0
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= graphics rubygems
MASTER_SITES= RG
MAINTAINER= ruby at FreeBSD.org
COMMENT= Rails wrapper for the PDFKit library
+LICENSE= MIT
+
RUN_DEPENDS= rubygem-pdfkit>=0.5.0:${PORTSDIR}/graphics/rubygem-pdfkit
USE_RUBY= yes
Added: head/graphics/rubygem-ezprint/files/patch-gemspec
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/graphics/rubygem-ezprint/files/patch-gemspec Mon May 25 19:54:50 2015 (r387411)
@@ -0,0 +1,11 @@
+--- ezprint.gemspec.orig 2015-05-25 15:57:15 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>, ["~> 0.5.0"])
++ s.add_runtime_dependency(%q<pdfkit>, [">= 0.5.0"])
+ else
+ s.add_dependency(%q<pdfkit>, ["~> 0.5.0"])
+ end
More information about the svn-ports-all
mailing list