pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/netcdf



Module Name:    pkgsrc
Committed By:   wiz
Date:           Sun Nov 26 10:50:48 UTC 2017

Modified Files:
        pkgsrc/devel/netcdf: Makefile

Log Message:
netcdf: follow redirects


To generate a diff of this commit:
cvs rdiff -u -r1.42 -r1.43 pkgsrc/devel/netcdf/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/netcdf/Makefile
diff -u pkgsrc/devel/netcdf/Makefile:1.42 pkgsrc/devel/netcdf/Makefile:1.43
--- pkgsrc/devel/netcdf/Makefile:1.42   Thu Aug 24 20:02:58 2017
+++ pkgsrc/devel/netcdf/Makefile        Sun Nov 26 10:50:48 2017
@@ -1,12 +1,12 @@
-# $NetBSD: Makefile,v 1.42 2017/08/24 20:02:58 adam Exp $
+# $NetBSD: Makefile,v 1.43 2017/11/26 10:50:48 wiz Exp $
 
 DISTNAME=      netcdf-4.2.1.1
 PKGREVISION=   7
 CATEGORIES=    devel
-MASTER_SITES=  http://www.unidata.ucar.edu/downloads/netcdf/ftp/
+MASTER_SITES=  https://www.unidata.ucar.edu/downloads/netcdf/ftp/
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
-HOMEPAGE=      http://www.unidata.ucar.edu/software/netcdf/index.html
+HOMEPAGE=      https://www.unidata.ucar.edu/software/netcdf/index.html
 COMMENT=       Library for array-oriented data access
 
 USE_LANGUAGES=         c c++



Home | Main Index | Thread Index | Old Index