svn commit: r563052 - in head/devel/rubygem-azure-storage-blob: . files

Matthias Fechner mfechner at FreeBSD.org
Wed Jan 27 12:36:59 UTC 2021


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


More information about the svn-ports-head mailing list