Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 14 Sep 2021 10:56:38 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: a66f8154d4ce - main - graphics/libexif: Fix CPE information because current one is deprecated
Message-ID:  <202109141056.18EAucZw055793@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=a66f8154d4cea654e05c6287240adfacb8515b6c

commit a66f8154d4cea654e05c6287240adfacb8515b6c
Author:     Bernhard Froehlich <decke@FreeBSD.org>
AuthorDate: 2021-09-14 09:30:00 +0000
Commit:     Bernhard Froehlich <decke@FreeBSD.org>
CommitDate: 2021-09-14 10:55:13 +0000

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

diff --git a/graphics/libexif/Makefile b/graphics/libexif/Makefile
index a4b25834f46e..34083371f3fe 100644
--- a/graphics/libexif/Makefile
+++ b/graphics/libexif/Makefile
@@ -13,7 +13,7 @@ LICENSE_FILE=	${WRKSRC}/COPYING
 
 USES=		cpe gmake libtool localbase pathfix pkgconfig tar:xz
 
-CPE_VENDOR=	curtis_galloway
+CPE_VENDOR=	libexif_project
 
 CONFIGURE_ARGS=	--disable-docs
 GNU_CONFIGURE=	yes



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