pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/libnjs



Module Name:    pkgsrc
Committed By:   jperkin
Date:           Thu Jun  6 13:16:40 UTC 2024

Modified Files:
        pkgsrc/devel/libnjs: Makefile

Log Message:
libnjs: Fix MASTER_SITES.

Unfortunately the confusion between this package and lang/njs being updated to
0.8.4, while this package was configured to still directly fetch the 0.8.2
tarball, has resulted in cdn.netbsd.org containing a broken njs-0.8.4.tar.gz
that is a truncated copy of the 0.8.2 distfile.

Fix variables so this doesn't happen again, but anyone fetching from
cdn.netbsd.org will need to temporarily remove it for these packages until the
file can be purged or updated.


To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 pkgsrc/devel/libnjs/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/libnjs/Makefile
diff -u pkgsrc/devel/libnjs/Makefile:1.8 pkgsrc/devel/libnjs/Makefile:1.9
--- pkgsrc/devel/libnjs/Makefile:1.8    Wed May 29 16:32:14 2024
+++ pkgsrc/devel/libnjs/Makefile        Thu Jun  6 13:16:40 2024
@@ -1,10 +1,11 @@
-# $NetBSD: Makefile,v 1.8 2024/05/29 16:32:14 adam Exp $
+# $NetBSD: Makefile,v 1.9 2024/06/06 13:16:40 jperkin Exp $
 
 DISTNAME=      njs-0.8.4
 PKGNAME=       lib${DISTNAME}
 PKGREVISION=   1
 CATEGORIES=    devel www
-MASTER_SITES=  -${MASTER_SITE_GITHUB:=nginx/njs/archive/0.8.2.tar.gz}
+MASTER_SITES=  ${MASTER_SITE_GITHUB:=nginx/}
+GITHUB_PROJECT=        njs
 
 MAINTAINER=    osa%NetBSD.org@localhost
 HOMEPAGE=      https://nginx.org/en/docs/njs/



Home | Main Index | Thread Index | Old Index