View | Details | Raw Unified | Return to bug 249098
Collapse All | Expand All

(-)graphics/gdal/Makefile (-4 / +7 lines)
Lines 2-9 Link Here
2
# $FreeBSD$
2
# $FreeBSD$
3
3
4
PORTNAME=	gdal
4
PORTNAME=	gdal
5
PORTVERSION=	3.1.0
5
PORTVERSION=	3.1.2
6
PORTREVISION=	4
7
CATEGORIES=	graphics geography
6
CATEGORIES=	graphics geography
8
MASTER_SITES=	https://download.osgeo.org/gdal/${PORTVERSION}/ \
7
MASTER_SITES=	https://download.osgeo.org/gdal/${PORTVERSION}/ \
9
		LOCAL/sunpoet
8
		LOCAL/sunpoet
Lines 21-32 Link Here
21
		libjson-c.so:devel/json-c \
20
		libjson-c.so:devel/json-c \
22
		libpng.so:graphics/png \
21
		libpng.so:graphics/png \
23
		libproj.so:graphics/proj \
22
		libproj.so:graphics/proj \
24
		libtiff.so:graphics/tiff
23
		libtiff.so:graphics/tiff \
24
		libqhull.so:math/qhull
25
25
26
OPTIONS_DEFINE=	ARMADILLO CFITSIO CURL ECW EXPAT FREEXL GEOS GTA HDF5 JASPER \
26
OPTIONS_DEFINE=	ARMADILLO CFITSIO CURL ECW EXPAT FREEXL GEOS GTA HDF5 JASPER \
27
		KML LIBXML2 MYSQL NETCDF ODBC OPENJPEG PCRE PGSQL SFCGAL \
27
		KML LIBXML2 MYSQL NETCDF ODBC OPENJPEG PCRE PGSQL SFCGAL \
28
		SPATIALITE SQLITE WEBP XERCES ZSTD
28
		SPATIALITE SQLITE WEBP XERCES ZSTD
29
OPTIONS_DEFAULT=JASPER
29
OPTIONS_DEFAULT=	CURL EXPAT FREEXL GEOS HDF5 JASPER \
30
			KML LIBXML2 NETCDF OPENJPEG PCRE PGSQL SFCGAL \
31
			SPATIALITE SQLITE WEBP XERCES ZSTD POPPLER
30
OPTIONS_RADIO=	PDF
32
OPTIONS_RADIO=	PDF
31
OPTIONS_RADIO_PDF=	PODOFO POPPLER
33
OPTIONS_RADIO_PDF=	PODOFO POPPLER
32
OPTIONS_SUB=	yes
34
OPTIONS_SUB=	yes
Lines 49-54 Link Here
49
		--with-proj=yes \
51
		--with-proj=yes \
50
		--with-threads=yes \
52
		--with-threads=yes \
51
		--without-libtool \
53
		--without-libtool \
54
		--with-qhull=yes \
52
		${ICONV_CONFIGURE_ARG}
55
		${ICONV_CONFIGURE_ARG}
53
GNU_CONFIGURE=	yes
56
GNU_CONFIGURE=	yes
54
LDFLAGS+=	${ICONV_LIB}
57
LDFLAGS+=	${ICONV_LIB}
(-)graphics/gdal/distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
TIMESTAMP = 1588929131
1
TIMESTAMP = 1599156380
2
SHA256 (gdal-3.1.0.tar.xz) = e754a22242ccbec731aacdb2333b567d4c95b9b02d3ba1ea12f70508d244fcda
2
SHA256 (gdal-3.1.2.tar.xz) = 767c8d0dfa20ba3283de05d23a1d1c03a7e805d0ce2936beaff0bb7d11450641
3
SIZE (gdal-3.1.0.tar.xz) = 12076312
3
SIZE (gdal-3.1.2.tar.xz) = 12083768
(-)graphics/p5-Geo-GDAL/Makefile (-1 / +1 lines)
Lines 2-8 Link Here
2
# $FreeBSD$
2
# $FreeBSD$
3
3
4
PORTNAME=	Geo-GDAL
4
PORTNAME=	Geo-GDAL
5
PORTVERSION=	3.1.0
5
PORTVERSION=	3.1.2
6
CATEGORIES=	graphics perl5
6
CATEGORIES=	graphics perl5
7
MASTER_SITES=	https://download.osgeo.org/gdal/${PORTVERSION}/ \
7
MASTER_SITES=	https://download.osgeo.org/gdal/${PORTVERSION}/ \
8
		LOCAL/sunpoet
8
		LOCAL/sunpoet
(-)graphics/p5-Geo-GDAL/distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
TIMESTAMP = 1588929131
1
TIMESTAMP = 1599156432
2
SHA256 (gdal-3.1.0.tar.xz) = e754a22242ccbec731aacdb2333b567d4c95b9b02d3ba1ea12f70508d244fcda
2
SHA256 (gdal-3.1.2.tar.xz) = 767c8d0dfa20ba3283de05d23a1d1c03a7e805d0ce2936beaff0bb7d11450641
3
SIZE (gdal-3.1.0.tar.xz) = 12076312
3
SIZE (gdal-3.1.2.tar.xz) = 12083768
(-)graphics/py-gdal/Makefile (-1 / +1 lines)
Lines 2-8 Link Here
2
# $FreeBSD$
2
# $FreeBSD$
3
3
4
PORTNAME=	gdal
4
PORTNAME=	gdal
5
PORTVERSION=	3.1.0
5
PORTVERSION=	3.1.2
6
CATEGORIES=	graphics python
6
CATEGORIES=	graphics python
7
MASTER_SITES=	https://download.osgeo.org/gdal/${PORTVERSION}/ \
7
MASTER_SITES=	https://download.osgeo.org/gdal/${PORTVERSION}/ \
8
		LOCAL/sunpoet
8
		LOCAL/sunpoet
(-)graphics/py-gdal/distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
TIMESTAMP = 1588929131
1
TIMESTAMP = 1599156401
2
SHA256 (gdal-3.1.0.tar.xz) = e754a22242ccbec731aacdb2333b567d4c95b9b02d3ba1ea12f70508d244fcda
2
SHA256 (gdal-3.1.2.tar.xz) = 767c8d0dfa20ba3283de05d23a1d1c03a7e805d0ce2936beaff0bb7d11450641
3
SIZE (gdal-3.1.0.tar.xz) = 12076312
3
SIZE (gdal-3.1.2.tar.xz) = 12083768

Return to bug 249098