diff options
-rw-r--r-- | geography/gdal-lib/Makefile | 4 | ||||
-rw-r--r-- | geography/gdal-lib/Makefile.common | 7 | ||||
-rw-r--r-- | geography/gdal-lib/PLIST | 6 | ||||
-rw-r--r-- | geography/gdal-lib/distinfo | 10 | ||||
-rw-r--r-- | geography/py-gdal/Makefile | 3 | ||||
-rw-r--r-- | geography/py-gdal/PLIST | 4 |
6 files changed, 18 insertions, 16 deletions
diff --git a/geography/gdal-lib/Makefile b/geography/gdal-lib/Makefile index 97c5976361e..bff04ca05f0 100644 --- a/geography/gdal-lib/Makefile +++ b/geography/gdal-lib/Makefile @@ -1,11 +1,9 @@ -# $NetBSD: Makefile,v 1.110 2019/03/09 01:54:59 gdt Exp $ +# $NetBSD: Makefile,v 1.111 2019/03/09 17:39:01 gdt Exp $ #PKGREVISION= 0 .include "../../geography/gdal-lib/Makefile.common" PKGNAME= ${DISTNAME:S/gdal/gdal-lib/} -MAINTAINER+= gdt@NetBSD.org -#MAINTAINER= brook@nmsu.edu HOMEPAGE= http://www.gdal.org/ COMMENT= Translator library for raster geospatial data formats LICENSE= mit diff --git a/geography/gdal-lib/Makefile.common b/geography/gdal-lib/Makefile.common index ab51310fed2..e6f115ffd26 100644 --- a/geography/gdal-lib/Makefile.common +++ b/geography/gdal-lib/Makefile.common @@ -1,13 +1,16 @@ -# $NetBSD: Makefile.common,v 1.3 2019/03/09 01:54:59 gdt Exp $ +# $NetBSD: Makefile.common,v 1.4 2019/03/09 17:39:01 gdt Exp $ # # used by geography/gdal-lib/Makefile # used by geography/py-gdal/Makefile -VERSION= 2.3.3 +VERSION= 2.4.0 DISTNAME= gdal-${VERSION} CATEGORIES= geography MASTER_SITES= http://download.osgeo.org/gdal/${PKGVERSION_NOREV}/ +MAINTAINER= gdt@NetBSD.org +#MAINTAINER+= brook@nmsu.edu + PATCHDIR= ${.CURDIR}/../../geography/gdal-lib/patches DISTINFO_FILE= ${.CURDIR}/../../geography/gdal-lib/distinfo diff --git a/geography/gdal-lib/PLIST b/geography/gdal-lib/PLIST index e9b0bd6ba6e..f82129bc7df 100644 --- a/geography/gdal-lib/PLIST +++ b/geography/gdal-lib/PLIST @@ -1,4 +1,5 @@ -@comment $NetBSD: PLIST,v 1.15 2019/03/09 01:54:59 gdt Exp $ +@comment $NetBSD: PLIST,v 1.16 2019/03/09 17:39:01 gdt Exp $ +@comment $NetBSD: PLIST,v 1.16 2019/03/09 17:39:01 gdt Exp $ bin/gdal-config bin/gdal_contour bin/gdal_grid @@ -25,6 +26,7 @@ bin/ogrlineref bin/ogrtindex bin/testepsg include/cpl_atomic_ops.h +include/cpl_auto_close.h include/cpl_config.h include/cpl_config_extras.h include/cpl_conv.h @@ -94,12 +96,14 @@ share/gdal/GDALLogoBW.svg share/gdal/GDALLogoColor.svg share/gdal/GDALLogoGS.svg share/gdal/LICENSE.TXT +share/gdal/bag_template.xml share/gdal/compdcs.csv share/gdal/coordinate_axis.csv share/gdal/cubewerx_extra.wkt share/gdal/datum_shift.csv share/gdal/default.rsc share/gdal/ecw_cs.wkt +share/gdal/eedaconf.json share/gdal/ellipsoid.csv share/gdal/epsg.wkt share/gdal/esri_StatePlane_extra.wkt diff --git a/geography/gdal-lib/distinfo b/geography/gdal-lib/distinfo index 4b5df6962ff..c38ca7d02fb 100644 --- a/geography/gdal-lib/distinfo +++ b/geography/gdal-lib/distinfo @@ -1,9 +1,9 @@ -$NetBSD: distinfo,v 1.36 2019/03/09 01:54:59 gdt Exp $ +$NetBSD: distinfo,v 1.37 2019/03/09 17:39:01 gdt Exp $ -SHA1 (gdal-2.3.3.tar.gz) = 99cd1f4565c38561bd8409ade95209566e9b7f47 -RMD160 (gdal-2.3.3.tar.gz) = 6eb0a04c2144bd0ed9bf3e0838ee73c2e28fbaaa -SHA512 (gdal-2.3.3.tar.gz) = 23c7fe500f7470a6120b8c30f928808c275376996c07e7491c0fe84b6bc26c72a3f92c4f75f965ee3cfb5e86cbf0fcbb82836dae515c5d5d3ffdf74888ff780b -Size (gdal-2.3.3.tar.gz) = 14468306 bytes +SHA1 (gdal-2.4.0.tar.gz) = 3420ae8a9644ce652339ecbad18f9024279cd2ba +RMD160 (gdal-2.4.0.tar.gz) = 7e16bb8fa0e35bec6b76a5b55f221f024ef2cf5d +SHA512 (gdal-2.4.0.tar.gz) = 9517b23009621ed2622a460dc813b30de726d293531c6f107fb308a31e45a143e67e71aa3af3d1faed554ad516a35924973d714c63ee41445ac8d3b2da61dd10 +Size (gdal-2.4.0.tar.gz) = 14533664 bytes SHA1 (patch-apps_gdalserver.cpp) = 4a2b8bac29582c8fc02920840ee498026d87acca SHA1 (patch-frmts_grib_degrib_degrib_myutil.c) = 0e046afa236d7e0d6186fe392cb2da05fa5b42c5 SHA1 (patch-ogr_ogrsf__frmts_geojson_libjson_GNUmakefile) = 6a5061b6dd8c3a4fa1ad7c10ddc0b815b41a637d diff --git a/geography/py-gdal/Makefile b/geography/py-gdal/Makefile index df81b02a7b5..4774edca3ac 100644 --- a/geography/py-gdal/Makefile +++ b/geography/py-gdal/Makefile @@ -1,10 +1,9 @@ -# $NetBSD: Makefile,v 1.10 2019/03/09 01:54:59 gdt Exp $ +# $NetBSD: Makefile,v 1.11 2019/03/09 17:39:01 gdt Exp $ #PKGREVISION= 0 .include "../../geography/gdal-lib/Makefile.common" PKGNAME= ${PYPKGPREFIX}-${DISTNAME} -MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://www.gdal.org/ COMMENT= Translator library for raster geospatial data formats, Python binding LICENSE= mit diff --git a/geography/py-gdal/PLIST b/geography/py-gdal/PLIST index b40cf60353b..df86e562863 100644 --- a/geography/py-gdal/PLIST +++ b/geography/py-gdal/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.1 2018/02/19 12:09:18 ryoon Exp $ +@comment $NetBSD: PLIST,v 1.2 2019/03/09 17:39:01 gdt Exp $ bin/epsg_tr.py bin/esri2wkt.py bin/gcps2vec.py @@ -35,8 +35,6 @@ ${PYSITELIB}/gdalconst.py ${PYSITELIB}/gdalconst.pyc ${PYSITELIB}/gdalnumeric.py ${PYSITELIB}/gdalnumeric.pyc -${PYSITELIB}/gnm.py -${PYSITELIB}/gnm.pyc ${PYSITELIB}/ogr.py ${PYSITELIB}/ogr.pyc ${PYSITELIB}/osgeo/__init__.py |