pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/archivers/xz
Module Name: pkgsrc
Committed By: js
Date: Tue Apr 2 22:18:59 UTC 2024
Modified Files:
pkgsrc/archivers/xz: Makefile
Log Message:
archivers/xz: Fix download URL
https://github.com/tukaani-project/xz/releases/download/v5.6.1/xz-5.4.6.tar.bz2
is not a valid URL. It's an HTML (probably an error message because GitHub has
suspended the repo), despite it surprisingly returning HTTP 200.
To generate a diff of this commit:
cvs rdiff -u -r1.48 -r1.49 pkgsrc/archivers/xz/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/archivers/xz/Makefile
diff -u pkgsrc/archivers/xz/Makefile:1.48 pkgsrc/archivers/xz/Makefile:1.49
--- pkgsrc/archivers/xz/Makefile:1.48 Fri Mar 29 18:19:30 2024
+++ pkgsrc/archivers/xz/Makefile Tue Apr 2 22:18:58 2024
@@ -1,11 +1,12 @@
-# $NetBSD: Makefile,v 1.48 2024/03/29 18:19:30 wiz Exp $
+# $NetBSD: Makefile,v 1.49 2024/04/02 22:18:58 js Exp $
DISTNAME= xz-5.4.6
PKGNAME= xz-5.6.1
PKGREVISION= 100
CATEGORIES= archivers
-MASTER_SITES= ${MASTER_SITE_GITHUB:=tukaani-project/}
-GITHUB_RELEASE= v${PKGVERSION_NOREV}
+MASTER_SITES=
+#MASTER_SITES= ${MASTER_SITE_GITHUB:=tukaani-project/}
+#GITHUB_RELEASE= v${PKGVERSION_NOREV}
EXTRACT_SUFX= .tar.bz2
MAINTAINER= pkgsrc-users%NetBSD.org@localhost
Home |
Main Index |
Thread Index |
Old Index