Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 31 Dec 2013 14:30:56 +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: r338316 - head/devel/rubygem-popen4
Message-ID:  <201312311430.rBVEUu7c032127@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Tue Dec 31 14:30:56 2013
New Revision: 338316
URL: http://svnweb.freebsd.org/changeset/ports/338316

Log:
  - Remove leading indefinite article from COMMENT
  - Add LICENSE
  - Add RG link to pkg-descr

Modified:
  head/devel/rubygem-popen4/Makefile
  head/devel/rubygem-popen4/pkg-descr   (contents, props changed)

Modified: head/devel/rubygem-popen4/Makefile
==============================================================================
--- head/devel/rubygem-popen4/Makefile	Tue Dec 31 14:30:51 2013	(r338315)
+++ head/devel/rubygem-popen4/Makefile	Tue Dec 31 14:30:56 2013	(r338316)
@@ -8,7 +8,10 @@ MASTER_SITES=	RG
 DISTNAME=	${GEM_NAME}
 
 MAINTAINER=	ruby@FreeBSD.org
-COMMENT=	A cross platform API for managing child processes
+COMMENT=	Cross platform API for managing child processes
+
+LICENSE=	GPLv2 RUBY
+LICENSE_COMB=	dual
 
 RUN_DEPENDS=	rubygem-open4>=0.4.0:${PORTSDIR}/devel/rubygem-open4 \
 		rubygem-platform>=0.4.0:${PORTSDIR}/devel/rubygem-platform

Modified: head/devel/rubygem-popen4/pkg-descr
==============================================================================
--- head/devel/rubygem-popen4/pkg-descr	Tue Dec 31 14:30:51 2013	(r338315)
+++ head/devel/rubygem-popen4/pkg-descr	Tue Dec 31 14:30:56 2013	(r338316)
@@ -3,3 +3,4 @@ executing a command in a child process w
 stderr, stdin streams as well as access to the process ID and exit status.
 
 WWW: https://github.com/shairontoledo/popen4
+RG:  https://rubygems.org/gems/POpen4



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