pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/devel/libinotify
Module Name: pkgsrc
Committed By: minskim
Date: Wed May 30 14:37:10 UTC 2018
Modified Files:
pkgsrc/devel/libinotify: Makefile PLIST distinfo
Log Message:
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
To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 pkgsrc/devel/libinotify/Makefile
cvs rdiff -u -r1.1.1.1 -r1.2 pkgsrc/devel/libinotify/PLIST
cvs rdiff -u -r1.3 -r1.4 pkgsrc/devel/libinotify/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/libinotify/Makefile
diff -u pkgsrc/devel/libinotify/Makefile:1.7 pkgsrc/devel/libinotify/Makefile:1.8
--- pkgsrc/devel/libinotify/Makefile:1.7 Wed Aug 16 20:45:35 2017
+++ pkgsrc/devel/libinotify/Makefile Wed May 30 14:37:10 2018
@@ -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
Index: pkgsrc/devel/libinotify/PLIST
diff -u pkgsrc/devel/libinotify/PLIST:1.1.1.1 pkgsrc/devel/libinotify/PLIST:1.2
--- pkgsrc/devel/libinotify/PLIST:1.1.1.1 Mon Aug 29 09:44:01 2011
+++ pkgsrc/devel/libinotify/PLIST Wed May 30 14:37:10 2018
@@ -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
Index: pkgsrc/devel/libinotify/distinfo
diff -u pkgsrc/devel/libinotify/distinfo:1.3 pkgsrc/devel/libinotify/distinfo:1.4
--- pkgsrc/devel/libinotify/distinfo:1.3 Fri Apr 22 15:27:11 2016
+++ pkgsrc/devel/libinotify/distinfo Wed May 30 14:37:10 2018
@@ -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