Date: Sat, 23 May 2015 15:37:53 +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: r387159 - head/www/rubygem-merb-param-protection Message-ID: <201505231537.t4NFbrjl024972@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: sunpoet Date: Sat May 23 15:37:52 2015 New Revision: 387159 URL: https://svnweb.freebsd.org/changeset/ports/387159 Log: - Add LICENSE - Reformat pkg-descr - Remove WWW Modified: head/www/rubygem-merb-param-protection/Makefile head/www/rubygem-merb-param-protection/pkg-descr Modified: head/www/rubygem-merb-param-protection/Makefile ============================================================================== --- head/www/rubygem-merb-param-protection/Makefile Sat May 23 15:37:48 2015 (r387158) +++ head/www/rubygem-merb-param-protection/Makefile Sat May 23 15:37:52 2015 (r387159) @@ -9,10 +9,12 @@ MASTER_SITES= RG MAINTAINER= ruby@FreeBSD.org COMMENT= Merb plugin that helps protecting sensible parameters +LICENSE= MIT + RUN_DEPENDS= rubygem-merb-core>=1.1.3:${PORTSDIR}/www/rubygem-merb-core -USE_RUBY= yes -USE_RUBYGEMS= yes +USE_RUBY= yes +USE_RUBYGEMS= yes RUBYGEM_AUTOPLIST= yes .include <bsd.port.mk> Modified: head/www/rubygem-merb-param-protection/pkg-descr ============================================================================== --- head/www/rubygem-merb-param-protection/pkg-descr Sat May 23 15:37:48 2015 (r387158) +++ head/www/rubygem-merb-param-protection/pkg-descr Sat May 23 15:37:52 2015 (r387159) @@ -1,4 +1,3 @@ Merb is a web development framework for fast, simple, and powerful development. -merb-param-protection allows filtering request parameters in controllers and logs. - -WWW: http://www.merbivore.com/ +merb-param-protection allows filtering request parameters in controllers and +logs.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201505231537.t4NFbrjl024972>