pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/textproc/lua-fluent



Module Name:    pkgsrc
Committed By:   wiz
Date:           Thu Apr  6 12:14:33 UTC 2023

Modified Files:
        pkgsrc/textproc/lua-fluent: Makefile

Log Message:
lua-fluent: fix COMMENT


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/textproc/lua-fluent/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/textproc/lua-fluent/Makefile
diff -u pkgsrc/textproc/lua-fluent/Makefile:1.1 pkgsrc/textproc/lua-fluent/Makefile:1.2
--- pkgsrc/textproc/lua-fluent/Makefile:1.1     Thu Apr  6 12:12:30 2023
+++ pkgsrc/textproc/lua-fluent/Makefile Thu Apr  6 12:14:32 2023
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2023/04/06 12:12:30 joerg Exp $
+# $NetBSD: Makefile,v 1.2 2023/04/06 12:14:32 wiz Exp $
 
 DISTNAME=      fluent-0.2.0
 PKGNAME=       ${LUA_PKGPREFIX}-${DISTNAME}
@@ -9,7 +9,7 @@ GITHUB_TAG=     v${PKGVERSION_NOREV}
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
 HOMEPAGE=      https://github.com/alerque/fluent-lua
-COMMENT=       Lua Unicode CLDR interface
+COMMENT=       Lua implementation of Project Fluent
 LICENSE=       mit
 
 DEPENDS+=      ${LUA_PKGPREFIX}-epnf-[0-9]*:../../devel/lua-epnf



Home | Main Index | Thread Index | Old Index