Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 14 Sep 2021 10:56:29 GMT
From:      Bernhard Froehlich <decke@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 82cc7ed9c6a4 - main - deskutils/spice-gtk: Fix CPE information because current one is deprecated
Message-ID:  <202109141056.18EAuTOI055591@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by decke:

URL: https://cgit.FreeBSD.org/ports/commit/?id=82cc7ed9c6a4647b9ed44dc83ea68afd8bd7b24c

commit 82cc7ed9c6a4647b9ed44dc83ea68afd8bd7b24c
Author:     Bernhard Froehlich <decke@FreeBSD.org>
AuthorDate: 2021-09-14 09:19:47 +0000
Commit:     Bernhard Froehlich <decke@FreeBSD.org>
CommitDate: 2021-09-14 10:55:04 +0000

    deskutils/spice-gtk: Fix CPE information because current one is deprecated
    
    Approved by:    portmgr (blanket)
---
 deskutils/spice-gtk/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/deskutils/spice-gtk/Makefile b/deskutils/spice-gtk/Makefile
index 7a00d3d0410c..2ca089c4088a 100644
--- a/deskutils/spice-gtk/Makefile
+++ b/deskutils/spice-gtk/Makefile
@@ -24,7 +24,7 @@ USE_XORG=	pixman x11
 USE_GNOME=	cairo gdkpixbuf2 gnomeprefix gtk30 intltool introspection:build
 USE_GSTREAMER1=	yes
 
-CPE_VENDOR=	redhat
+CPE_VENDOR=	spice-gtk_project
 
 SPICE_SSL_CFLAGS=	-I${OPENSSLINC}
 SPICE_SSL_LIBS=		-L${OPENSSLLIB} -lcrypto -lssl



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202109141056.18EAuTOI055591>