diff options
author | tobez <tobez@FreeBSD.org> | 2005-01-26 18:01:38 +0800 |
---|---|---|
committer | tobez <tobez@FreeBSD.org> | 2005-01-26 18:01:38 +0800 |
commit | b88ee934a2eb562a9feebc78f3666a0953787c2f (patch) | |
tree | 0557745f75bc1be5d54bf30bd3a9a163ac46d5aa /devel/p5-File-Flock | |
parent | b0807ae9110593ab2bf871d5a16356a6a1ef5f18 (diff) | |
download | freebsd-ports-graphics-b88ee934a2eb562a9feebc78f3666a0953787c2f.tar.gz freebsd-ports-graphics-b88ee934a2eb562a9feebc78f3666a0953787c2f.tar.zst freebsd-ports-graphics-b88ee934a2eb562a9feebc78f3666a0953787c2f.zip |
Update to 104.111901, assign maintainer to perl.
Diffstat (limited to 'devel/p5-File-Flock')
-rw-r--r-- | devel/p5-File-Flock/Makefile | 4 | ||||
-rw-r--r-- | devel/p5-File-Flock/distinfo | 4 | ||||
-rw-r--r-- | devel/p5-File-Flock/pkg-descr | 2 |
3 files changed, 6 insertions, 4 deletions
diff --git a/devel/p5-File-Flock/Makefile b/devel/p5-File-Flock/Makefile index 9373d2b114d..6e7c84aede5 100644 --- a/devel/p5-File-Flock/Makefile +++ b/devel/p5-File-Flock/Makefile @@ -6,13 +6,13 @@ # PORTNAME= File-Flock -PORTVERSION= 101.060501 +PORTVERSION= 104.111901 CATEGORIES= devel perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= File PKGNAMEPREFIX= p5- -MAINTAINER= ports@FreeBSD.org +MAINTAINER= perl@FreeBSD.org COMMENT= Perl5 module for file locking with flock PERL_CONFIGURE= yes diff --git a/devel/p5-File-Flock/distinfo b/devel/p5-File-Flock/distinfo index d9323530e4d..39d8be4c7e7 100644 --- a/devel/p5-File-Flock/distinfo +++ b/devel/p5-File-Flock/distinfo @@ -1,2 +1,2 @@ -MD5 (File-Flock-101.060501.tar.gz) = 5a54ce689c6126ae431f7c75d085bd6f -SIZE (File-Flock-101.060501.tar.gz) = 5191 +MD5 (File-Flock-104.111901.tar.gz) = d136084af52744ab0197ed35ba57c07c +SIZE (File-Flock-104.111901.tar.gz) = 5483 diff --git a/devel/p5-File-Flock/pkg-descr b/devel/p5-File-Flock/pkg-descr index b8d8b19d029..3890c9f5153 100644 --- a/devel/p5-File-Flock/pkg-descr +++ b/devel/p5-File-Flock/pkg-descr @@ -4,3 +4,5 @@ does not already exist. It will also try to remove the lock file. This makes it a bit complicated. + +WWW: http://search.cpan.org/dist/File-Flock/ |