git: d42708d1bec7 - main - textproc/difftastic: Remove incorrect CPE information
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 18 Apr 2022 17:54:36 UTC
The branch main has been updated by decke:
URL: https://cgit.FreeBSD.org/ports/commit/?id=d42708d1bec7735124a41c9e71450f20c8c9772e
commit d42708d1bec7735124a41c9e71450f20c8c9772e
Author: Bernhard Froehlich <decke@FreeBSD.org>
AuthorDate: 2022-04-18 17:53:13 +0000
Commit: Bernhard Froehlich <decke@FreeBSD.org>
CommitDate: 2022-04-18 17:53:13 +0000
textproc/difftastic: Remove incorrect CPE information
There is no CVE entry for this project yet and it does not exist in the
CPE database so addint it was most likely a mistake.
Approved by: portmgr (blanket)
---
textproc/difftastic/Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/textproc/difftastic/Makefile b/textproc/difftastic/Makefile
index 57111f67d955..a045c2f23f0c 100644
--- a/textproc/difftastic/Makefile
+++ b/textproc/difftastic/Makefile
@@ -8,7 +8,7 @@ COMMENT= Diff tool that compares files based on their syntax
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
-USES= cargo cpe
+USES= cargo
USE_GITHUB= yes
GH_ACCOUNT= Wilfred