pkgsrc-Changes archive

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

CVS commit: pkgsrc/sysutils/pciutils



Module Name:    pkgsrc
Committed By:   maya
Date:           Thu Mar  2 20:09:32 UTC 2017

Modified Files:
        pkgsrc/sysutils/pciutils: Makefile

Log Message:
pciutils: fix checksum mismatch.

the file on kernel.org has a different checksum from other mirrors.
(contents don't appear different)
because ftp.kernel.org went down, we were not fetching it, which resulted
in a mismatch.
switch to http @ kernel.org. now the first mirror will have a mismatched
checksum, but the second won't.


To generate a diff of this commit:
cvs rdiff -u -r1.35 -r1.36 pkgsrc/sysutils/pciutils/Makefile

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

Modified files:

Index: pkgsrc/sysutils/pciutils/Makefile
diff -u pkgsrc/sysutils/pciutils/Makefile:1.35 pkgsrc/sysutils/pciutils/Makefile:1.36
--- pkgsrc/sysutils/pciutils/Makefile:1.35      Sun Feb 26 06:44:17 2017
+++ pkgsrc/sysutils/pciutils/Makefile   Thu Mar  2 20:09:32 2017
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile,v 1.35 2017/02/26 06:44:17 msaitoh Exp $
+# $NetBSD: Makefile,v 1.36 2017/03/02 20:09:32 maya Exp $
 
 DISTNAME=      pciutils-3.5.4
 CATEGORIES=    sysutils
 MASTER_SITES=  ftp://atrey.karlin.mff.cuni.cz/pub/linux/pci/
-MASTER_SITES+= ftp://ftp.kernel.org/pub/software/utils/pciutils/
+MASTER_SITES+= http://kernel.org/pub/software/utils/pciutils/
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
 HOMEPAGE=      http://mj.ucw.cz/pciutils.shtml



Home | Main Index | Thread Index | Old Index