Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 29 Oct 2015 21:15:49 +0000 (UTC)
From:      Michael Moll <mmoll@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r400479 - in head/textproc: rubygem-html-pipeline rubygem-html-pipeline-gitlab/files
Message-ID:  <201510292115.t9TLFnDV042602@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: mmoll
Date: Thu Oct 29 21:15:49 2015
New Revision: 400479
URL: https://svnweb.freebsd.org/changeset/ports/400479

Log:
  textproc/rubygem-html-pipeline: update to 2.2.2

Modified:
  head/textproc/rubygem-html-pipeline-gitlab/files/patch-html-pipeline-gitlab.gemspec
  head/textproc/rubygem-html-pipeline/Makefile
  head/textproc/rubygem-html-pipeline/distinfo

Modified: head/textproc/rubygem-html-pipeline-gitlab/files/patch-html-pipeline-gitlab.gemspec
==============================================================================
--- head/textproc/rubygem-html-pipeline-gitlab/files/patch-html-pipeline-gitlab.gemspec	Thu Oct 29 20:55:31 2015	(r400478)
+++ head/textproc/rubygem-html-pipeline-gitlab/files/patch-html-pipeline-gitlab.gemspec	Thu Oct 29 21:15:49 2015	(r400479)
@@ -1,8 +1,11 @@
---- html-pipeline-gitlab.gemspec.orig	2015-05-12 18:41:42 UTC
+--- html-pipeline-gitlab.gemspec.orig	2015-10-29 21:00:29 UTC
 +++ html-pipeline-gitlab.gemspec
-@@ -27,7 +27,7 @@ Gem::Specification.new do |s|
+@@ -25,9 +25,9 @@ Gem::Specification.new do |s|
+       s.add_development_dependency(%q<bundler>, ["~> 1.6"])
+       s.add_development_dependency(%q<rake>, ["~> 10.0"])
        s.add_development_dependency(%q<pry>, ["~> 0.9"])
-       s.add_runtime_dependency(%q<html-pipeline>, ["~> 1.11.0"])
+-      s.add_runtime_dependency(%q<html-pipeline>, ["~> 1.11.0"])
++      s.add_runtime_dependency(%q<html-pipeline>, [">= 1.11.0"])
        s.add_runtime_dependency(%q<gitlab_emoji>, ["~> 0.1"])
 -      s.add_runtime_dependency(%q<sanitize>, ["~> 2.1"])
 +      s.add_runtime_dependency(%q<sanitize>, [">= 2.1"])

Modified: head/textproc/rubygem-html-pipeline/Makefile
==============================================================================
--- head/textproc/rubygem-html-pipeline/Makefile	Thu Oct 29 20:55:31 2015	(r400478)
+++ head/textproc/rubygem-html-pipeline/Makefile	Thu Oct 29 21:15:49 2015	(r400479)
@@ -1,7 +1,7 @@
 # $FreeBSD$
 
 PORTNAME=	html-pipeline
-PORTVERSION=	1.11.0
+PORTVERSION=	2.2.2
 CATEGORIES=	textproc rubygems
 MASTER_SITES=	RG
 
@@ -14,6 +14,8 @@ LICENSE_FILE=	${WRKSRC}/LICENSE
 RUN_DEPENDS=	rubygem-activesupport>=2:${PORTSDIR}/devel/rubygem-activesupport \
 		rubygem-nokogiri>=1.4:${PORTSDIR}/textproc/rubygem-nokogiri
 
+NO_ARCH=	yes
+
 USE_RUBY=	yes
 USE_RUBYGEMS=	yes
 RUBYGEM_AUTOPLIST=	yes

Modified: head/textproc/rubygem-html-pipeline/distinfo
==============================================================================
--- head/textproc/rubygem-html-pipeline/distinfo	Thu Oct 29 20:55:31 2015	(r400478)
+++ head/textproc/rubygem-html-pipeline/distinfo	Thu Oct 29 21:15:49 2015	(r400479)
@@ -1,2 +1,2 @@
-SHA256 (rubygem/html-pipeline-1.11.0.gem) = 3461d1f709ef4812f11cc9789bdebb801813ba726e5544df3aad6c62336d93f9
-SIZE (rubygem/html-pipeline-1.11.0.gem) = 33792
+SHA256 (rubygem/html-pipeline-2.2.2.gem) = 2015691b8fb57fcfb3eda56a02f90124365820020076939b326aa8bd53eb1d73
+SIZE (rubygem/html-pipeline-2.2.2.gem) = 36864



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201510292115.t9TLFnDV042602>