svn commit: r563367 - in head/devel/rubygem-azure-storage-table: . files

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sat Jan 30 12:33:17 UTC 2021


Author: sunpoet
Date: Sat Jan 30 12:33:13 2021
New Revision: 563367
URL: https://svnweb.freebsd.org/changeset/ports/563367

Log:
  Fix build after r563063
  
  - Bump PORTREVISION for package change

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

Modified: head/devel/rubygem-azure-storage-table/Makefile
==============================================================================
--- head/devel/rubygem-azure-storage-table/Makefile	Sat Jan 30 12:33:07 2021	(r563366)
+++ head/devel/rubygem-azure-storage-table/Makefile	Sat Jan 30 12:33:13 2021	(r563367)
@@ -3,6 +3,7 @@
 
 PORTNAME=	azure-storage-table
 PORTVERSION=	2.0.2
+PORTREVISION=	1
 CATEGORIES=	devel rubygems
 MASTER_SITES=	RG
 
@@ -12,7 +13,7 @@ COMMENT=	Microsoft Azure Storage Table Client Library 
 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<1.12:textproc/rubygem-nokogiri
 
 USES=		gem
 USE_RUBY=	yes


More information about the svn-ports-all mailing list