svn commit: r465507 - head/x11/randrproto

Dmitry Marakasov amdmi3 at FreeBSD.org
Sun Mar 25 09:03:22 UTC 2018


Author: amdmi3
Date: Sun Mar 25 09:03:21 2018
New Revision: 465507
URL: https://svnweb.freebsd.org/changeset/ports/465507

Log:
  - Add LICENSE
  - Add WWW
  
  Approved by:	portmgr blanket

Modified:
  head/x11/randrproto/Makefile
  head/x11/randrproto/pkg-descr

Modified: head/x11/randrproto/Makefile
==============================================================================
--- head/x11/randrproto/Makefile	Sun Mar 25 08:43:20 2018	(r465506)
+++ head/x11/randrproto/Makefile	Sun Mar 25 09:03:21 2018	(r465507)
@@ -8,6 +8,9 @@ CATEGORIES=	x11
 MAINTAINER=	x11 at FreeBSD.org
 COMMENT=	Randr extension headers
 
+LICENSE=	MIT
+LICENSE_FILE=	${WRKSRC}/COPYING
+
 XORG_CAT=	proto
 
 .include <bsd.port.mk>

Modified: head/x11/randrproto/pkg-descr
==============================================================================
--- head/x11/randrproto/pkg-descr	Sun Mar 25 08:43:20 2018	(r465506)
+++ head/x11/randrproto/pkg-descr	Sun Mar 25 09:03:21 2018	(r465507)
@@ -1 +1,3 @@
 This package contains X.Org Randr extension headers.
+
+WWW: https://www.freedesktop.org/wiki/Software/xlibs/


More information about the svn-ports-head mailing list