Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 31 Jul 2023 16:45:54 GMT
From:      Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 48c9b8be1be8 - main - www/llhttp: Update WWW and clean up pkg-descr
Message-ID:  <202307311645.36VGjsrR079406@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by sunpoet:

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

commit 48c9b8be1be8023b55cf67cd4e3045fbdeea465c
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2023-07-31 16:30:42 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2023-07-31 16:39:53 +0000

    www/llhttp: Update WWW and clean up pkg-descr
---
 www/llhttp/Makefile  | 3 ++-
 www/llhttp/pkg-descr | 2 --
 2 files changed, 2 insertions(+), 3 deletions(-)

diff --git a/www/llhttp/Makefile b/www/llhttp/Makefile
index 25169bdb7e2c..a5b9e34e6f85 100644
--- a/www/llhttp/Makefile
+++ b/www/llhttp/Makefile
@@ -5,7 +5,8 @@ CATEGORIES=	www
 
 MAINTAINER=	sunpoet@FreeBSD.org
 COMMENT=	Port of http_parser to llparse
-WWW=		https://llhttp.org/
+WWW=		https://llhttp.org/ \
+		https://github.com/nodejs/llhttp
 
 LICENSE=	MIT
 LICENSE_FILE=	${WRKSRC}/LICENSE-MIT
diff --git a/www/llhttp/pkg-descr b/www/llhttp/pkg-descr
index b8865b02b8a0..b6e90dffc9a0 100644
--- a/www/llhttp/pkg-descr
+++ b/www/llhttp/pkg-descr
@@ -4,5 +4,3 @@ This project aims to:
 - Make it maintainable
 - Verifiable
 - Improving benchmarks where possible
-
-See also: https://github.com/nodejs/llhttp



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