svn commit: r445507 - head/devel/rubygem-protocol

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Tue Jul 11 16:59:26 UTC 2017


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


More information about the svn-ports-all mailing list