Date: Sat, 23 Apr 2016 10:25:14 +0000 (UTC) From: Baptiste Daroussin <bapt@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r413861 - head/x11/xcbautolock Message-ID: <201604231025.u3NAPEPk023472@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: bapt Date: Sat Apr 23 10:25:14 2016 New Revision: 413861 URL: https://svnweb.freebsd.org/changeset/ports/413861 Log: Update to 0.2 Changes: - Plug a memory leak - Add a switch to allow running in foreground - Make the default actually really timeout at 1 min not 6s - Change the loop mechanism to actually listen/poll on the xset s. and use the poll timeout to decide when to lock Sponsored by: Essen Hackathon 2016 Modified: head/x11/xcbautolock/Makefile head/x11/xcbautolock/distinfo Modified: head/x11/xcbautolock/Makefile ============================================================================== --- head/x11/xcbautolock/Makefile Sat Apr 23 10:01:20 2016 (r413860) +++ head/x11/xcbautolock/Makefile Sat Apr 23 10:25:14 2016 (r413861) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= xcbautolock -PORTVERSION= 0.1 +PORTVERSION= 0.2 CATEGORIES= x11 MAINTAINER= bapt@FreeBSD.org Modified: head/x11/xcbautolock/distinfo ============================================================================== --- head/x11/xcbautolock/distinfo Sat Apr 23 10:01:20 2016 (r413860) +++ head/x11/xcbautolock/distinfo Sat Apr 23 10:25:14 2016 (r413861) @@ -1,2 +1,2 @@ -SHA256 (bapt-xcbautolock-0.1_GH0.tar.gz) = 60da8ac58ad6c22e4195f8b83f2f094f0bddaf3893206708f0318b38b018b283 -SIZE (bapt-xcbautolock-0.1_GH0.tar.gz) = 3255 +SHA256 (bapt-xcbautolock-0.2_GH0.tar.gz) = 3b26c5cbbfb7e7de563d5bb68cb493011baf7d03d85cd3ddfe20d76f323c8a33 +SIZE (bapt-xcbautolock-0.2_GH0.tar.gz) = 3769
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201604231025.u3NAPEPk023472>