pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/netcdf netcdf: follow redirects



details:   https://anonhg.NetBSD.org/pkgsrc/rev/9247fe5f0578
branches:  trunk
changeset: 372025:9247fe5f0578
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Sun Nov 26 10:50:48 2017 +0000

description:
netcdf: follow redirects

diffstat:

 devel/netcdf/Makefile |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (19 lines):

diff -r da19c0d03724 -r 9247fe5f0578 devel/netcdf/Makefile
--- a/devel/netcdf/Makefile     Sun Nov 26 10:50:17 2017 +0000
+++ b/devel/netcdf/Makefile     Sun Nov 26 10:50:48 2017 +0000
@@ -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