From 66ecad6bf0892a3c21989f9bf033c8a7932f9ffc Mon Sep 17 00:00:00 2001 From: adam Date: Sat, 13 Aug 2011 08:20:29 +0000 Subject: 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. --- devel/p5-File-NFSLock/Makefile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'devel/p5-File-NFSLock/Makefile') 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 -- cgit v1.2.3