diff options
author | Niclas Zeising <zeising@FreeBSD.org> | 2018-05-10 21:31:04 +0800 |
---|---|---|
committer | Niclas Zeising <zeising@FreeBSD.org> | 2018-05-10 21:31:04 +0800 |
commit | 5e50890f3916f67c699b02ce51a795218974e3d8 (patch) | |
tree | 83801e66176e45a167ac12054f493ea66d387556 /x11 | |
parent | 462be70bf57f6abfad694d5c535c6123efc6fb4c (diff) | |
download | freebsd-ports-gnome-5e50890f3916f67c699b02ce51a795218974e3d8.tar.gz freebsd-ports-gnome-5e50890f3916f67c699b02ce51a795218974e3d8.tar.zst freebsd-ports-gnome-5e50890f3916f67c699b02ce51a795218974e3d8.zip |
x11/xwininfo: Update to 1.1.4
Summary of changes:
* Autoconf fixes
* Fix segfault on IO error
* Fixes to usage message
Diffstat (limited to 'x11')
-rw-r--r-- | x11/xwininfo/Makefile | 3 | ||||
-rw-r--r-- | x11/xwininfo/distinfo | 5 |
2 files changed, 4 insertions, 4 deletions
diff --git a/x11/xwininfo/Makefile b/x11/xwininfo/Makefile index 70ee7534e80e..df9e41da1c0f 100644 --- a/x11/xwininfo/Makefile +++ b/x11/xwininfo/Makefile @@ -1,8 +1,7 @@ # $FreeBSD$ PORTNAME= xwininfo -PORTVERSION= 1.1.3 -PORTREVISION= 2 +PORTVERSION= 1.1.4 CATEGORIES= x11 MAINTAINER= x11@FreeBSD.org diff --git a/x11/xwininfo/distinfo b/x11/xwininfo/distinfo index c50dd3eefcff..368dae38fd4e 100644 --- a/x11/xwininfo/distinfo +++ b/x11/xwininfo/distinfo @@ -1,2 +1,3 @@ -SHA256 (xorg/app/xwininfo-1.1.3.tar.bz2) = 218eb0ea95bd8de7903dfaa26423820c523ad1598be0751d2d8b6a2c23b23ff8 -SIZE (xorg/app/xwininfo-1.1.3.tar.bz2) = 157512 +TIMESTAMP = 1525893468 +SHA256 (xorg/app/xwininfo-1.1.4.tar.bz2) = 839498aa46b496492a5c65cd42cd2e86e0da88149b0672e90cb91648f8cd5b01 +SIZE (xorg/app/xwininfo-1.1.4.tar.bz2) = 169159 |