Date: Sun, 19 Apr 2020 09:32:31 +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: r532094 - head/x11/lxrandr Message-ID: <202004190932.03J9WVx2021019@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: amdmi3 Date: Sun Apr 19 09:32:30 2020 New Revision: 532094 URL: https://svnweb.freebsd.org/changeset/ports/532094 Log: - Fix LICENSE - Add LICENSE_FILE - Update WWW Approved by: portmgr blanket Modified: head/x11/lxrandr/Makefile head/x11/lxrandr/pkg-descr Modified: head/x11/lxrandr/Makefile ============================================================================== --- head/x11/lxrandr/Makefile Sun Apr 19 09:15:55 2020 (r532093) +++ head/x11/lxrandr/Makefile Sun Apr 19 09:32:30 2020 (r532094) @@ -9,7 +9,8 @@ MASTER_SITES= SF/lxde/LXRandR%20%28monitor%20config%20 MAINTAINER= ericbsd@FreeBSD.org COMMENT= Monitor configuration tool -LICENSE= GPLv2 +LICENSE= GPLv2+ +LICENSE_FILE= ${WRKSRC}/COPYING LIB_DEPENDS= libfontconfig.so:x11-fonts/fontconfig \ libfreetype.so:print/freetype2 Modified: head/x11/lxrandr/pkg-descr ============================================================================== --- head/x11/lxrandr/pkg-descr Sun Apr 19 09:15:55 2020 (r532093) +++ head/x11/lxrandr/pkg-descr Sun Apr 19 09:32:30 2020 (r532094) @@ -4,4 +4,4 @@ into LXDE or choose to use a big screen projector. Loc extenal screen can be used at the same time. LXRandR configures the screen solution automatically. -WWW: http://wiki.lxde.org/en/LXRandR +WWW: https://wiki.lxde.org/en/LXRandR
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202004190932.03J9WVx2021019>