pkgsrc-Changes archive

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

CVS commit: pkgsrc/graphics/MesaLib



Module Name:    pkgsrc
Committed By:   nia
Date:           Thu Aug 22 09:59:47 UTC 2019

Modified Files:
        pkgsrc/graphics/MesaLib: Makefile

Log Message:
Use http MASTER_SITES for Mesa


To generate a diff of this commit:
cvs rdiff -u -r1.150 -r1.151 pkgsrc/graphics/MesaLib/Makefile

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

Modified files:

Index: pkgsrc/graphics/MesaLib/Makefile
diff -u pkgsrc/graphics/MesaLib/Makefile:1.150 pkgsrc/graphics/MesaLib/Makefile:1.151
--- pkgsrc/graphics/MesaLib/Makefile:1.150      Wed Aug 21 13:44:29 2019
+++ pkgsrc/graphics/MesaLib/Makefile    Thu Aug 22 09:59:47 2019
@@ -1,11 +1,10 @@
-# $NetBSD: Makefile,v 1.150 2019/08/21 13:44:29 nia Exp $
+# $NetBSD: Makefile,v 1.151 2019/08/22 09:59:47 nia Exp $
 
 DISTNAME=      mesa-18.3.4
 PKGNAME=       ${DISTNAME:S/mesa/MesaLib/}
 PKGREVISION=   1
 CATEGORIES=    graphics x11
-MASTER_SITES=  ftp://ftp.freedesktop.org/pub/mesa/
-# MASTER_SITES=        ftp://ftp.freedesktop.org/pub/mesa/${PKGVERSION_NOREV}/
+MASTER_SITES=  https://mesa.freedesktop.org/archive/
 EXTRACT_SUFX=  .tar.xz
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost



Home | Main Index | Thread Index | Old Index