pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/yajl



Module Name:    pkgsrc
Committed By:   wiz
Date:           Wed Apr 26 18:16:43 UTC 2023

Modified Files:
        pkgsrc/devel/yajl: Makefile

Log Message:
yajl: fix HOMEPAGE - does not provide https

Try fixing github download, unsuccessfully


To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 pkgsrc/devel/yajl/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/yajl/Makefile
diff -u pkgsrc/devel/yajl/Makefile:1.9 pkgsrc/devel/yajl/Makefile:1.10
--- pkgsrc/devel/yajl/Makefile:1.9      Tue Jan 24 18:36:24 2023
+++ pkgsrc/devel/yajl/Makefile  Wed Apr 26 18:16:43 2023
@@ -1,11 +1,12 @@
-# $NetBSD: Makefile,v 1.9 2023/01/24 18:36:24 wiz Exp $
+# $NetBSD: Makefile,v 1.10 2023/04/26 18:16:43 wiz Exp $
 
 DISTNAME=      yajl-2.1.0
 CATEGORIES=    devel textproc
-MASTER_SITES=  # http://nodeload.github.com/lloyd/yajl/tarball/
+MASTER_SITES=  # ${MASTER_SITE_GITHUB:=lloyd/}
+#GITHUB_TAG=   ${PKGVERSION_NOREV}
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
-HOMEPAGE=      https://lloyd.github.com/yajl/
+HOMEPAGE=      http://lloyd.github.io/yajl/
 COMMENT=       Small JSON library written in ANSI C
 LICENSE=       modified-bsd
 



Home | Main Index | Thread Index | Old Index