diff options
author | bapt <bapt@FreeBSD.org> | 2016-04-23 18:25:14 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2016-04-23 18:25:14 +0800 |
commit | 42362de99280539c04316315b76c3d78509fddf8 (patch) | |
tree | 49e7756298e5739983289249fa89d75000864780 /x11 | |
parent | ce8ece7927d3bd0ff69834b91fd814fb34c29b94 (diff) | |
download | freebsd-ports-gnome-42362de99280539c04316315b76c3d78509fddf8.tar.gz freebsd-ports-gnome-42362de99280539c04316315b76c3d78509fddf8.tar.zst freebsd-ports-gnome-42362de99280539c04316315b76c3d78509fddf8.zip |
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
Diffstat (limited to 'x11')
-rw-r--r-- | x11/xcbautolock/Makefile | 2 | ||||
-rw-r--r-- | x11/xcbautolock/distinfo | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/x11/xcbautolock/Makefile b/x11/xcbautolock/Makefile index d22399932fa8..491f5f49b5ce 100644 --- a/x11/xcbautolock/Makefile +++ b/x11/xcbautolock/Makefile @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= xcbautolock -PORTVERSION= 0.1 +PORTVERSION= 0.2 CATEGORIES= x11 MAINTAINER= bapt@FreeBSD.org diff --git a/x11/xcbautolock/distinfo b/x11/xcbautolock/distinfo index 87f90b539ef4..66277b629497 100644 --- a/x11/xcbautolock/distinfo +++ b/x11/xcbautolock/distinfo @@ -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 |