aboutsummaryrefslogtreecommitdiff
path: root/sysutils/rubygem-sys-proctable
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2015-05-24 18:57:03 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2015-05-24 18:57:03 +0000
commitcb1e4490c0544f8d6929b55182e90a63ede3708a (patch)
treef00235cebeb6c4ff7d97c131d8e64c7aab7c5139 /sysutils/rubygem-sys-proctable
parenteb54a1a2d7896aa689317e217b546b6579e96f55 (diff)
downloadports-cb1e4490c0544f8d6929b55182e90a63ede3708a.tar.gz
ports-cb1e4490c0544f8d6929b55182e90a63ede3708a.zip
- 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
Notes
Notes: svn path=/head/; revision=387307
Diffstat (limited to 'sysutils/rubygem-sys-proctable')
-rw-r--r--sysutils/rubygem-sys-proctable/Makefile14
-rw-r--r--sysutils/rubygem-sys-proctable/distinfo4
-rw-r--r--sysutils/rubygem-sys-proctable/pkg-descr11
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 <bsd.port.mk>
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