From cb1e4490c0544f8d6929b55182e90a63ede3708a Mon Sep 17 00:00:00 2001 From: Sunpoet Po-Chuan Hsieh Date: Sun, 24 May 2015 18:57:03 +0000 Subject: [PATCH] - Update to 0.9.8 (0.9.8-universal-freebsd) - Add LICENSE - Reformat pkg-descr - Update WWW Changes: https://github.com/djberg96/sys-proctable/blob/master/CHANGES --- sysutils/rubygem-sys-proctable/Makefile | 14 ++++++++------ sysutils/rubygem-sys-proctable/distinfo | 4 ++-- sysutils/rubygem-sys-proctable/pkg-descr | 11 +++++------ 3 files changed, 15 insertions(+), 14 deletions(-) diff --git a/sysutils/rubygem-sys-proctable/Makefile b/sysutils/rubygem-sys-proctable/Makefile index 47f33aee5cc2..0bab9f28d7d1 100644 --- a/sysutils/rubygem-sys-proctable/Makefile +++ b/sysutils/rubygem-sys-proctable/Makefile @@ -2,19 +2,21 @@ # $FreeBSD$ PORTNAME= sys-proctable -PORTVERSION= 0.9.0 +PORTVERSION= 0.9.8 +DISTVERSIONSUFFIX= -universal-freebsd CATEGORIES= sysutils rubygems MASTER_SITES= RG -DISTNAME= ${PORTNAME}-${PORTVERSION}-x86-freebsd-7 -EXTRACT_SUFX= # none MAINTAINER= ruby@FreeBSD.org COMMENT= Ruby interface for getting process information -GEM_NAME= ${PORTNAME}-${PORTVERSION}-x86-freebsd-7 +LICENSE= ART20 -USE_RUBY= yes -USE_RUBYGEMS= yes +RUN_DEPENDS= rubygem-ffi>=0:${PORTSDIR}/devel/rubygem-ffi + +GEM_NAME= ${PORTNAME}-${PORTVERSION}${DISTVERSIONSUFFIX} +USE_RUBY= yes +USE_RUBYGEMS= yes RUBYGEM_AUTOPLIST= yes .include diff --git a/sysutils/rubygem-sys-proctable/distinfo b/sysutils/rubygem-sys-proctable/distinfo index a4424855418b..4754dce5d494 100644 --- a/sysutils/rubygem-sys-proctable/distinfo +++ b/sysutils/rubygem-sys-proctable/distinfo @@ -1,2 +1,2 @@ -SHA256 (rubygem/sys-proctable-0.9.0-x86-freebsd-7.gem) = 441f8174836e2bdb2124546de6f2a02b4c50ed4d26f3cf9bcf4854ea7054b4e4 -SIZE (rubygem/sys-proctable-0.9.0-x86-freebsd-7.gem) = 17408 +SHA256 (rubygem/sys-proctable-0.9.8-universal-freebsd.gem) = e711236a4b4270607898e2169230af8a52c145b0482059d65a4fdb48b165341c +SIZE (rubygem/sys-proctable-0.9.8-universal-freebsd.gem) = 19456 diff --git a/sysutils/rubygem-sys-proctable/pkg-descr b/sysutils/rubygem-sys-proctable/pkg-descr index e1a80ec565f1..7735218c5f68 100644 --- a/sysutils/rubygem-sys-proctable/pkg-descr +++ b/sysutils/rubygem-sys-proctable/pkg-descr @@ -1,7 +1,6 @@ -The sys-proctable library provides an interface for gathering -information about processes on your system, i.e. the process table. -Most major platforms are supported and, while different platforms -may return different information, the external interface is identical -across platforms. +The sys-proctable library provides an interface for gathering information about +processes on your system, i.e. the process table. Most major platforms are +supported and, while different platforms may return different information, the +external interface is identical across platforms. -WWW: http://rubygems.org/gems/sys-proctable/ +WWW: https://github.com/djberg96/sys-proctable