pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/devel/libinotify devel/libinotify: Update to 0.0.20180201
details: https://anonhg.NetBSD.org/pkgsrc/rev/231fb61e5c6b
branches: trunk
changeset: 308726:231fb61e5c6b
user: minskim <minskim%pkgsrc.org@localhost>
date: Wed May 30 14:37:10 2018 +0000
description:
devel/libinotify: Update to 0.0.20180201
Changes:
- Directory diffing has been rewritten. No more memory hungry shallow
lists allocations/deallocations
- Fix compilation on platforms where kevent.data size is bigger than
void *
- Workaround sporadic crashes caused by reversing of kevent order
diffstat:
devel/libinotify/Makefile | 10 +++++-----
devel/libinotify/PLIST | 10 +++++++++-
devel/libinotify/distinfo | 10 +++++-----
3 files changed, 19 insertions(+), 11 deletions(-)
diffs (52 lines):
diff -r 3987759bdd37 -r 231fb61e5c6b devel/libinotify/Makefile
--- a/devel/libinotify/Makefile Wed May 30 14:32:38 2018 +0000
+++ b/devel/libinotify/Makefile Wed May 30 14:37:10 2018 +0000
@@ -1,12 +1,12 @@
-# $NetBSD: Makefile,v 1.7 2017/08/16 20:45:35 wiz Exp $
+# $NetBSD: Makefile,v 1.8 2018/05/30 14:37:10 minskim Exp $
#
-DISTNAME= libinotify-0.0
-PKGREVISION= 1
+DISTNAME= libinotify
+PKGNAME= ${DISTNAME}-0.0.${GITHUB_TAG}
CATEGORIES= devel
-MASTER_SITES= ${MASTER_SITE_GITHUB:=dmatveev/}
+MASTER_SITES= ${MASTER_SITE_GITHUB:=libinotify-kqueue/}
GITHUB_PROJECT= libinotify-kqueue
-GITHUB_TAG= b2873cf8a94b0574819075a003e33c0405f1b690
+GITHUB_TAG= 20180201
MAINTAINER= me%dmitrymatveev.co.uk@localhost
#HOMEPAGE= http://dmitrymatveev.co.uk/gsoc11
diff -r 3987759bdd37 -r 231fb61e5c6b devel/libinotify/PLIST
--- a/devel/libinotify/PLIST Wed May 30 14:32:38 2018 +0000
+++ b/devel/libinotify/PLIST Wed May 30 14:37:10 2018 +0000
@@ -1,3 +1,11 @@
-@comment $NetBSD: PLIST,v 1.1.1.1 2011/08/29 09:44:01 wiz Exp $
+@comment $NetBSD: PLIST,v 1.2 2018/05/30 14:37:10 minskim Exp $
include/sys/inotify.h
lib/libinotify.la
+lib/pkgconfig/libinotify.pc
+man/man3/inotify_add_watch.3
+man/man3/inotify_event.3
+man/man3/inotify_init.3
+man/man3/inotify_init1.3
+man/man3/inotify_rm_watch.3
+man/man3/inotify_set_param.3
+man/man3/libinotify.3
diff -r 3987759bdd37 -r 231fb61e5c6b devel/libinotify/distinfo
--- a/devel/libinotify/distinfo Wed May 30 14:32:38 2018 +0000
+++ b/devel/libinotify/distinfo Wed May 30 14:37:10 2018 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.3 2016/04/22 15:27:11 jperkin Exp $
+$NetBSD: distinfo,v 1.4 2018/05/30 14:37:10 minskim Exp $
-SHA1 (libinotify-0.0-b2873cf8a94b0574819075a003e33c0405f1b690.tar.gz) = 71cef6528c1d900c2175e5188ea05967eb12b56d
-RMD160 (libinotify-0.0-b2873cf8a94b0574819075a003e33c0405f1b690.tar.gz) = d156b127cccef2aacbdeef4efe2d32cc641beb99
-SHA512 (libinotify-0.0-b2873cf8a94b0574819075a003e33c0405f1b690.tar.gz) =
708ac80991bcead98f24e617d4a1429ea8fff3c37182fbd7d497829c4838d847db215859cdcdbce2972d90212c2ec799f43668d89c3a638d1d76eda367075a48
-Size (libinotify-0.0-b2873cf8a94b0574819075a003e33c0405f1b690.tar.gz) = 61571 bytes
+SHA1 (libinotify-20180201.tar.gz) = 4bfe29e5f2f04003c3294d747a1237bc09f01643
+RMD160 (libinotify-20180201.tar.gz) = c353cfb20cc6d1482f904481e5f9cb4f2674fc89
+SHA512 (libinotify-20180201.tar.gz) = e0c892eee23ce47ded39e41cadf85351aa0d612b26913c20e1bc73e31a966703cebdfe4979f0a9db8d5bb7237631aa02da4781ed4a262ed000e508614ba80ad6
+Size (libinotify-20180201.tar.gz) = 71808 bytes
Home |
Main Index |
Thread Index |
Old Index