Date: Sat, 14 Jul 2018 09:37:43 +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: r474634 - head/devel/xorg-macros Message-ID: <201807140937.w6E9bhiE012864@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: amdmi3 Date: Sat Jul 14 09:37:42 2018 New Revision: 474634 URL: https://svnweb.freebsd.org/changeset/ports/474634 Log: - Add LICENSE_FILE - Update WWW Approved by: portmgr blanket Modified: head/devel/xorg-macros/Makefile head/devel/xorg-macros/pkg-descr Modified: head/devel/xorg-macros/Makefile ============================================================================== --- head/devel/xorg-macros/Makefile Sat Jul 14 09:24:59 2018 (r474633) +++ head/devel/xorg-macros/Makefile Sat Jul 14 09:37:42 2018 (r474634) @@ -10,6 +10,7 @@ MAINTAINER= x11@FreeBSD.org COMMENT= X.Org development aclocal macros LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/COPYING XORG_CAT= util Modified: head/devel/xorg-macros/pkg-descr ============================================================================== --- head/devel/xorg-macros/pkg-descr Sat Jul 14 09:24:59 2018 (r474633) +++ head/devel/xorg-macros/pkg-descr Sat Jul 14 09:37:42 2018 (r474634) @@ -1,4 +1,4 @@ This package contains the aclocal macros needed for building xorg modules from upstream source. -WWW: http://cgit.freedesktop.org/xorg/util/macros/ +WWW: https://cgit.freedesktop.org/xorg/util/macros/
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201807140937.w6E9bhiE012864>