diff options
author | tobik <tobik@FreeBSD.org> | 2019-01-23 18:29:53 +0800 |
---|---|---|
committer | tobik <tobik@FreeBSD.org> | 2019-01-23 18:29:53 +0800 |
commit | b23960c4f6da1166b7934a5a150732faec3aaf12 (patch) | |
tree | 639b7c70b9556884a311f6ff94de5c1ddc2f64af /x11 | |
parent | 44ee21338e619cb7f44654a8eb2fa51fe12e13e2 (diff) | |
download | freebsd-ports-gnome-b23960c4f6da1166b7934a5a150732faec3aaf12.tar.gz freebsd-ports-gnome-b23960c4f6da1166b7934a5a150732faec3aaf12.tar.zst freebsd-ports-gnome-b23960c4f6da1166b7934a5a150732faec3aaf12.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 |