Date: Thu, 7 Jun 2018 09:04:27 +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: r471904 - head/x11/libXcomposite Message-ID: <201806070904.w5794Rbe001426@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: amdmi3 Date: Thu Jun 7 09:04:26 2018 New Revision: 471904 URL: https://svnweb.freebsd.org/changeset/ports/471904 Log: - Add LICENSE - Update WWW Approved by: portmgr blanket Modified: head/x11/libXcomposite/Makefile head/x11/libXcomposite/pkg-descr Modified: head/x11/libXcomposite/Makefile ============================================================================== --- head/x11/libXcomposite/Makefile Thu Jun 7 08:51:17 2018 (r471903) +++ head/x11/libXcomposite/Makefile Thu Jun 7 09:04:26 2018 (r471904) @@ -10,6 +10,9 @@ CATEGORIES= x11 MAINTAINER= x11@FreeBSD.org COMMENT= X Composite extension library +LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/COPYING + XORG_CAT= lib USE_XORG= compositeproto:both x11 xfixes xext fixesproto xproto:both Modified: head/x11/libXcomposite/pkg-descr ============================================================================== --- head/x11/libXcomposite/pkg-descr Thu Jun 7 08:51:17 2018 (r471903) +++ head/x11/libXcomposite/pkg-descr Thu Jun 7 09:04:26 2018 (r471904) @@ -1,3 +1,3 @@ This package contains the X Composite extension library. -WWW: http://www.freedesktop.org/Software/xlibs +WWW: https://www.freedesktop.org/wiki/Software/xlibs/
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201806070904.w5794Rbe001426>