Date: Sun, 10 May 2015 20:18:06 +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: r386002 - head/devel/rubygem-annoy Message-ID: <201505102018.t4AKI6gu039088@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: sunpoet Date: Sun May 10 20:18:06 2015 New Revision: 386002 URL: https://svnweb.freebsd.org/changeset/ports/386002 Log: - Add LICENSE - Update RUN_DEPENDS Modified: head/devel/rubygem-annoy/Makefile Modified: head/devel/rubygem-annoy/Makefile ============================================================================== --- head/devel/rubygem-annoy/Makefile Sun May 10 20:18:01 2015 (r386001) +++ head/devel/rubygem-annoy/Makefile Sun May 10 20:18:06 2015 (r386002) @@ -9,7 +9,9 @@ MASTER_SITES= RG MAINTAINER= swills@FreeBSD.org COMMENT= Present the user with a simple question before a destructive action -RUN_DEPENDS= rubygem-highline>=1.4.0:${PORTSDIR}/devel/rubygem-highline +LICENSE= MIT + +RUN_DEPENDS= rubygem-highline>=1.5.0:${PORTSDIR}/devel/rubygem-highline USE_RUBY= yes USE_RUBYGEMS= yes
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201505102018.t4AKI6gu039088>