svn commit: r465074 - head/x11/libXau

Dmitry Marakasov amdmi3 at FreeBSD.org
Tue Mar 20 08:33:21 UTC 2018


Author: amdmi3
Date: Tue Mar 20 08:33:20 2018
New Revision: 465074
URL: https://svnweb.freebsd.org/changeset/ports/465074

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

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

Modified: head/x11/libXau/Makefile
==============================================================================
--- head/x11/libXau/Makefile	Tue Mar 20 08:16:55 2018	(r465073)
+++ head/x11/libXau/Makefile	Tue Mar 20 08:33:20 2018	(r465074)
@@ -9,6 +9,9 @@ CATEGORIES=	x11
 MAINTAINER=	x11 at FreeBSD.org
 COMMENT=	Authentication Protocol library for X11
 
+LICENSE=	MIT
+LICENSE_FILE=	${WRKSRC}/COPYING
+
 XORG_CAT=	lib
 USE_XORG=	xproto:both
 

Modified: head/x11/libXau/pkg-descr
==============================================================================
--- head/x11/libXau/pkg-descr	Tue Mar 20 08:16:55 2018	(r465073)
+++ head/x11/libXau/pkg-descr	Tue Mar 20 08:33:20 2018	(r465074)
@@ -1,3 +1,3 @@
 This package contains a library for the Authorization Protocol for X11.
 
-WWW: http://www.freedesktop.org/Software/xlibs
+WWW: https://www.freedesktop.org/wiki/Software/xlibs/


More information about the svn-ports-head mailing list