svn commit: r524164 - head/deskutils/mate-notification-daemon

Dmitry Marakasov amdmi3 at FreeBSD.org
Sun Jan 26 09:30:28 UTC 2020


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 at 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/


More information about the svn-ports-all mailing list