svn commit: r386002 - head/devel/rubygem-annoy

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sun May 10 20:18:07 UTC 2015


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 at 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


More information about the svn-ports-all mailing list