pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/lua-lpeg



Module Name:    pkgsrc
Committed By:   wiz
Date:           Wed Jan  7 08:39:52 UTC 2026

Modified Files:
        pkgsrc/devel/lua-lpeg: Makefile

Log Message:
lua-lpeg: switch to https


To generate a diff of this commit:
cvs rdiff -u -r1.21 -r1.22 pkgsrc/devel/lua-lpeg/Makefile

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

Modified files:

Index: pkgsrc/devel/lua-lpeg/Makefile
diff -u pkgsrc/devel/lua-lpeg/Makefile:1.21 pkgsrc/devel/lua-lpeg/Makefile:1.22
--- pkgsrc/devel/lua-lpeg/Makefile:1.21 Fri May  2 11:18:43 2025
+++ pkgsrc/devel/lua-lpeg/Makefile      Wed Jan  7 08:39:52 2026
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.21 2025/05/02 11:18:43 jperkin Exp $
+# $NetBSD: Makefile,v 1.22 2026/01/07 08:39:52 wiz Exp $
 
 DISTNAME=      lpeg-1.1.0
 PKGREVISION=   2
@@ -7,7 +7,7 @@ CATEGORIES=     devel lua
 MASTER_SITES=  https://www.inf.puc-rio.br/~roberto/lpeg/
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
-HOMEPAGE=      http://www.inf.puc-rio.br/~roberto/lpeg/
+HOMEPAGE=      https://www.inf.puc-rio.br/~roberto/lpeg/
 COMMENT=       Parsing Expression Grammars (PEGs) library for Lua
 LICENSE=       mit
 



Home | Main Index | Thread Index | Old Index