From owner-svn-ports-head@FreeBSD.ORG Sat Jun 13 13:51:42 2015 Return-Path: Delivered-To: svn-ports-head@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 1372B6A3; Sat, 13 Jun 2015 13:51:42 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) 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 EAECC988; Sat, 13 Jun 2015 13:51:41 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t5DDpfed048488; Sat, 13 Jun 2015 13:51:41 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t5DDpfID048484; Sat, 13 Jun 2015 13:51:41 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201506131351.t5DDpfID048484@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sat, 13 Jun 2015 13:51:41 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r389365 - head/devel/rubygem-lockfile 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: Sat, 13 Jun 2015 13:51:42 -0000 Author: sunpoet Date: Sat Jun 13 13:51:40 2015 New Revision: 389365 URL: https://svnweb.freebsd.org/changeset/ports/389365 Log: - Update to 2.1.3 - Add NO_ARCH - Remove USE_RAKE - Reformat pkg-descr - Take maintainership Changes: https://github.com/ahoward/lockfile/commits/master Modified: head/devel/rubygem-lockfile/Makefile head/devel/rubygem-lockfile/distinfo head/devel/rubygem-lockfile/pkg-descr Modified: head/devel/rubygem-lockfile/Makefile ============================================================================== --- head/devel/rubygem-lockfile/Makefile Sat Jun 13 13:51:35 2015 (r389364) +++ head/devel/rubygem-lockfile/Makefile Sat Jun 13 13:51:40 2015 (r389365) @@ -2,19 +2,20 @@ # $FreeBSD$ PORTNAME= lockfile -PORTVERSION= 2.1.0 +PORTVERSION= 2.1.3 CATEGORIES= devel rubygems MASTER_SITES= RG -MAINTAINER= ports@FreeBSD.org +MAINTAINER= sunpoet@FreeBSD.org COMMENT= Ruby library for creating NFS safe lockfiles LICENSE= RUBY +NO_ARCH= yes USE_RUBY= yes USE_RUBYGEMS= yes -USE_RAKE= yes RUBYGEM_AUTOPLIST= yes + PLIST_FILES= bin/rlock .include Modified: head/devel/rubygem-lockfile/distinfo ============================================================================== --- head/devel/rubygem-lockfile/distinfo Sat Jun 13 13:51:35 2015 (r389364) +++ head/devel/rubygem-lockfile/distinfo Sat Jun 13 13:51:40 2015 (r389365) @@ -1,2 +1,2 @@ -SHA256 (rubygem/lockfile-2.1.0.gem) = 0ee241d791b99c8b47f81812241b3881ad2f85db4ab155fcc167650666fad7f9 -SIZE (rubygem/lockfile-2.1.0.gem) = 23040 +SHA256 (rubygem/lockfile-2.1.3.gem) = 39cbf399299f140706481370292d941c70e34e98208a78f3739b7aee651c3236 +SIZE (rubygem/lockfile-2.1.3.gem) = 24064 Modified: head/devel/rubygem-lockfile/pkg-descr ============================================================================== --- head/devel/rubygem-lockfile/pkg-descr Sat Jun 13 13:51:35 2015 (r389364) +++ head/devel/rubygem-lockfile/pkg-descr Sat Jun 13 13:51:40 2015 (r389365) @@ -1,8 +1,8 @@ -rlock creates NFS safe lockfiles. it can optionally run a program while -holding the lock, ensuring lockfile removal on program exit. if a program -is specified to be run rlock will spawn a background thread to kept the -lockfile 'fresh' by touching it at a regular interval. in this way a lease -is maintained on the lockfile and other processes attempting to obtain the -lock can determine that it is in use. +rlock creates NFS safe lockfiles. it can optionally run a program while holding +the lock, ensuring lockfile removal on program exit. if a program is specified +to be run rlock will spawn a background thread to kept the lockfile 'fresh' by +touching it at a regular interval. in this way a lease is maintained on the +lockfile and other processes attempting to obtain the lock can determine that it +is in use. WWW: https://github.com/ahoward/lockfile