pkgsrc-Changes archive

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

CVS commit: pkgsrc/geography/gdal-lib



Module Name:    pkgsrc
Committed By:   gdt
Date:           Thu Oct 27 22:07:35 UTC 2016

Modified Files:
        pkgsrc/geography/gdal-lib: Makefile

Log Message:
PKGREVISION++

This is needed because gdal abuses geos by using the C++ API,
contrarary to geos recommendations, and because geos upstream thinks
that the C++ ABI is intrinsicially unstable and therefore changes the
shlib version every release.


To generate a diff of this commit:
cvs rdiff -u -r1.82 -r1.83 pkgsrc/geography/gdal-lib/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/gdal-lib/Makefile
diff -u pkgsrc/geography/gdal-lib/Makefile:1.82 pkgsrc/geography/gdal-lib/Makefile:1.83
--- pkgsrc/geography/gdal-lib/Makefile:1.82     Sun Oct  9 21:41:58 2016
+++ pkgsrc/geography/gdal-lib/Makefile  Thu Oct 27 22:07:35 2016
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.82 2016/10/09 21:41:58 wiz Exp $
+# $NetBSD: Makefile,v 1.83 2016/10/27 22:07:35 gdt Exp $
 
 DISTNAME=      gdal-1.11.3
 PKGNAME=       ${DISTNAME:S/gdal/gdal-lib/}
-PKGREVISION=   5
+PKGREVISION=   6
 CATEGORIES=    geography
 MASTER_SITES=  http://download.osgeo.org/gdal/${PKGVERSION_NOREV}/
 



Home | Main Index | Thread Index | Old Index