svn commit: r471904 - head/x11/libXcomposite

Dmitry Marakasov amdmi3 at FreeBSD.org
Thu Jun 7 09:06:01 UTC 2018


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 at 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/


More information about the svn-ports-all mailing list