svn commit: r389364 - head/devel/rubygem-trollop

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sat Jun 13 13:51:36 UTC 2015


Author: sunpoet
Date: Sat Jun 13 13:51:35 2015
New Revision: 389364
URL: https://svnweb.freebsd.org/changeset/ports/389364

Log:
  - Add LICENSE
  - Add NO_ARCH
  - Remove USE_RAKE
  - Reformat pkg-descr
  - Update WWW
  - Take maintainership

Modified:
  head/devel/rubygem-trollop/Makefile
  head/devel/rubygem-trollop/pkg-descr

Modified: head/devel/rubygem-trollop/Makefile
==============================================================================
--- head/devel/rubygem-trollop/Makefile	Sat Jun 13 13:51:28 2015	(r389363)
+++ head/devel/rubygem-trollop/Makefile	Sat Jun 13 13:51:35 2015	(r389364)
@@ -6,12 +6,14 @@ PORTVERSION=	1.16.2
 CATEGORIES=	devel rubygems
 MASTER_SITES=	RG
 
-MAINTAINER=	ports at FreeBSD.org
+MAINTAINER=	sunpoet at FreeBSD.org
 COMMENT=	Commandline option parser for Ruby that gets out of your way
 
+LICENSE=	MIT
+
+NO_ARCH=	yes
 USE_RUBY=	yes
 USE_RUBYGEMS=	yes
-USE_RAKE=	yes
 RUBYGEM_AUTOPLIST=	yes
 
 .include <bsd.port.mk>

Modified: head/devel/rubygem-trollop/pkg-descr
==============================================================================
--- head/devel/rubygem-trollop/pkg-descr	Sat Jun 13 13:51:28 2015	(r389363)
+++ head/devel/rubygem-trollop/pkg-descr	Sat Jun 13 13:51:35 2015	(r389364)
@@ -1,7 +1,7 @@
-Trollop is a commandline option parser for Ruby that gets out of your way.
-One line of code per option is all you need to write. For that, you get a
-nice automatically-generated help page (fit to your screen size!), robust
-option parsing, command subcompletion, and sensible defaults for everything
-you don't specify.
+Trollop is a commandline option parser for Ruby that gets out of your way.  One
+line of code per option is all you need to write. For that, you get a nice
+automatically-generated help page (fit to your screen size!), robust option
+parsing, command subcompletion, and sensible defaults for everything you don't
+specify.
 
-WWW: http://rubygems.org/gems/trollop/
+WWW: http://manageiq.github.io/trollop/


More information about the svn-ports-all mailing list