git: 2630037841a3 - main - www/llhttp: Cosmetic change
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 09 Mar 2024 14:10:58 UTC
The branch main has been updated by sunpoet:
URL: https://cgit.FreeBSD.org/ports/commit/?id=2630037841a372505c582d4590cfd92b958a2ed5
commit 2630037841a372505c582d4590cfd92b958a2ed5
Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2024-03-09 13:46:32 +0000
Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2024-03-09 14:05:32 +0000
www/llhttp: Cosmetic change
---
www/llhttp/Makefile | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/www/llhttp/Makefile b/www/llhttp/Makefile
index 87de79225bf4..60134d97f590 100644
--- a/www/llhttp/Makefile
+++ b/www/llhttp/Makefile
@@ -1,6 +1,6 @@
PORTNAME= llhttp
PORTVERSION= 9.2.0
-DISTVERSIONPREFIX= release/v
+DISTVERSIONPREFIX= release/v
CATEGORIES= www
MAINTAINER= sunpoet@FreeBSD.org
@@ -17,7 +17,7 @@ CMAKE_ON= BUILD_SHARED_LIBS BUILD_STATIC_LIBS
PLIST_SUB= PORTVERSION=${PORTVERSION}
-GH_ACCOUNT= nodejs
USE_GITHUB= yes
+GH_ACCOUNT= nodejs
.include <bsd.port.mk>