diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2015-06-13 21:51:40 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2015-06-13 21:51:40 +0800 |
commit | 6a8102689873b8f84f0c7c05bcfac392bff19997 (patch) | |
tree | 9e9e1cd59444a11ab278753956036ef2ac06c22c /devel | |
parent | 38dc038073124250faa465b030639e30e5741149 (diff) | |
download | freebsd-ports-gnome-6a8102689873b8f84f0c7c05bcfac392bff19997.tar.gz freebsd-ports-gnome-6a8102689873b8f84f0c7c05bcfac392bff19997.tar.zst freebsd-ports-gnome-6a8102689873b8f84f0c7c05bcfac392bff19997.zip |
- Update to 2.1.3
- Add NO_ARCH
- Remove USE_RAKE
- Reformat pkg-descr
- Take maintainership
Changes: https://github.com/ahoward/lockfile/commits/master
Diffstat (limited to 'devel')
-rw-r--r-- | devel/rubygem-lockfile/Makefile | 7 | ||||
-rw-r--r-- | devel/rubygem-lockfile/distinfo | 4 | ||||
-rw-r--r-- | devel/rubygem-lockfile/pkg-descr | 12 |
3 files changed, 12 insertions, 11 deletions
diff --git a/devel/rubygem-lockfile/Makefile b/devel/rubygem-lockfile/Makefile index 490025d3ea81..0f7092ba8b4e 100644 --- a/devel/rubygem-lockfile/Makefile +++ b/devel/rubygem-lockfile/Makefile @@ -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> diff --git a/devel/rubygem-lockfile/distinfo b/devel/rubygem-lockfile/distinfo index 9151376c49a6..3a92b988d871 100644 --- a/devel/rubygem-lockfile/distinfo +++ b/devel/rubygem-lockfile/distinfo @@ -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 diff --git a/devel/rubygem-lockfile/pkg-descr b/devel/rubygem-lockfile/pkg-descr index db898d7e60bc..d3a8012532b8 100644 --- a/devel/rubygem-lockfile/pkg-descr +++ b/devel/rubygem-lockfile/pkg-descr @@ -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 |