pkgsrc-WIP-changes archive

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

fswatch: Update to 1.12.0.



Module Name:	pkgsrc-wip
Committed By:	Filip Hajny <filip%joyent.com@localhost>
Pushed By:	fhajny
Date:		Tue Jul 3 12:46:10 2018 +0000
Changeset:	7dbba5eae3e4a99a0fb098b9f17357c5fd53943c

Modified Files:
	fswatch/Makefile
	fswatch/distinfo

Log Message:
fswatch: Update to 1.12.0.

- Migrate usages of POSIX regular expressions (<regex.h>) to the C++11
  regex library (<regex>).
- Wrong error message is printed when inotify event queue overflows.

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=7dbba5eae3e4a99a0fb098b9f17357c5fd53943c

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

diffstat:
 fswatch/Makefile | 2 +-
 fswatch/distinfo | 8 ++++----
 2 files changed, 5 insertions(+), 5 deletions(-)

diffs:
diff --git a/fswatch/Makefile b/fswatch/Makefile
index b4d36c2c19..931536283d 100644
--- a/fswatch/Makefile
+++ b/fswatch/Makefile
@@ -1,6 +1,6 @@
 # $NetBSD: Makefile,v 1.2 2015/05/10 07:41:59 thomasklausner Exp $
 
-DISTNAME=	fswatch-1.11.3
+DISTNAME=	fswatch-1.12.0
 CATEGORIES=	sysutils
 MASTER_SITES=	${MASTER_SITE_GITHUB:=emcrisostomo/}
 GITHUB_RELEASE=	${PKGVERSION_NOREV}
diff --git a/fswatch/distinfo b/fswatch/distinfo
index 746f1688f5..cb16de90e5 100644
--- a/fswatch/distinfo
+++ b/fswatch/distinfo
@@ -1,6 +1,6 @@
 $NetBSD: distinfo,v 1.2 2015/06/04 10:14:50 thomasklausner Exp $
 
-SHA1 (fswatch-1.11.3.tar.gz) = a05839d6808a352a1ddb2b138eee3a1bcbe47231
-RMD160 (fswatch-1.11.3.tar.gz) = d720da1fe9caf4f3a809dcedd56f1b948625c9e1
-SHA512 (fswatch-1.11.3.tar.gz) = fe4e65c66d8a82de0d6b5b0401d9f802b685f5b8dba61be44fa607fbf9d695266a64e289c5f1065c2b161b2cfec6cfe3a73fc68009314a9b357cab68bb1b57a8
-Size (fswatch-1.11.3.tar.gz) = 826502 bytes
+SHA1 (fswatch-1.12.0.tar.gz) = d2f4103f1318da719bf05962e4c3a4b5c317ffe8
+RMD160 (fswatch-1.12.0.tar.gz) = 832857a8280041be0976e93695615ebcc62c735e
+SHA512 (fswatch-1.12.0.tar.gz) = 4e890ca8cd64ed5658fc6e4c4d14071ffb47105b06e2a67021aac17ec8f5e1e37409062b952eaa91c9dac1c0aa1b58dbdb50d846c8f26ff5b72e6db9762b54db
+Size (fswatch-1.12.0.tar.gz) = 820691 bytes


Home | Main Index | Thread Index | Old Index