git: c5d03effbe64 - main - graphics/feh: Fix CPE information because current one is deprecated

Bernhard Froehlich decke at FreeBSD.org
Tue Sep 14 10:56:38 UTC 2021


The branch main has been updated by decke:

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

commit c5d03effbe648ba60fdb5530c678d1335fc8017e
Author:     Bernhard Froehlich <decke at FreeBSD.org>
AuthorDate: 2021-09-14 09:29:16 +0000
Commit:     Bernhard Froehlich <decke at FreeBSD.org>
CommitDate: 2021-09-14 10:55:12 +0000

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

diff --git a/graphics/feh/Makefile b/graphics/feh/Makefile
index 8973295db4e9..1d7d1ef1c7d2 100644
--- a/graphics/feh/Makefile
+++ b/graphics/feh/Makefile
@@ -18,7 +18,7 @@ LIB_DEPENDS=	libImlib2.so:graphics/imlib2 \
 USES=		compiler:c++11-lang cpe desktop-file-utils gmake localbase:ldflags \
 		tar:bzip2 xorg
 USE_XORG=	x11 xt xinerama
-CPE_VENDOR=	daniel_friesel
+CPE_VENDOR=	feh_project
 
 MAKE_ENV+=	LDFLAGS="${LDFLAGS}" verscmp=0
 


More information about the dev-commits-ports-main mailing list