Date: Sat, 13 Jun 2015 13:51:41 +0000 (UTC) From: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r389365 - head/devel/rubygem-lockfile Message-ID: <201506131351.t5DDpfID048484@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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 <bsd.port.mk> 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201506131351.t5DDpfID048484>