pkgsrc-Changes archive

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

CVS commit: pkgsrc/lang/zenlisp



Module Name:    pkgsrc
Committed By:   fcambus
Date:           Sun May 15 17:48:57 UTC 2022

Modified Files:
        pkgsrc/lang/zenlisp: Makefile

Log Message:
zenlisp: switch MASTER_SITES to HTTPS, fix HOMEPAGE.


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/lang/zenlisp/Makefile

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

Modified files:

Index: pkgsrc/lang/zenlisp/Makefile
diff -u pkgsrc/lang/zenlisp/Makefile:1.1 pkgsrc/lang/zenlisp/Makefile:1.2
--- pkgsrc/lang/zenlisp/Makefile:1.1    Sat Feb  3 17:28:53 2018
+++ pkgsrc/lang/zenlisp/Makefile        Sun May 15 17:48:57 2022
@@ -1,14 +1,14 @@
-# $NetBSD: Makefile,v 1.1 2018/02/03 17:28:53 kamil Exp $
+# $NetBSD: Makefile,v 1.2 2022/05/15 17:48:57 fcambus Exp $
 
 DISTNAME=      zenlisp
 PKGNAME=       ${DISTNAME}-0.0.${ZENLISP_SNAPSHOT}
 CATEGORIES=    lang
-MASTER_SITES=  http://www.t3x.org/files/
+MASTER_SITES=  https://www.t3x.org/files/
 DIST_SUBDIR=   ${PKGNAME_NOREV}
 EXTRACT_SUFX=  .zip
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
-HOMEPAGE=      http://www.t3x.org/files/
+HOMEPAGE=      https://www.t3x.org/
 COMMENT=       Interpreter for symbolic LISP
 LICENSE=       happy AND 2-clause-bsd # BSD for src/mexprc/mexprc.l
 



Home | Main Index | Thread Index | Old Index