Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 25 May 2015 19:55:01 +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: r387413 - head/graphics/rubygem-captcha
Message-ID:  <201505251955.t4PJt13B026419@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Mon May 25 19:55:00 2015
New Revision: 387413
URL: https://svnweb.freebsd.org/changeset/ports/387413

Log:
  - Add LICENSE
  - Remove BUILD_DEPENDS
  - Update RUN_DEPENDS

Modified:
  head/graphics/rubygem-captcha/Makefile

Modified: head/graphics/rubygem-captcha/Makefile
==============================================================================
--- head/graphics/rubygem-captcha/Makefile	Mon May 25 19:54:55 2015	(r387412)
+++ head/graphics/rubygem-captcha/Makefile	Mon May 25 19:55:00 2015	(r387413)
@@ -9,8 +9,9 @@ MASTER_SITES=	RG
 MAINTAINER=	ruby@FreeBSD.org
 COMMENT=	Simple CAPTCHA written in Ruby
 
-BUILD_DEPENDS=	rubygem-rmagick>=1.0:${PORTSDIR}/graphics/rubygem-rmagick
-RUN_DEPENDS:=	${BUILD_DEPENDS}
+LICENSE=	MIT
+
+RUN_DEPENDS=	rubygem-rmagick>=2.9.2:${PORTSDIR}/graphics/rubygem-rmagick
 
 USE_RUBY=	yes
 USE_RUBYGEMS=	yes



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201505251955.t4PJt13B026419>