Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 27 Jan 2021 12:36:59 +0000 (UTC)
From:      Matthias Fechner <mfechner@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r563052 - in head/devel/rubygem-azure-storage-blob: . files
Message-ID:  <202101271236.10RCaxLk058063@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: mfechner
Date: Wed Jan 27 12:36:59 2021
New Revision: 563052
URL: https://svnweb.freebsd.org/changeset/ports/563052

Log:
  Remove the patch as this is not required anymore with the security related update of textproc/rubygem-nokogiri.

Deleted:
  head/devel/rubygem-azure-storage-blob/files/
Modified:
  head/devel/rubygem-azure-storage-blob/Makefile

Modified: head/devel/rubygem-azure-storage-blob/Makefile
==============================================================================
--- head/devel/rubygem-azure-storage-blob/Makefile	Wed Jan 27 12:35:05 2021	(r563051)
+++ head/devel/rubygem-azure-storage-blob/Makefile	Wed Jan 27 12:36:59 2021	(r563052)
@@ -3,6 +3,7 @@
 
 PORTNAME=	azure-storage-blob
 PORTVERSION=	2.0.1
+PORTREVISION=	1
 CATEGORIES=	devel rubygems
 MASTER_SITES=	RG
 
@@ -12,7 +13,7 @@ COMMENT=	Microsoft Azure Storage Blob Client Library f
 LICENSE=	MIT
 
 RUN_DEPENDS=	rubygem-azure-storage-common>=2.0<3:devel/rubygem-azure-storage-common \
-		rubygem-nokogiri>=1.10.4<1.11:textproc/rubygem-nokogiri
+		rubygem-nokogiri>=1.11.0.rc2<1.12:textproc/rubygem-nokogiri
 
 USES=		gem
 USE_RUBY=	yes



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