svn commit: r387413 - head/graphics/rubygem-captcha

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Mon May 25 19:55:01 UTC 2015


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


More information about the svn-ports-head mailing list