Date: Wed, 21 Mar 2018 08:33:24 +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: r465158 - head/x11/xextproto Message-ID: <201803210833.w2L8XOje005715@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: amdmi3 Date: Wed Mar 21 08:33:23 2018 New Revision: 465158 URL: https://svnweb.freebsd.org/changeset/ports/465158 Log: - Add LICENSE - Update WWW Approved by: portmgr blanket Modified: head/x11/xextproto/Makefile head/x11/xextproto/pkg-descr Modified: head/x11/xextproto/Makefile ============================================================================== --- head/x11/xextproto/Makefile Wed Mar 21 08:12:32 2018 (r465157) +++ head/x11/xextproto/Makefile Wed Mar 21 08:33:23 2018 (r465158) @@ -8,6 +8,9 @@ CATEGORIES= x11 MAINTAINER= x11@FreeBSD.org COMMENT= XExt extension headers +LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/COPYING + XORG_CAT= proto CONFIGURE_ARGS+=--disable-specs Modified: head/x11/xextproto/pkg-descr ============================================================================== --- head/x11/xextproto/pkg-descr Wed Mar 21 08:12:32 2018 (r465157) +++ head/x11/xextproto/pkg-descr Wed Mar 21 08:33:23 2018 (r465158) @@ -1,3 +1,3 @@ This package contains X.Org XExt 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?201803210833.w2L8XOje005715>