git: a62f8b2cddad - main - sysutils/squashfs-tools: Fix CPE information because current one is deprecated

Bernhard Froehlich decke at FreeBSD.org
Tue Sep 14 10:57:06 UTC 2021


The branch main has been updated by decke:

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

commit a62f8b2cddad44e9e9f457b13f023851a9518532
Author:     Bernhard Froehlich <decke at FreeBSD.org>
AuthorDate: 2021-09-14 10:41:15 +0000
Commit:     Bernhard Froehlich <decke at FreeBSD.org>
CommitDate: 2021-09-14 10:55:35 +0000

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

diff --git a/sysutils/squashfs-tools/Makefile b/sysutils/squashfs-tools/Makefile
index e2781fe49af4..08a953db9dec 100644
--- a/sysutils/squashfs-tools/Makefile
+++ b/sysutils/squashfs-tools/Makefile
@@ -26,7 +26,7 @@ XZ_DESC=	XZ (LZMA2) compression support
 WRKSRC=		${WRKDIR}/${DISTNAME}/squashfs-tools
 
 CPE_PRODUCT=	squashfs
-CPE_VENDOR=	phillip_lougher
+CPE_VENDOR=	squashfs_project
 
 USE_CSTD=	gnu89
 


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