Date: Fri, 7 Jun 2019 13:54:12 +0000 (UTC) From: Guido Falsi <madpilot@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r503629 - in head: archivers/thunar-archive-plugin mail/xfce4-mailwatch-plugin Message-ID: <201906071354.x57DsCeK056739@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: madpilot Date: Fri Jun 7 13:54:12 2019 New Revision: 503629 URL: https://svnweb.freebsd.org/changeset/ports/503629 Log: Add LICENSE Modified: head/archivers/thunar-archive-plugin/Makefile head/mail/xfce4-mailwatch-plugin/Makefile Modified: head/archivers/thunar-archive-plugin/Makefile ============================================================================== --- head/archivers/thunar-archive-plugin/Makefile Fri Jun 7 11:54:01 2019 (r503628) +++ head/archivers/thunar-archive-plugin/Makefile Fri Jun 7 13:54:12 2019 (r503629) @@ -11,6 +11,9 @@ DIST_SUBDIR= xfce4 MAINTAINER= xfce@FreeBSD.org COMMENT= Archive plugin for the Thunar File Manager +LICENSE= GPLv2 +LICENSE_FILE= ${WRKSRC}/COPYING + LIB_DEPENDS= libfontconfig.so:x11-fonts/fontconfig \ libfreetype.so:print/freetype2 Modified: head/mail/xfce4-mailwatch-plugin/Makefile ============================================================================== --- head/mail/xfce4-mailwatch-plugin/Makefile Fri Jun 7 11:54:01 2019 (r503628) +++ head/mail/xfce4-mailwatch-plugin/Makefile Fri Jun 7 13:54:12 2019 (r503629) @@ -11,6 +11,9 @@ DIST_SUBDIR= xfce4 MAINTAINER= xfce@FreeBSD.org COMMENT= Mail notification applet for the Xfce panel +LICENSE= GPLv2 +LICENSE_FILE= ${WRKSRC}/COPYING + LIB_DEPENDS= libgnutls.so:security/gnutls \ libgcrypt.so:security/libgcrypt \ libgpg-error.so:security/libgpg-error \
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201906071354.x57DsCeK056739>