Hi, upate port devel/p5-File-Modified - update p5-File-Modified 0.09 - take maintainer - sort according to Makefile.template - update DESCR to upstrem description
ok? bluhm Index: devel/p5-File-Modified/Makefile =================================================================== RCS file: /data/mirror/openbsd/cvs/ports/devel/p5-File-Modified/Makefile,v retrieving revision 1.10 diff -u -p -r1.10 Makefile --- devel/p5-File-Modified/Makefile 11 Oct 2013 23:48:48 -0000 1.10 +++ devel/p5-File-Modified/Makefile 1 Nov 2014 22:32:21 -0000 @@ -1,15 +1,18 @@ # $OpenBSD: Makefile,v 1.10 2013/10/11 23:48:48 naddy Exp $ -COMMENT= checks intelligently if files have changed +COMMENT = checks intelligently if files have changed -MODULES= cpan -DISTNAME= File-Modified-0.07 -REVISION= 2 -CATEGORIES= devel +DISTNAME = File-Modified-0.09 -MAINTAINER= Simon Bertrang <[email protected]> +CATEGORIES = devel + +MAINTAINER= Alexander Bluhm <[email protected]> # perl -PERMIT_PACKAGE_CDROM= Yes +PERMIT_PACKAGE_CDROM = Yes + +MODULES = cpan +TEST_DEPENDS = security/p5-Digest-MD2 \ + security/p5-Digest-SHA1 .include <bsd.port.mk> Index: devel/p5-File-Modified/distinfo =================================================================== RCS file: /data/mirror/openbsd/cvs/ports/devel/p5-File-Modified/distinfo,v retrieving revision 1.2 diff -u -p -r1.2 distinfo --- devel/p5-File-Modified/distinfo 5 Apr 2007 15:38:00 -0000 1.2 +++ devel/p5-File-Modified/distinfo 1 Nov 2014 22:13:34 -0000 @@ -1,5 +1,2 @@ -MD5 (File-Modified-0.07.tar.gz) = JxqZG5bMva63CYJyyfl9UQ== -RMD160 (File-Modified-0.07.tar.gz) = mu/JaKoR3DN3RGjFvH2zWKHT+g4= -SHA1 (File-Modified-0.07.tar.gz) = ua8O1NOEnV+eM1UvmrjpNDD8M5g= -SHA256 (File-Modified-0.07.tar.gz) = MJF4Z3XZfn4175LZqDxx/kFIRvCKuZX9arsoF05484c= -SIZE (File-Modified-0.07.tar.gz) = 7164 +SHA256 (File-Modified-0.09.tar.gz) = 1ZFPg12ltpS99AZglJba4akxHKeHyz8YevW+9g31Q08= +SIZE (File-Modified-0.09.tar.gz) = 8481 Index: devel/p5-File-Modified/pkg/DESCR =================================================================== RCS file: /data/mirror/openbsd/cvs/ports/devel/p5-File-Modified/pkg/DESCR,v retrieving revision 1.1.1.1 diff -u -p -r1.1.1.1 DESCR --- devel/p5-File-Modified/pkg/DESCR 4 Nov 2006 15:33:38 -0000 1.1.1.1 +++ devel/p5-File-Modified/pkg/DESCR 1 Nov 2014 22:16:43 -0000 @@ -1,5 +1,4 @@ -The File::Modified module is intended as a simple method for programs to -detect whether configuration files (or modules they rely on) have -changed. There are currently two methods of change detection -implemented, mtime and MD5. The MD5 method will fall back to use -timestamps if the Digest::MD5 module cannot be loaded. +This module provides a simple mechanism for identifying when the +contents of one or more files have changed. It was initially +intended for programs to detect when their configuration files (or +the module they rely on) have changed.
