svn commit: r563053 - in head/devel/rubygem-azure-storage-common: . files

Matthias Fechner mfechner at FreeBSD.org
Wed Jan 27 12:37:52 UTC 2021


Author: mfechner
Date: Wed Jan 27 12:37:52 2021
New Revision: 563053
URL: https://svnweb.freebsd.org/changeset/ports/563053

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-common/files/
Modified:
  head/devel/rubygem-azure-storage-common/Makefile

Modified: head/devel/rubygem-azure-storage-common/Makefile
==============================================================================
--- head/devel/rubygem-azure-storage-common/Makefile	Wed Jan 27 12:36:59 2021	(r563052)
+++ head/devel/rubygem-azure-storage-common/Makefile	Wed Jan 27 12:37:52 2021	(r563053)
@@ -3,6 +3,7 @@
 
 PORTNAME=	azure-storage-common
 PORTVERSION=	2.0.2
+PORTREVISION=	1
 CATEGORIES=	devel rubygems
 MASTER_SITES=	RG
 
@@ -14,7 +15,7 @@ LICENSE=	MIT
 RUN_DEPENDS=	rubygem-faraday>=1.0<2:www/rubygem-faraday \
 		rubygem-faraday_middleware>=1.0.0<1.1:www/rubygem-faraday_middleware \
 		rubygem-net-http-persistent>=4.0<5:www/rubygem-net-http-persistent \
-		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-all mailing list