diff options
author | wen <wen@pkgsrc.org> | 2019-02-09 00:35:48 +0000 |
---|---|---|
committer | wen <wen@pkgsrc.org> | 2019-02-09 00:35:48 +0000 |
commit | 7c92d5491145db3bcc663ad09e714c98bc352cce (patch) | |
tree | 2ff3892f3003d48d908aefba0f1e37b95780e41c | |
parent | 371ad9ee86e5839c97ee68265f80ca5a733bdd11 (diff) | |
download | pkgsrc-7c92d5491145db3bcc663ad09e714c98bc352cce.tar.gz |
Update to 0.31
Upstream changes:
0.31 2019-01-09
- No changes from 0.30.
0.30 2018-10-08 (TRIAL RELEASE)
- Added an optional feature to track path attribute changes (permissions,
ownership) as well as to provide the old vs new attributes and/or content in
modify events. Both of these features are off by default since they can use
a lot more CPU or memory, especially when using otherwise low-overhead
kernel-based watchers.
-rw-r--r-- | devel/p5-File-ChangeNotify/Makefile | 4 | ||||
-rw-r--r-- | devel/p5-File-ChangeNotify/distinfo | 10 |
2 files changed, 7 insertions, 7 deletions
diff --git a/devel/p5-File-ChangeNotify/Makefile b/devel/p5-File-ChangeNotify/Makefile index 9d3e15916f7..556c38886b8 100644 --- a/devel/p5-File-ChangeNotify/Makefile +++ b/devel/p5-File-ChangeNotify/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.31 2018/10/31 13:03:46 wen Exp $ +# $NetBSD: Makefile,v 1.32 2019/02/09 00:35:48 wen Exp $ -DISTNAME= File-ChangeNotify-0.29 +DISTNAME= File-ChangeNotify-0.31 PKGNAME= p5-${DISTNAME} CATEGORIES= devel perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=File/} diff --git a/devel/p5-File-ChangeNotify/distinfo b/devel/p5-File-ChangeNotify/distinfo index c5f951307ef..9b6479884c0 100644 --- a/devel/p5-File-ChangeNotify/distinfo +++ b/devel/p5-File-ChangeNotify/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.14 2018/10/31 13:03:46 wen Exp $ +$NetBSD: distinfo,v 1.15 2019/02/09 00:35:48 wen Exp $ -SHA1 (File-ChangeNotify-0.29.tar.gz) = bc2f45bbacbc071cee2e28d8f58722f94e8ca2be -RMD160 (File-ChangeNotify-0.29.tar.gz) = d6bad44f647dc40ce0c5587289da2c1f948c21fa -SHA512 (File-ChangeNotify-0.29.tar.gz) = cb8cad73b74bc740ffb493a5df99fba6e1b7de63bfe3c167071ab653bc5bc9156b46f58326d8e22744506b8c0088ff91f23549c265fd44887a7051d00a272ffa -Size (File-ChangeNotify-0.29.tar.gz) = 37549 bytes +SHA1 (File-ChangeNotify-0.31.tar.gz) = b89423fa92065c0aee33e10eb972c0a1437360f9 +RMD160 (File-ChangeNotify-0.31.tar.gz) = 02e6fa185d5571c5428204c65572c56b4e958b52 +SHA512 (File-ChangeNotify-0.31.tar.gz) = 0dc7c1c2a3887c09f59465a89f52c4c8a9426e96574fa4764fe90a5f1500541ddbcb233bfcd206c76e0b7dfedf2980b3dc54fab6b45608a5b6fb82143172b25b +Size (File-ChangeNotify-0.31.tar.gz) = 41447 bytes |