Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 13 Jun 2015 13:51:35 +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: r389364 - head/devel/rubygem-trollop
Message-ID:  <201506131351.t5DDpZUd048332@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@FreeBSD.org
+MAINTAINER=	sunpoet@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/



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