svn commit: r467300 - head/x11/renderproto

Dmitry Marakasov amdmi3 at FreeBSD.org
Sat Apr 14 09:03:39 UTC 2018


Author: amdmi3
Date: Sat Apr 14 09:03:38 2018
New Revision: 467300
URL: https://svnweb.freebsd.org/changeset/ports/467300

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

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

Modified: head/x11/renderproto/Makefile
==============================================================================
--- head/x11/renderproto/Makefile	Sat Apr 14 08:47:16 2018	(r467299)
+++ head/x11/renderproto/Makefile	Sat Apr 14 09:03:38 2018	(r467300)
@@ -8,6 +8,9 @@ CATEGORIES=	x11
 MAINTAINER=	x11 at FreeBSD.org
 COMMENT=	RenderProto protocol headers
 
+LICENSE=	MIT
+LICENSE_FILE=	${WRKSRC}/COPYING
+
 XORG_CAT=	proto
 
 .include <bsd.port.mk>

Modified: head/x11/renderproto/pkg-descr
==============================================================================
--- head/x11/renderproto/pkg-descr	Sat Apr 14 08:47:16 2018	(r467299)
+++ head/x11/renderproto/pkg-descr	Sat Apr 14 09:03:38 2018	(r467300)
@@ -1 +1,3 @@
 This package contains X.Org RenderProto protocol headers.
+
+WWW: https://www.freedesktop.org/wiki/Software/xlibs/


More information about the svn-ports-head mailing list