pkgsrc-Changes archive

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

CVS commit: pkgsrc/geography/libgeotiff



Module Name:    pkgsrc
Committed By:   gdt
Date:           Mon Apr  8 19:46:45 UTC 2019

Modified Files:
        pkgsrc/geography/libgeotiff: Makefile

Log Message:
geography/libgeotiff: Change MASTER_SITES to https

Also, note that while 1.5.1 is out, upgrading is on hold until proj 6
is in pkgsrc.


To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 pkgsrc/geography/libgeotiff/Makefile

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

Modified files:

Index: pkgsrc/geography/libgeotiff/Makefile
diff -u pkgsrc/geography/libgeotiff/Makefile:1.7 pkgsrc/geography/libgeotiff/Makefile:1.8
--- pkgsrc/geography/libgeotiff/Makefile:1.7    Wed Mar  6 14:35:49 2019
+++ pkgsrc/geography/libgeotiff/Makefile        Mon Apr  8 19:46:45 2019
@@ -1,8 +1,10 @@
-# $NetBSD: Makefile,v 1.7 2019/03/06 14:35:49 gdt Exp $
+# $NetBSD: Makefile,v 1.8 2019/04/08 19:46:45 gdt Exp $
 
+# Upgrade to 1.5.1 is on hold because it requires proj 6
+#DISTNAME=     libgeotiff-1.5.1
 DISTNAME=      libgeotiff-1.4.3
 CATEGORIES=    graphics
-MASTER_SITES=  http://download.osgeo.org/geotiff/libgeotiff/
+MASTER_SITES=  https://download.osgeo.org/geotiff/libgeotiff/
 
 MAINTAINER=    gdt%NetBSD.org@localhost
 HOMEPAGE=      http://trac.osgeo.org/geotiff/



Home | Main Index | Thread Index | Old Index