pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/devel/p5-File-ChangeNotify



Module Name:    pkgsrc
Committed By:   wen
Date:           Sat Feb  9 00:35:48 UTC 2019

Modified Files:
        pkgsrc/devel/p5-File-ChangeNotify: Makefile distinfo

Log Message:
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.


To generate a diff of this commit:
cvs rdiff -u -r1.31 -r1.32 pkgsrc/devel/p5-File-ChangeNotify/Makefile
cvs rdiff -u -r1.14 -r1.15 pkgsrc/devel/p5-File-ChangeNotify/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/devel/p5-File-ChangeNotify/Makefile
diff -u pkgsrc/devel/p5-File-ChangeNotify/Makefile:1.31 pkgsrc/devel/p5-File-ChangeNotify/Makefile:1.32
--- pkgsrc/devel/p5-File-ChangeNotify/Makefile:1.31     Wed Oct 31 13:03:46 2018
+++ pkgsrc/devel/p5-File-ChangeNotify/Makefile  Sat Feb  9 00:35:48 2019
@@ -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/}

Index: pkgsrc/devel/p5-File-ChangeNotify/distinfo
diff -u pkgsrc/devel/p5-File-ChangeNotify/distinfo:1.14 pkgsrc/devel/p5-File-ChangeNotify/distinfo:1.15
--- pkgsrc/devel/p5-File-ChangeNotify/distinfo:1.14     Wed Oct 31 13:03:46 2018
+++ pkgsrc/devel/p5-File-ChangeNotify/distinfo  Sat Feb  9 00:35:48 2019
@@ -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



Home | Main Index | Thread Index | Old Index