From owner-svn-ports-all@freebsd.org Sun Jan 17 13:23:12 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id F3ACBA85938; Sun, 17 Jan 2016 13:23:11 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 68B161115; Sun, 17 Jan 2016 13:23:11 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u0HDNA6X018962; Sun, 17 Jan 2016 13:23:10 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u0HDNAhE018959; Sun, 17 Jan 2016 13:23:10 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201601171323.u0HDNAhE018959@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sun, 17 Jan 2016 13:23:10 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r406452 - in head/textproc/rubygem-html-pipeline-gitlab: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 17 Jan 2016 13:23:12 -0000 Author: sunpoet Date: Sun Jan 17 13:23:10 2016 New Revision: 406452 URL: https://svnweb.freebsd.org/changeset/ports/406452 Log: - Rename gemspec patch to patch-gemspec Sponsored by: PortsCamp Taiwan Added: head/textproc/rubygem-html-pipeline-gitlab/files/patch-gemspec - copied unchanged from r406451, head/textproc/rubygem-html-pipeline-gitlab/files/patch-html-pipeline-gitlab.gemspec Deleted: head/textproc/rubygem-html-pipeline-gitlab/files/patch-html-pipeline-gitlab.gemspec Modified: head/textproc/rubygem-html-pipeline-gitlab/Makefile Modified: head/textproc/rubygem-html-pipeline-gitlab/Makefile ============================================================================== --- head/textproc/rubygem-html-pipeline-gitlab/Makefile Sun Jan 17 13:23:05 2016 (r406451) +++ head/textproc/rubygem-html-pipeline-gitlab/Makefile Sun Jan 17 13:23:10 2016 (r406452) @@ -12,9 +12,9 @@ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE RUN_DEPENDS= rubygem-actionpack4>=4:${PORTSDIR}/www/rubygem-actionpack4 \ - rubygem-gitlab_emoji>=0.1.0:${PORTSDIR}/graphics/rubygem-gitlab_emoji \ + rubygem-gitlab_emoji>=0.1:${PORTSDIR}/graphics/rubygem-gitlab_emoji \ rubygem-html-pipeline>=1.11.0:${PORTSDIR}/textproc/rubygem-html-pipeline \ - rubygem-mime-types>0:${PORTSDIR}/misc/rubygem-mime-types \ + rubygem-mime-types>=0:${PORTSDIR}/misc/rubygem-mime-types \ rubygem-sanitize>=2.1:${PORTSDIR}/textproc/rubygem-sanitize NO_ARCH= yes Copied: head/textproc/rubygem-html-pipeline-gitlab/files/patch-gemspec (from r406451, head/textproc/rubygem-html-pipeline-gitlab/files/patch-html-pipeline-gitlab.gemspec) ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/textproc/rubygem-html-pipeline-gitlab/files/patch-gemspec Sun Jan 17 13:23:10 2016 (r406452, copy of r406451, head/textproc/rubygem-html-pipeline-gitlab/files/patch-html-pipeline-gitlab.gemspec) @@ -0,0 +1,14 @@ +--- html-pipeline-gitlab.gemspec.orig 2015-10-29 21:00:29 UTC ++++ html-pipeline-gitlab.gemspec +@@ -25,9 +25,9 @@ Gem::Specification.new do |s| + s.add_development_dependency(%q, ["~> 1.6"]) + s.add_development_dependency(%q, ["~> 10.0"]) + s.add_development_dependency(%q, ["~> 0.9"]) +- s.add_runtime_dependency(%q, ["~> 1.11.0"]) ++ s.add_runtime_dependency(%q, [">= 1.11.0"]) + s.add_runtime_dependency(%q, ["~> 0.1"]) +- s.add_runtime_dependency(%q, ["~> 2.1"]) ++ s.add_runtime_dependency(%q, [">= 2.1"]) + s.add_runtime_dependency(%q, ["~> 4"]) + s.add_runtime_dependency(%q, [">= 0"]) + else