Date: Sat, 7 Apr 2018 09:03:34 +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: r466710 - head/x11/fixesproto Message-ID: <201804070903.w3793YP1040240@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: amdmi3 Date: Sat Apr 7 09:03:33 2018 New Revision: 466710 URL: https://svnweb.freebsd.org/changeset/ports/466710 Log: - Add LICENSE - Update WWW Approved by: portmgr blanket Modified: head/x11/fixesproto/Makefile head/x11/fixesproto/pkg-descr Modified: head/x11/fixesproto/Makefile ============================================================================== --- head/x11/fixesproto/Makefile Sat Apr 7 04:29:08 2018 (r466709) +++ head/x11/fixesproto/Makefile Sat Apr 7 09:03:33 2018 (r466710) @@ -8,6 +8,9 @@ CATEGORIES= x11 MAINTAINER= x11@FreeBSD.org COMMENT= Fixes extension headers +LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/COPYING + XORG_CAT= proto .include <bsd.port.mk> Modified: head/x11/fixesproto/pkg-descr ============================================================================== --- head/x11/fixesproto/pkg-descr Sat Apr 7 04:29:08 2018 (r466709) +++ head/x11/fixesproto/pkg-descr Sat Apr 7 09:03:33 2018 (r466710) @@ -1,4 +1,4 @@ This package contains X.Org Fixes extension protocol specification and header files. -WWW: http://www.freedesktop.org/wiki/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?201804070903.w3793YP1040240>