Saturday, January 14, 2023

[update] Update repository for devel/luafs

Index: Makefile
===================================================================
RCS file: /cvs/ports/devel/luafs/Makefile,v
retrieving revision 1.29
diff -u -p -r1.29 Makefile
--- Makefile 25 Oct 2022 23:31:20 -0000 1.29
+++ Makefile 14 Jan 2023 17:09:31 -0000
@@ -1,13 +1,14 @@
COMMENT = file system library for the lua language

-GH_ACCOUNT = keplerproject
+GH_ACCOUNT = lunarmodules
GH_PROJECT = luafilesystem
GH_TAGNAME = v1_8_0
PKGNAME = luafs-1.8.0
+REVISION = 0

CATEGORIES = devel

-HOMEPAGE = http://keplerproject.github.io/luafilesystem/
+HOMEPAGE = http://lunarmodules.github.io/luafilesystem/

# MIT
PERMIT_PACKAGE = Yes
Hi,

a little diff to fix repository and homepage for devel/luafs :

- Main repo is now https://github.com/lunarmodules/luafilesystem
- Homepage is now http://lunarmodules.github.io/luafilesystem/

Build and tests OK on amd64 with luafs-1.8.0p0 package

Laurent

No comments:

Post a Comment