svn commit: r447425 - head/www/rubygem-addressable

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sat Aug 5 23:11:34 UTC 2017


Author: sunpoet
Date: Sat Aug  5 23:11:32 2017
New Revision: 447425
URL: https://svnweb.freebsd.org/changeset/ports/447425

Log:
  - Change RUN_DEPENDS from rubygem-public_suffix to rubygem-public_suffix2
  
  - Bump PORTREVISION for dependency change

Modified:
  head/www/rubygem-addressable/Makefile

Modified: head/www/rubygem-addressable/Makefile
==============================================================================
--- head/www/rubygem-addressable/Makefile	Sat Aug  5 23:11:28 2017	(r447424)
+++ head/www/rubygem-addressable/Makefile	Sat Aug  5 23:11:32 2017	(r447425)
@@ -3,6 +3,7 @@
 
 PORTNAME=	addressable
 PORTVERSION=	2.5.1
+PORTREVISION=	1
 CATEGORIES=	www devel rubygems
 MASTER_SITES=	RG
 
@@ -12,7 +13,7 @@ COMMENT=	Replacement for the URI implementation
 LICENSE=	APACHE20
 LICENSE_FILE=	${WRKSRC}/LICENSE.txt
 
-RUN_DEPENDS=	rubygem-public_suffix>=2.0.2:dns/rubygem-public_suffix
+RUN_DEPENDS=	rubygem-public_suffix2>=2.0.2:dns/rubygem-public_suffix2
 
 NO_ARCH=	yes
 USE_RUBY=	yes


More information about the svn-ports-head mailing list