diff options
author | Tobias Kortkamp <tobik@FreeBSD.org> | 2019-01-23 18:29:53 +0800 |
---|---|---|
committer | Tobias Kortkamp <tobik@FreeBSD.org> | 2019-01-23 18:29:53 +0800 |
commit | 262ab935ee7f86ab89da6d38008a3a0e6c4073b9 (patch) | |
tree | 639b7c70b9556884a311f6ff94de5c1ddc2f64af /x11 | |
parent | 03479ec7f3d7affdd3f0a57f0c62b349a04d99f7 (diff) | |
download | freebsd-ports-gnome-262ab935ee7f86ab89da6d38008a3a0e6c4073b9.tar.gz freebsd-ports-gnome-262ab935ee7f86ab89da6d38008a3a0e6c4073b9.tar.zst freebsd-ports-gnome-262ab935ee7f86ab89da6d38008a3a0e6c4073b9.zip |
x11/gdm: Correct CPE (do not set CPE_VENDOR twice)
There are no CPE that match
cpe:2.3:a:gnome_display_manager:gdm:*:*:*:*:*:*
Correct it to
cpe:2.3:a:gnome:gnome_display_manager:*:*:*:*:*:*:*:*
PR: 234851
Approved by: gnome (maintainer timeout, 2 weeks)
Differential Revision: https://reviews.freebsd.org/D18801
Diffstat (limited to 'x11')
-rw-r--r-- | x11/gdm/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x11/gdm/Makefile b/x11/gdm/Makefile index 2892e8c21290..5c73fa5e3e02 100644 --- a/x11/gdm/Makefile +++ b/x11/gdm/Makefile @@ -42,7 +42,7 @@ PORTSCOUT= limitw:1,even USES= cpe gettext gmake gnome libtool pathfix pkgconfig tar:xz CPE_VENDOR= gnome -CPE_VENDOR= gnome_display_manager +CPE_PRODUCT= gnome_display_manager USE_GNOME= cairo dconf gtk30 intltool introspection USE_LDCONFIG= yes USE_XORG= x11 xau xcb xdmcp xorgproto |