Date: Sun, 26 Jan 2020 09:30:28 +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: r524164 - head/deskutils/mate-notification-daemon Message-ID: <202001260930.00Q9USM7015959@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: amdmi3 Date: Sun Jan 26 09:30:27 2020 New Revision: 524164 URL: https://svnweb.freebsd.org/changeset/ports/524164 Log: - Fix LICENSE (GPLv3+ is used by coco and nodoka themes) - Add LICENSE_FILE - Update WWW Approved by: portmgr blanket Modified: head/deskutils/mate-notification-daemon/Makefile head/deskutils/mate-notification-daemon/pkg-descr Modified: head/deskutils/mate-notification-daemon/Makefile ============================================================================== --- head/deskutils/mate-notification-daemon/Makefile Sun Jan 26 09:03:48 2020 (r524163) +++ head/deskutils/mate-notification-daemon/Makefile Sun Jan 26 09:30:27 2020 (r524164) @@ -10,8 +10,9 @@ DIST_SUBDIR= mate MAINTAINER= gnome@FreeBSD.org COMMENT= Send small notifications to your desktop -LICENSE= GPLv2 -LICENSE_FILE= ${WRKSRC}/COPYING +LICENSE= GPLv2+ GPLv3+ +LICENSE_COMB= multi +LICENSE_FILE_GPLv2+ = ${WRKSRC}/COPYING LIB_DEPENDS= libdbus-1.so:devel/dbus \ libdbus-glib-1.so:devel/dbus-glib \ Modified: head/deskutils/mate-notification-daemon/pkg-descr ============================================================================== --- head/deskutils/mate-notification-daemon/pkg-descr Sun Jan 26 09:03:48 2020 (r524163) +++ head/deskutils/mate-notification-daemon/pkg-descr Sun Jan 26 09:30:27 2020 (r524164) @@ -6,4 +6,4 @@ of time. This port contains the daemon. -WWW: http://mate-desktop.org/ +WWW: https://mate-desktop.org/
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202001260930.00Q9USM7015959>