Date: Tue, 5 Jun 2018 13:39:15 +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: r471760 - head/x11/libxkbfile Message-ID: <201806051339.w55DdFnO077332@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: amdmi3 Date: Tue Jun 5 13:39:15 2018 New Revision: 471760 URL: https://svnweb.freebsd.org/changeset/ports/471760 Log: - Add LICENSE_FILE - Update WWW PR: 227961 Submitted by: 0mp Approved by: maintainer timeout (x11, a month) Modified: head/x11/libxkbfile/Makefile head/x11/libxkbfile/pkg-descr Modified: head/x11/libxkbfile/Makefile ============================================================================== --- head/x11/libxkbfile/Makefile Tue Jun 5 13:38:19 2018 (r471759) +++ head/x11/libxkbfile/Makefile Tue Jun 5 13:39:15 2018 (r471760) @@ -9,6 +9,7 @@ MAINTAINER= x11@FreeBSD.org COMMENT= XKB file library LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/COPYING XORG_CAT= lib USE_XORG= x11 kbproto:both Modified: head/x11/libxkbfile/pkg-descr ============================================================================== --- head/x11/libxkbfile/pkg-descr Tue Jun 5 13:38:19 2018 (r471759) +++ head/x11/libxkbfile/pkg-descr Tue Jun 5 13:39:15 2018 (r471760) @@ -1,3 +1,3 @@ This package contains the XKB file library. -WWW: http://www.freedesktop.org/Software/xorg +WWW: https://www.freedesktop.org/Software/xorg
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201806051339.w55DdFnO077332>