svn commit: r509223 - head/x11/xwininfo
Niclas Zeising
zeising at FreeBSD.org
Sun Aug 18 15:30:30 UTC 2019
Author: zeising
Date: Sun Aug 18 15:30:29 2019
New Revision: 509223
URL: https://svnweb.freebsd.org/changeset/ports/509223
Log:
x11/xwininfo: Update to 1.1.5
Update x11/xwininfo to 1.1.5
Switch to use xcb-icccm instead of local copies
Add license information
This is a maintenance release
Changelog
https://lists.x.org/archives/xorg-announce/2019-July/003012.html
Obtained from: FreeBSD Graphics Team development repo
https://github.com/FreeBSDDesktop/freebsd-ports/tree/feature/xorglibs
Modified:
head/x11/xwininfo/Makefile
head/x11/xwininfo/distinfo
Modified: head/x11/xwininfo/Makefile
==============================================================================
--- head/x11/xwininfo/Makefile Sun Aug 18 15:28:44 2019 (r509222)
+++ head/x11/xwininfo/Makefile Sun Aug 18 15:30:29 2019 (r509223)
@@ -1,16 +1,22 @@
# $FreeBSD$
PORTNAME= xwininfo
-PORTVERSION= 1.1.4
-PORTREVISION= 2
+PORTVERSION= 1.1.5
CATEGORIES= x11
MAINTAINER= x11 at FreeBSD.org
COMMENT= Window information utility for X
+LICENSE= MIT
+LICENSE_FILE= ${WRKSRC}/COPYING
+
XORG_CAT= app
USES= iconv
-USE_XORG= x11 xcb xorgproto xorg-macros
+USE_XORG= x11 xcb xorgproto
+
+LIB_DEPENDS= libxcb-icccm.so:x11/xcb-util-wm
+
+CONFIGURE_ARGS= --with-xcb-icccm
PLIST_FILES= bin/xwininfo man/man1/xwininfo.1.gz
Modified: head/x11/xwininfo/distinfo
==============================================================================
--- head/x11/xwininfo/distinfo Sun Aug 18 15:28:44 2019 (r509222)
+++ head/x11/xwininfo/distinfo Sun Aug 18 15:30:29 2019 (r509223)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1525893468
-SHA256 (xorg/app/xwininfo-1.1.4.tar.bz2) = 839498aa46b496492a5c65cd42cd2e86e0da88149b0672e90cb91648f8cd5b01
-SIZE (xorg/app/xwininfo-1.1.4.tar.bz2) = 169159
+TIMESTAMP = 1566063085
+SHA256 (xorg/app/xwininfo-1.1.5.tar.bz2) = 7a405441dfc476666c744f5fcd1bc8a75abf8b5b1d85db7b88b370982365080e
+SIZE (xorg/app/xwininfo-1.1.5.tar.bz2) = 172496
More information about the svn-ports-head
mailing list