pkgsrc-WIP-changes archive

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

elixir: Update to 1.11.3.



Module Name:	pkgsrc-wip
Committed By:	Filip Hajny <filip%joyent.com@localhost>
Pushed By:	fhajny
Date:		Mon May 14 16:04:41 2018 +0000
Changeset:	ef620342892e6e264a6832c82a7f841fede42774

Modified Files:
	fswatch/Makefile
	fswatch/distinfo

Log Message:
elixir: Update to 1.11.3.

- Make the build reproducible.
- Fix C99 compatibility in cevent.h.
- Session memory is not freed.
- Fix segmentation fault when starting monitor.
- Add function to the C API to check that a monitor is running.
- Fix stop sequence for FSEvents monitor.

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

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

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

diffs:
diff --git a/fswatch/Makefile b/fswatch/Makefile
index 4ced47dad7..b4d36c2c19 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.2
+DISTNAME=	fswatch-1.11.3
 CATEGORIES=	sysutils
 MASTER_SITES=	${MASTER_SITE_GITHUB:=emcrisostomo/}
 GITHUB_RELEASE=	${PKGVERSION_NOREV}
@@ -9,7 +9,7 @@ HOMEPAGE=	https://github.com/emcrisostomo/fswatch
 COMMENT=	Cross-platform file change monitor with multiple backends
 LICENSE=	gnu-gpl-v3
 
-USE_LANGUAGES=	c c++
+USE_LANGUAGES=	c c++11
 USE_TOOLS+=	gmake autoconf automake makeinfo
 INFO_FILES=	yes
 GNU_CONFIGURE=	yes
diff --git a/fswatch/distinfo b/fswatch/distinfo
index b02af5587b..746f1688f5 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.2.tar.gz) = ad1e0eb4e06f181357dc1627951b4dfb18c7b4c6
-RMD160 (fswatch-1.11.2.tar.gz) = 17f06907d047c4295a48135795d707a9899df3b3
-SHA512 (fswatch-1.11.2.tar.gz) = 4f892cb0bf088846d4b7aad63a1c8849b0882976dd9bdacf2c31254ed7cb8883efbdc16cead159dfdfe00717d2e8703ba6c2d57d19abb59614d63b65c2e8a17c
-Size (fswatch-1.11.2.tar.gz) = 821822 bytes
+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


Home | Main Index | Thread Index | Old Index