diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2020-10-29 15:12:47 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2020-10-29 15:12:47 +0000 |
commit | 94efaabf9476f13a72360771888566e42af375e7 (patch) | |
tree | baf97c88ea6243f1ac35fa4dbdd62a40346a566f /x11 | |
parent | 6fab1586f7f1904a1f0264ca8108fdd1d0c2eec7 (diff) | |
download | ports-94efaabf9476f13a72360771888566e42af375e7.tar.gz ports-94efaabf9476f13a72360771888566e42af375e7.zip |
Notes
Diffstat (limited to 'x11')
-rw-r--r-- | x11/i3lock/Makefile | 2 | ||||
-rw-r--r-- | x11/i3lock/distinfo | 6 | ||||
-rw-r--r-- | x11/i3lock/files/patch-unlock__indicator.c | 11 |
3 files changed, 4 insertions, 15 deletions
diff --git a/x11/i3lock/Makefile b/x11/i3lock/Makefile index a70adfff9d23..8b8d6a1bf07a 100644 --- a/x11/i3lock/Makefile +++ b/x11/i3lock/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= i3lock -PORTVERSION= 2.12 +PORTVERSION= 2.13 CATEGORIES= x11 MASTER_SITES= http://i3wm.org/${PORTNAME}/ diff --git a/x11/i3lock/distinfo b/x11/i3lock/distinfo index 7dc962690659..5fafb62c0ff6 100644 --- a/x11/i3lock/distinfo +++ b/x11/i3lock/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1564643188 -SHA256 (i3lock-2.12.tar.bz2) = d0b2a1a96ce80649958b27b8d54a6069b3aec9e7ffe07d378f9c51763b56bc09 -SIZE (i3lock-2.12.tar.bz2) = 147521 +TIMESTAMP = 1603984277 +SHA256 (i3lock-2.13.tar.bz2) = 637fe898acb324337d3ebc4fcdb2e390b082147fdc8a0cda6c19e7f395965f0b +SIZE (i3lock-2.13.tar.bz2) = 149332 diff --git a/x11/i3lock/files/patch-unlock__indicator.c b/x11/i3lock/files/patch-unlock__indicator.c deleted file mode 100644 index ae8d7dbc1208..000000000000 --- a/x11/i3lock/files/patch-unlock__indicator.c +++ /dev/null @@ -1,11 +0,0 @@ ---- unlock_indicator.c.orig 2019-05-11 07:55:23 UTC -+++ unlock_indicator.c -@@ -35,7 +35,7 @@ extern bool debug_mode; - - /* The current position in the input buffer. Useful to determine if any - * characters of the password have already been entered or not. */ --int input_position; -+extern int input_position; - - /* The lock window. */ - extern xcb_window_t win; |