git: 6722c1e4bce9 - main - devel/lua-cjson: update MASTER_SITES and WWW
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 14 Jul 2024 18:32:43 UTC
The branch main has been updated by osa: URL: https://cgit.FreeBSD.org/ports/commit/?id=6722c1e4bce9d264c29ec53df237c1b369014a0e commit 6722c1e4bce9d264c29ec53df237c1b369014a0e Author: Sergey A. Osokin <osa@FreeBSD.org> AuthorDate: 2024-07-14 18:31:50 +0000 Commit: Sergey A. Osokin <osa@FreeBSD.org> CommitDate: 2024-07-14 18:32:37 +0000 devel/lua-cjson: update MASTER_SITES and WWW Make the port is fetchable. --- devel/lua-cjson/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/devel/lua-cjson/Makefile b/devel/lua-cjson/Makefile index dbcb3c0a4fdc..5ec7794150d0 100644 --- a/devel/lua-cjson/Makefile +++ b/devel/lua-cjson/Makefile @@ -2,13 +2,13 @@ PORTNAME= cjson PORTVERSION= 2.1.0 PORTREVISION= 1 CATEGORIES= devel -MASTER_SITES= http://www.kyne.com.au/~mark/software/download/ +MASTER_SITES= http://www.kyne.au/~mark/software/download/ PKGNAMEPREFIX= ${LUA_PKGNAMEPREFIX} DISTNAME= lua-cjson-${PORTVERSION} MAINTAINER= osa@FreeBSD.org COMMENT= Fast JSON parsing and encoding support for Lua -WWW= https://www.kyne.com.au/~mark/software/lua-cjson.php +WWW= https://www.kyne.au/~mark/software/lua-cjson.php LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE