svn commit: r387159 - head/www/rubygem-merb-param-protection

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sat May 23 15:37:54 UTC 2015


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


More information about the svn-ports-all mailing list