Date: Wed, 1 May 2019 09:31:32 +0000 (UTC) From: Dmitry Marakasov <amdmi3@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r500586 - head/x11/xcb-util-image Message-ID: <201905010931.x419VWkC087092@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: amdmi3 Date: Wed May 1 09:31:31 2019 New Revision: 500586 URL: https://svnweb.freebsd.org/changeset/ports/500586 Log: - Add LICENSE - Update WWW Approved by: portmgr blanket Modified: head/x11/xcb-util-image/Makefile head/x11/xcb-util-image/pkg-descr Modified: head/x11/xcb-util-image/Makefile ============================================================================== --- head/x11/xcb-util-image/Makefile Wed May 1 09:01:29 2019 (r500585) +++ head/x11/xcb-util-image/Makefile Wed May 1 09:31:31 2019 (r500586) @@ -9,6 +9,9 @@ MASTER_SITES= http://xcb.freedesktop.org/dist/ MAINTAINER= garga@FreeBSD.org COMMENT= Port of Xlib's XImage and XShmImage functions +LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/COPYING + LIB_DEPENDS= libxcb-util.so:x11/xcb-util XORG_CAT= lib Modified: head/x11/xcb-util-image/pkg-descr ============================================================================== --- head/x11/xcb-util-image/pkg-descr Wed May 1 09:01:29 2019 (r500585) +++ head/x11/xcb-util-image/pkg-descr Wed May 1 09:31:31 2019 (r500586) @@ -7,4 +7,4 @@ the X protocol but which have traditionally been provi Image module is a port o Xlib's XImage and XShmImage functions. -WWW: http://xcb.freedesktop.org/ +WWW: https://xcb.freedesktop.org/
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201905010931.x419VWkC087092>