Date: Thu, 1 Mar 2018 08:33:02 +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: r463286 - head/x11/xcmiscproto Message-ID: <201803010833.w218X2UK019221@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: amdmi3 Date: Thu Mar 1 08:33:02 2018 New Revision: 463286 URL: https://svnweb.freebsd.org/changeset/ports/463286 Log: - Add LICENSE - Update WWW Approved by: portmgr blanket Modified: head/x11/xcmiscproto/Makefile head/x11/xcmiscproto/pkg-descr Modified: head/x11/xcmiscproto/Makefile ============================================================================== --- head/x11/xcmiscproto/Makefile Thu Mar 1 07:11:11 2018 (r463285) +++ head/x11/xcmiscproto/Makefile Thu Mar 1 08:33:02 2018 (r463286) @@ -8,6 +8,9 @@ CATEGORIES= x11 MAINTAINER= x11@FreeBSD.org COMMENT= XCMisc extension headers +LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/COPYING + XORG_CAT= proto CONFIGURE_ARGS+=--disable-specs --without-xmlto Modified: head/x11/xcmiscproto/pkg-descr ============================================================================== --- head/x11/xcmiscproto/pkg-descr Thu Mar 1 07:11:11 2018 (r463285) +++ head/x11/xcmiscproto/pkg-descr Thu Mar 1 08:33:02 2018 (r463286) @@ -1,3 +1,3 @@ This package contains X.Org XCMisc extension headers. -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?201803010833.w218X2UK019221>