pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/netcdf-cxx



Module Name:    pkgsrc
Committed By:   wiz
Date:           Sun Nov 26 10:51:05 UTC 2017

Modified Files:
        pkgsrc/devel/netcdf-cxx: Makefile

Log Message:
netcdf-cxx: follow redirects


To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 pkgsrc/devel/netcdf-cxx/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-cxx/Makefile
diff -u pkgsrc/devel/netcdf-cxx/Makefile:1.6 pkgsrc/devel/netcdf-cxx/Makefile:1.7
--- pkgsrc/devel/netcdf-cxx/Makefile:1.6        Thu Aug 24 20:02:58 2017
+++ pkgsrc/devel/netcdf-cxx/Makefile    Sun Nov 26 10:51:05 2017
@@ -1,12 +1,12 @@
-# $NetBSD: Makefile,v 1.6 2017/08/24 20:02:58 adam Exp $
+# $NetBSD: Makefile,v 1.7 2017/11/26 10:51:05 wiz Exp $
 
 DISTNAME=      netcdf-cxx-4.2
 PKGREVISION=   5
 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=       C++ support for NetCDF.
 
 USE_LANGUAGES=         c c++



Home | Main Index | Thread Index | Old Index