Date: Thu, 28 Jun 2018 09:07:19 +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: r473492 - head/x11/libXdamage Message-ID: <201806280907.w5S97Jlo071900@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: amdmi3 Date: Thu Jun 28 09:07:19 2018 New Revision: 473492 URL: https://svnweb.freebsd.org/changeset/ports/473492 Log: - Add LICENSE - Update WWW Approved by: portmgr blanket Modified: head/x11/libXdamage/Makefile head/x11/libXdamage/pkg-descr Modified: head/x11/libXdamage/Makefile ============================================================================== --- head/x11/libXdamage/Makefile Thu Jun 28 08:41:53 2018 (r473491) +++ head/x11/libXdamage/Makefile Thu Jun 28 09:07:19 2018 (r473492) @@ -9,6 +9,9 @@ CATEGORIES= x11 MAINTAINER= x11@FreeBSD.org COMMENT= X Damage extension library +LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/COPYING + XORG_CAT= lib USE_XORG= x11 damageproto:both xfixes fixesproto xextproto xproto:both Modified: head/x11/libXdamage/pkg-descr ============================================================================== --- head/x11/libXdamage/pkg-descr Thu Jun 28 08:41:53 2018 (r473491) +++ head/x11/libXdamage/pkg-descr Thu Jun 28 09:07:19 2018 (r473492) @@ -1,3 +1,3 @@ This package contains the X Damage 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?201806280907.w5S97Jlo071900>