git: b11734a3dbe0 - main - www/darkhttpd: Add CPE information, pet porlint warning
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 28 Jun 2022 10:58:02 UTC
The branch main has been updated by decke: URL: https://cgit.FreeBSD.org/ports/commit/?id=b11734a3dbe024ddcf28298c7724b9387ac6ceeb commit b11734a3dbe024ddcf28298c7724b9387ac6ceeb Author: Bernhard Froehlich <decke@FreeBSD.org> AuthorDate: 2022-06-28 10:57:10 +0000 Commit: Bernhard Froehlich <decke@FreeBSD.org> CommitDate: 2022-06-28 10:57:10 +0000 www/darkhttpd: Add CPE information, pet porlint warning Approved by: portmgr (blanket) --- www/darkhttpd/Makefile | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/www/darkhttpd/Makefile b/www/darkhttpd/Makefile index 07ad7aa22332..fc0c5d2b6037 100644 --- a/www/darkhttpd/Makefile +++ b/www/darkhttpd/Makefile @@ -1,6 +1,6 @@ PORTNAME= darkhttpd -DISTVERSION= 1.13 DISTVERSIONPREFIX= v +DISTVERSION= 1.13 CATEGORIES= www MAINTAINER= henrichartzer@tuta.io @@ -8,6 +8,10 @@ COMMENT= Simple, static web server LICENSE= ISCL +USES= cpe + +CPE_VENDOR= darkhttpd_project + USE_GITHUB= yes GH_ACCOUNT= emikulic