Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 20 Mar 2018 08:33:20 +0000 (UTC)
From:      Dmitry Marakasov <amdmi3@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r465074 - head/x11/libXau
Message-ID:  <201803200833.w2K8XKkr079309@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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/



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201803200833.w2K8XKkr079309>