svn commit: r491030 - head/x11/gdm

Tobias Kortkamp tobik at FreeBSD.org
Wed Jan 23 10:29:55 UTC 2019


Author: tobik
Date: Wed Jan 23 10:29:53 2019
New Revision: 491030
URL: https://svnweb.freebsd.org/changeset/ports/491030

Log:
  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

Modified:
  head/x11/gdm/Makefile

Modified: head/x11/gdm/Makefile
==============================================================================
--- head/x11/gdm/Makefile	Wed Jan 23 09:59:54 2019	(r491029)
+++ head/x11/gdm/Makefile	Wed Jan 23 10:29:53 2019	(r491030)
@@ -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


More information about the svn-ports-all mailing list