Date: Tue, 11 Jul 2017 16:59:25 +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: r445507 - head/devel/rubygem-protocol Message-ID: <201707111659.v6BGxPXn079930@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: sunpoet Date: Tue Jul 11 16:59:25 2017 New Revision: 445507 URL: https://svnweb.freebsd.org/changeset/ports/445507 Log: Add missing RUN_DEPENDS - Bump PORTREVISION for dependency change Modified: head/devel/rubygem-protocol/Makefile Modified: head/devel/rubygem-protocol/Makefile ============================================================================== --- head/devel/rubygem-protocol/Makefile Tue Jul 11 16:59:20 2017 (r445506) +++ head/devel/rubygem-protocol/Makefile Tue Jul 11 16:59:25 2017 (r445507) @@ -3,6 +3,7 @@ PORTNAME= protocol PORTVERSION= 1.0.1 +PORTREVISION= 1 CATEGORIES= devel rubygems MASTER_SITES= RG @@ -11,6 +12,8 @@ COMMENT= Method Protocols for Ruby Classes LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING + +RUN_DEPENDS= rubygem-ruby_parser>=3.0:devel/rubygem-ruby_parser NO_ARCH= yes USE_RUBY= yes
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201707111659.v6BGxPXn079930>