svn commit: r463467 - head/x11/kbproto

Dmitry Marakasov amdmi3 at FreeBSD.org
Sat Mar 3 08:33:05 UTC 2018


Author: amdmi3
Date: Sat Mar  3 08:33:04 2018
New Revision: 463467
URL: https://svnweb.freebsd.org/changeset/ports/463467

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

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

Modified: head/x11/kbproto/Makefile
==============================================================================
--- head/x11/kbproto/Makefile	Sat Mar  3 07:31:45 2018	(r463466)
+++ head/x11/kbproto/Makefile	Sat Mar  3 08:33:04 2018	(r463467)
@@ -8,6 +8,9 @@ CATEGORIES=	x11
 MAINTAINER=	x11 at FreeBSD.org
 COMMENT=	KB extension headers
 
+LICENSE=	MIT
+LICENSE_FILE=	${WRKSRC}/COPYING
+
 XORG_CAT=	proto
 
 .include <bsd.port.mk>

Modified: head/x11/kbproto/pkg-descr
==============================================================================
--- head/x11/kbproto/pkg-descr	Sat Mar  3 07:31:45 2018	(r463466)
+++ head/x11/kbproto/pkg-descr	Sat Mar  3 08:33:04 2018	(r463467)
@@ -1,3 +1,3 @@
 This package contains X.Org KB extension headers.
 
-WWW: http://www.freedesktop.org/wiki/Software/xlibs
+WWW: https://www.freedesktop.org/wiki/Software/xlibs/


More information about the svn-ports-all mailing list