Date: Mon, 3 Dec 2018 09:31:26 +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: r486506 - head/x11/deforaos-keyboard Message-ID: <201812030931.wB39VQTQ053793@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: amdmi3 Date: Mon Dec 3 09:31:25 2018 New Revision: 486506 URL: https://svnweb.freebsd.org/changeset/ports/486506 Log: - Fix LICENSE - Whitespace and portlint fixes, add missing USES=gnome - Update WWW Approved by: portmgr blanket Modified: head/x11/deforaos-keyboard/Makefile head/x11/deforaos-keyboard/pkg-descr Modified: head/x11/deforaos-keyboard/Makefile ============================================================================== --- head/x11/deforaos-keyboard/Makefile Mon Dec 3 09:21:26 2018 (r486505) +++ head/x11/deforaos-keyboard/Makefile Mon Dec 3 09:31:25 2018 (r486506) @@ -11,16 +11,16 @@ DISTNAME= Keyboard-${PORTVERSION} MAINTAINER= olivier@FreeBSD.org COMMENT= DeforaOS desktop virtual keyboard -LICENSE= GPLv3 +LICENSE= BSD2CLAUSE LICENSE_FILE= ${WRKSRC}/COPYING LIB_DEPENDS= libDesktop.so:x11/deforaos-libdesktop \ - libSystem.so:devel/deforaos-libsystem \ - libfontconfig.so:x11-fonts/fontconfig \ - libfreetype.so:print/freetype2 + libSystem.so:devel/deforaos-libsystem \ + libfontconfig.so:x11-fonts/fontconfig \ + libfreetype.so:print/freetype2 +USES= desktop-file-utils gnome pkgconfig USE_GNOME= gtk20 cairo gdkpixbuf2 -USES= desktop-file-utils pkgconfig USE_XORG= x11 xtst MAKE_ARGS+= PREFIX=${PREFIX} Modified: head/x11/deforaos-keyboard/pkg-descr ============================================================================== --- head/x11/deforaos-keyboard/pkg-descr Mon Dec 3 09:21:26 2018 (r486505) +++ head/x11/deforaos-keyboard/pkg-descr Mon Dec 3 09:31:25 2018 (r486506) @@ -1,3 +1,3 @@ DeforaOS desktop virtual keyboard -WWW: http://www.defora.org/ +WWW: https://www.defora.org/
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201812030931.wB39VQTQ053793>