diff --git a/devel/p5-IPC-Locker/Makefile b/devel/p5-IPC-Locker/Makefile index 2debd5346e4e..4d03a4886f4d 100644 --- a/devel/p5-IPC-Locker/Makefile +++ b/devel/p5-IPC-Locker/Makefile @@ -1,20 +1,20 @@ # Created by: Anton Berezin PORTNAME= IPC-Locker -PORTVERSION= 1.500 +PORTVERSION= 1.502 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Provide a server for locks and clients to access that server LICENSE= ART10 GPLv1+ LICENSE_COMB= dual USES= perl5 USE_PERL5= configure NO_ARCH= yes .include diff --git a/devel/p5-IPC-Locker/distinfo b/devel/p5-IPC-Locker/distinfo index 621d368a34b2..661708b27459 100644 --- a/devel/p5-IPC-Locker/distinfo +++ b/devel/p5-IPC-Locker/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1572266788 -SHA256 (IPC-Locker-1.500.tar.gz) = fef4c1d7cf3920c72b979e8d6d1a1ade84b1ced0bdac2cffe8c8b70725680142 -SIZE (IPC-Locker-1.500.tar.gz) = 34801 +TIMESTAMP = 1654708454 +SHA256 (IPC-Locker-1.502.tar.gz) = 384abf1e147f5f428234e60b3827ec16135779b0fcc246441de5b57f68386989 +SIZE (IPC-Locker-1.502.tar.gz) = 35281 diff --git a/devel/p5-IPC-Locker/pkg-descr b/devel/p5-IPC-Locker/pkg-descr index 24042009ee7f..1a1eef645583 100644 --- a/devel/p5-IPC-Locker/pkg-descr +++ b/devel/p5-IPC-Locker/pkg-descr @@ -1,6 +1,6 @@ -This package provides a server for locks and a package for clients to -access that server. The result is that clients can access named locks -on a Internet wide bases, solving critical section problems without the -mess of NFS or other file locking techniques. +This package provides a server for locks and a package for clients to access +that server. The result is that clients can access named locks on a Internet +wide bases, solving critical section problems without the mess of NFS or other +file locking techniques. WWW: https://metacpan.org/release/IPC-Locker