svn commit: r338316 - head/devel/rubygem-popen4
Sunpoet Po-Chuan Hsieh
sunpoet at FreeBSD.org
Tue Dec 31 14:30:57 UTC 2013
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 at 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
More information about the svn-ports-all
mailing list