Date: Mon, 25 May 2015 19:54:51 +0000 (UTC) From: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r387411 - in head/graphics/rubygem-ezprint: . files Message-ID: <201505251954.t4PJsp9Q026102@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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@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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201505251954.t4PJsp9Q026102>