From owner-svn-ports-head@FreeBSD.ORG Sun May 24 18:57:04 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id B77A6605; Sun, 24 May 2015 18:57:04 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 990D5159F; Sun, 24 May 2015 18:57:04 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t4OIv4qf069114; Sun, 24 May 2015 18:57:04 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t4OIv3Nx069105; Sun, 24 May 2015 18:57:03 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201505241857.t4OIv3Nx069105@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sun, 24 May 2015 18:57:03 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r387307 - head/sysutils/rubygem-sys-proctable X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 24 May 2015 18:57:04 -0000 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@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 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