Date: Mon, 16 Apr 2018 09:03:40 +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: r467468 - head/x11/recordproto Message-ID: <201804160903.w3G93eUa076305@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: amdmi3 Date: Mon Apr 16 09:03:40 2018 New Revision: 467468 URL: https://svnweb.freebsd.org/changeset/ports/467468 Log: - Add LICENSE - Update WWW Approved by: portmgr blanket Modified: head/x11/recordproto/Makefile head/x11/recordproto/pkg-descr Modified: head/x11/recordproto/Makefile ============================================================================== --- head/x11/recordproto/Makefile Mon Apr 16 08:44:20 2018 (r467467) +++ head/x11/recordproto/Makefile Mon Apr 16 09:03:40 2018 (r467468) @@ -8,6 +8,9 @@ CATEGORIES= x11 MAINTAINER= x11@FreeBSD.org COMMENT= RECORD extension headers +LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/COPYING + XORG_CAT= proto CONFIGURE_ARGS+=--disable-specs --without-xmlto Modified: head/x11/recordproto/pkg-descr ============================================================================== --- head/x11/recordproto/pkg-descr Mon Apr 16 08:44:20 2018 (r467467) +++ head/x11/recordproto/pkg-descr Mon Apr 16 09:03:40 2018 (r467468) @@ -1,3 +1,3 @@ This package contains X.Org RECORD 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?201804160903.w3G93eUa076305>