svn commit: r387307 - head/sysutils/rubygem-sys-proctable

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sun May 24 18:57:04 UTC 2015


Author: sunpoet
Date: Sun May 24 18:57:03 2015
New Revision: 387307
URL: https://svnweb.freebsd.org/changeset/ports/387307

Log:
  - 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

Modified:
  head/sysutils/rubygem-sys-proctable/Makefile
  head/sysutils/rubygem-sys-proctable/distinfo
  head/sysutils/rubygem-sys-proctable/pkg-descr

Modified: head/sysutils/rubygem-sys-proctable/Makefile
==============================================================================
--- head/sysutils/rubygem-sys-proctable/Makefile	Sun May 24 18:56:58 2015	(r387306)
+++ head/sysutils/rubygem-sys-proctable/Makefile	Sun May 24 18:57:03 2015	(r387307)
@@ -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 at 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>

Modified: head/sysutils/rubygem-sys-proctable/distinfo
==============================================================================
--- head/sysutils/rubygem-sys-proctable/distinfo	Sun May 24 18:56:58 2015	(r387306)
+++ head/sysutils/rubygem-sys-proctable/distinfo	Sun May 24 18:57:03 2015	(r387307)
@@ -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

Modified: head/sysutils/rubygem-sys-proctable/pkg-descr
==============================================================================
--- head/sysutils/rubygem-sys-proctable/pkg-descr	Sun May 24 18:56:58 2015	(r387306)
+++ head/sysutils/rubygem-sys-proctable/pkg-descr	Sun May 24 18:57:03 2015	(r387307)
@@ -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


More information about the svn-ports-all mailing list