diff options
author | adam <adam> | 2011-08-13 08:20:29 +0000 |
---|---|---|
committer | adam <adam> | 2011-08-13 08:20:29 +0000 |
commit | ac6e0df733097e43a079816e60dcbc237c379755 (patch) | |
tree | aeeb718013508e933fb29961590c8e506fdbe05d /devel/p5-File-NFSLock | |
parent | dad83568e49b31641787f142e3b7f8ed9df99722 (diff) | |
download | pkgsrc-ac6e0df733097e43a079816e60dcbc237c379755.tar.gz |
Changes 1.21:
* Various patches by Chorny at cpan dot org and fREW frioux at gmail dot com:
* Windows NTFS compatibility fixes.
* Allow PID to be negative.
* Lexically scope temp file handles to reduce changes of memory leak and
avoid unintentional glob clobberation.
* Security fix: 3 arg open().
* Repair test suites logics.
* Fixed infinite freezing on Strawberry Perl v5.10.0.
* Fixed infinite freezing on ActiveState Perl v5.12.1.
* Sorry for the past 8 years of suffering.
Diffstat (limited to 'devel/p5-File-NFSLock')
-rw-r--r-- | devel/p5-File-NFSLock/Makefile | 8 | ||||
-rw-r--r-- | devel/p5-File-NFSLock/distinfo | 8 |
2 files changed, 8 insertions, 8 deletions
diff --git a/devel/p5-File-NFSLock/Makefile b/devel/p5-File-NFSLock/Makefile index 1a89c31e502..76c7ef241e2 100644 --- a/devel/p5-File-NFSLock/Makefile +++ b/devel/p5-File-NFSLock/Makefile @@ -1,14 +1,14 @@ -# $NetBSD: Makefile,v 1.4 2010/08/21 16:33:44 seb Exp $ -# +# $NetBSD: Makefile,v 1.5 2011/08/13 08:20:29 adam Exp $ -DISTNAME= File-NFSLock-1.20 +DISTNAME= File-NFSLock-1.21 PKGNAME= p5-${DISTNAME} -PKGREVISION= 2 CATEGORIES= devel perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=File/} MAINTAINER= pkgsrc-users@NetBSD.org +HOMEPAGE= http://search.cpan.org/dist/File-NFSLock/ COMMENT= NFS (or not) locking +LICENSE= gnu-gpl-v2 OR artistic PKG_INSTALLATION_TYPES= overwrite pkgviews PKG_DESTDIR_SUPPORT= user-destdir diff --git a/devel/p5-File-NFSLock/distinfo b/devel/p5-File-NFSLock/distinfo index 772dbdc3a5a..e12e22415c2 100644 --- a/devel/p5-File-NFSLock/distinfo +++ b/devel/p5-File-NFSLock/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.1.1.1 2007/02/06 18:48:59 abs Exp $ +$NetBSD: distinfo,v 1.2 2011/08/13 08:20:29 adam Exp $ -SHA1 (File-NFSLock-1.20.tar.gz) = de254502b47a9b4013ee6b5f6b8b553dc323dab5 -RMD160 (File-NFSLock-1.20.tar.gz) = b6c72e2c680c2d81341caf7003ef4249ec0d4fc2 -Size (File-NFSLock-1.20.tar.gz) = 18521 bytes +SHA1 (File-NFSLock-1.21.tar.gz) = c196e281a90d2eb45ba7b85d4019d6a4bae6c77e +RMD160 (File-NFSLock-1.21.tar.gz) = 5e3bfdc409779336bb13b0c5c7d0c4894924402d +Size (File-NFSLock-1.21.tar.gz) = 17301 bytes |