svn commit: r554135 - in head: graphics/colord-gtk security/gnome-keyring x11/gdm
Mateusz Piotrowski
0mp at FreeBSD.org
Thu Nov 5 15:54:12 UTC 2020
Author: 0mp
Date: Thu Nov 5 15:54:11 2020
New Revision: 554135
URL: https://svnweb.freebsd.org/changeset/ports/554135
Log:
Fix typos in the LICENSE_FILE variable name
Approved by: portmgr blanket
Modified:
head/graphics/colord-gtk/Makefile
head/security/gnome-keyring/Makefile
head/x11/gdm/Makefile
Modified: head/graphics/colord-gtk/Makefile
==============================================================================
--- head/graphics/colord-gtk/Makefile Thu Nov 5 15:01:47 2020 (r554134)
+++ head/graphics/colord-gtk/Makefile Thu Nov 5 15:54:11 2020 (r554135)
@@ -10,7 +10,7 @@ MAINTAINER= kwm at FreeBSD.org
COMMENT= Manage color profiles to accurately color input/output devices
LICENSE= LGPL3
-LICENSE_FILES= ${WRKSRC}/COPYING
+LICENSE_FILE= ${WRKSRC}/COPYING
BUILD_DEPENDS= xsltproc:textproc/libxslt \
docbook-xsl-ns>0:textproc/docbook-xsl-ns
Modified: head/security/gnome-keyring/Makefile
==============================================================================
--- head/security/gnome-keyring/Makefile Thu Nov 5 15:01:47 2020 (r554134)
+++ head/security/gnome-keyring/Makefile Thu Nov 5 15:54:11 2020 (r554135)
@@ -12,7 +12,7 @@ MAINTAINER= gnome at FreeBSD.org
COMMENT= Program that keeps passwords and other secrets
LICENSE= GPLv2
-LICENSE_FILES= ${WRKSRC}/COPYING
+LICENSE_FILE= ${WRKSRC}/COPYING
BUILD_DEPENDS= ca_root_nss>=0:security/ca_root_nss \
docbook-xsl>=0:textproc/docbook-xsl \
Modified: head/x11/gdm/Makefile
==============================================================================
--- head/x11/gdm/Makefile Thu Nov 5 15:01:47 2020 (r554134)
+++ head/x11/gdm/Makefile Thu Nov 5 15:54:11 2020 (r554135)
@@ -12,7 +12,7 @@ MAINTAINER= gnome at FreeBSD.org
COMMENT= GNOME 3 display manager
LICENSE= GPLv2
-LICENSE_FILES= ${WRKSRC}/COPYING
+LICENSE_FILE= ${WRKSRC}/COPYING
BUILD_DEPENDS= zenity>=3.0.0:x11/zenity \
itstool:textproc/itstool \
More information about the svn-ports-all
mailing list