svn commit: r486506 - head/x11/deforaos-keyboard
Dmitry Marakasov
amdmi3 at FreeBSD.org
Mon Dec 3 09:31:27 UTC 2018
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 at 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/
More information about the svn-ports-head
mailing list