Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 24 May 2015 18:56:49 +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: r387304 - head/sysutils/rubygem-sys-cpu
Message-ID:  <201505241856.t4OIun2o068687@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Sun May 24 18:56:48 2015
New Revision: 387304
URL: https://svnweb.freebsd.org/changeset/ports/387304

Log:
  - Add LICENSE
  - Simplify COMMENT
  - Reformat pkg-descr
  - Update WWW

Modified:
  head/sysutils/rubygem-sys-cpu/Makefile
  head/sysutils/rubygem-sys-cpu/pkg-descr

Modified: head/sysutils/rubygem-sys-cpu/Makefile
==============================================================================
--- head/sysutils/rubygem-sys-cpu/Makefile	Sun May 24 18:56:43 2015	(r387303)
+++ head/sysutils/rubygem-sys-cpu/Makefile	Sun May 24 18:56:48 2015	(r387304)
@@ -7,12 +7,14 @@ CATEGORIES=	sysutils rubygems
 MASTER_SITES=	RG
 
 MAINTAINER=	ruby@FreeBSD.org
-COMMENT=	Provides an interface for getting information about the CPU
+COMMENT=	Interface for getting information about the CPU
+
+LICENSE=	ART20
 
 RUN_DEPENDS=	rubygem-ffi>=1.0.0:${PORTSDIR}/devel/rubygem-ffi
 
-USE_RUBY=		yes
-USE_RUBYGEMS=		yes
+USE_RUBY=	yes
+USE_RUBYGEMS=	yes
 RUBYGEM_AUTOPLIST=	yes
 
 .include <bsd.port.mk>

Modified: head/sysutils/rubygem-sys-cpu/pkg-descr
==============================================================================
--- head/sysutils/rubygem-sys-cpu/pkg-descr	Sun May 24 18:56:43 2015	(r387303)
+++ head/sysutils/rubygem-sys-cpu/pkg-descr	Sun May 24 18:56:48 2015	(r387304)
@@ -1,11 +1,9 @@
-The sys-cpu library provides an interface for gathering
-information about your system's CPU. This includes not
-only technical data such as processor type, but also
-CPU statistics, such as load average information.
+The sys-cpu library provides an interface for gathering information about your
+system's CPU. This includes not only technical data such as processor type, but
+also CPU statistics, such as load average information.
 
-It is part of a library of a set libraries for various
-system  administration tasks, such as gathering
-information about users, processes, your CPU, the
+It is part of a library of a set libraries for various system  administration
+tasks, such as gathering information about users, processes, your CPU, the
 filesystem, and so on.
 
-WWW: http://rubygems.org/gems/sys-cpu/
+WWW: https://github.com/djberg96/sys-cpu



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