Date: Fri, 30 Dec 2016 19:22:35 +0000 (UTC) From: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r430051 - head/www/rubygem-addressable Message-ID: <201612301922.uBUJMZAl055422@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: sunpoet Date: Fri Dec 30 19:22:35 2016 New Revision: 430051 URL: https://svnweb.freebsd.org/changeset/ports/430051 Log: - Add missing RUN_DEPENDS - Bump PORTREVISION for dependency change Modified: head/www/rubygem-addressable/Makefile Modified: head/www/rubygem-addressable/Makefile ============================================================================== --- head/www/rubygem-addressable/Makefile Fri Dec 30 19:22:30 2016 (r430050) +++ head/www/rubygem-addressable/Makefile Fri Dec 30 19:22:35 2016 (r430051) @@ -3,6 +3,7 @@ PORTNAME= addressable PORTVERSION= 2.5.0 +PORTREVISION= 1 CATEGORIES= www devel rubygems MASTER_SITES= RG @@ -12,6 +13,8 @@ COMMENT= Replacement for the URI impleme LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE.txt +RUN_DEPENDS= rubygem-public_suffix>=2.0.2:dns/rubygem-public_suffix + NO_ARCH= yes USE_RUBY= yes USES= gem
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201612301922.uBUJMZAl055422>