FreeBSD Bugzilla – Attachment 211597 Details for
Bug 224004
[exp-run] graphics/gdal: Too many necessary options disabled by default
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
GDAL 3 with flavors.
gdal-flavored.diff (text/plain), 15.96 KB, created by
Loïc Bartoletti
on 2020-02-12 18:18:04 UTC
(
hide
)
Description:
GDAL 3 with flavors.
Filename:
MIME Type:
Creator:
Loïc Bartoletti
Created:
2020-02-12 18:18:04 UTC
Size:
15.96 KB
patch
obsolete
>diff --git astro/libosmium/Makefile astro/libosmium/Makefile >index f7ccdee79159..484919d2f3ae 100644 >--- astro/libosmium/Makefile >+++ astro/libosmium/Makefile >@@ -4,7 +4,7 @@ > PORTNAME= libosmium > PORTVERSION= 2.15.4 > DISTVERSIONPREFIX= v >-PORTREVISION= 2 >+PORTREVISION= 3 > CATEGORIES= astro geography devel > > MAINTAINER= amdmi3@FreeBSD.org >@@ -13,7 +13,7 @@ COMMENT= Fast and flexible C++ library for working with OpenStreetMap data > LICENSE= BSL > LICENSE_FILE= ${WRKSRC}/LICENSE > >-LIB_DEPENDS= libgdal.so:graphics/gdal \ >+LIB_DEPENDS= libgdal.so:graphics/gdal@lite \ > libboost_regex.so:devel/boost-libs \ > libgeos.so:graphics/geos \ > libexpat.so:textproc/expat2 >diff --git astro/merkaartor/Makefile astro/merkaartor/Makefile >index 0c35c2eac122..e477ee362cb4 100644 >--- astro/merkaartor/Makefile >+++ astro/merkaartor/Makefile >@@ -3,7 +3,7 @@ > > PORTNAME= merkaartor > PORTVERSION= 0.18.2 >-PORTREVISION= 23 >+PORTREVISION= 24 > CATEGORIES= astro > > MAINTAINER= dev2@heesakkers.info >@@ -12,7 +12,7 @@ COMMENT= Openstreetmap mapping program > LICENSE= GPLv2 > LICENSE_FILE= ${WRKSRC}/LICENSE > >-LIB_DEPENDS= libgdal.so:graphics/gdal \ >+LIB_DEPENDS= libgdal.so:graphics/gdal@lite \ > libproj.so:graphics/proj \ > libquazip5.so:archivers/quazip > >diff --git astro/qmapshack/Makefile astro/qmapshack/Makefile >index ea40cad45c2d..5f323a647cf2 100644 >--- astro/qmapshack/Makefile >+++ astro/qmapshack/Makefile >@@ -4,7 +4,7 @@ > PORTNAME= qmapshack > PORTVERSION= 1.14.0 > DISTVERSIONPREFIX= V_ >-PORTREVISION= 1 >+PORTREVISION= 2 > CATEGORIES= astro > > MAINTAINER= bofh@FreeBSD.org >@@ -13,7 +13,7 @@ COMMENT= Ultimate outdoor aficionado's tool > LICENSE= GPLv3+ > LICENSE_FILE= ${WRKSRC}/LICENSE > >-LIB_DEPENDS= libgdal.so:graphics/gdal \ >+LIB_DEPENDS= libgdal.so:graphics/gdal@lite \ > libproj.so:graphics/proj \ > libquazip5.so:archivers/quazip \ > libroutino.so:astro/routino >diff --git cad/sumo/Makefile cad/sumo/Makefile >index 95b1175288ba..cea2a8724b8f 100644 >--- cad/sumo/Makefile >+++ cad/sumo/Makefile >@@ -2,7 +2,7 @@ > > PORTNAME= sumo > DISTVERSION= 1.2.0 >-PORTREVISION= 1 >+PORTREVISION= 2 > CATEGORIES= cad > MASTER_SITES= http://www.dlr.de/ts/en/Portaldata/16/Resources/projekte/sumo/ > DISTFILES= ${PORTNAME}-src-${DISTVERSIONFULL}${EXTRACT_SUFX} >@@ -13,7 +13,7 @@ COMMENT= Traffic simulation suite for road vehicles, public transportation, etc > LIB_DEPENDS= libfontconfig.so:x11-fonts/fontconfig \ > libFOX-1.6.so:x11-toolkits/fox16 \ > libfreetype.so:print/freetype2 \ >- libgdal.so:graphics/gdal \ >+ libgdal.so:graphics/gdal@lite \ > libpng.so:graphics/png \ > libproj.so:graphics/proj \ > libtiff.so:graphics/tiff \ >diff --git databases/grass7/Makefile databases/grass7/Makefile >index 1f8675984494..59b0de82118c 100644 >--- databases/grass7/Makefile >+++ databases/grass7/Makefile >@@ -3,7 +3,7 @@ > > PORTNAME= grass > PORTVERSION= 7.6.1 >-PORTREVISION= 11 >+PORTREVISION= 12 > CATEGORIES= databases geography > MASTER_SITES= https://grass.osgeo.org/%SUBDIR%/ \ > http://grass.cict.fr/%SUBDIR%/ \ >diff --git databases/postgis23/Makefile databases/postgis23/Makefile >index 5ebe76ac4695..f896228f9593 100644 >--- databases/postgis23/Makefile >+++ databases/postgis23/Makefile >@@ -3,7 +3,7 @@ > > PORTNAME= postgis > PORTVERSION= 2.3.10 >-PORTREVISION= 2 >+PORTREVISION= 3 > CATEGORIES= databases geography > MASTER_SITES= https://download.osgeo.org/postgis/source/ > PKGNAMESUFFIX= 23 >diff --git databases/postgis24/Makefile databases/postgis24/Makefile >index 0f8401a3dc2d..389843d0d3f3 100644 >--- databases/postgis24/Makefile >+++ databases/postgis24/Makefile >@@ -3,7 +3,7 @@ > > PORTNAME= postgis > PORTVERSION= 2.4.8 >-PORTREVISION= 2 >+PORTREVISION= 3 > CATEGORIES= databases geography > MASTER_SITES= https://download.osgeo.org/postgis/source/ > PKGNAMESUFFIX= 24 >diff --git databases/postgis25/Makefile databases/postgis25/Makefile >index 2ba0c1211571..c1390b2771ac 100644 >--- databases/postgis25/Makefile >+++ databases/postgis25/Makefile >@@ -3,7 +3,7 @@ > > PORTNAME= postgis > PORTVERSION= 2.5.3 >-PORTREVISION= 2 >+PORTREVISION= 3 > CATEGORIES= databases geography > MASTER_SITES= https://download.osgeo.org/postgis/source/ > PKGNAMESUFFIX= 25 >diff --git databases/postgis30/Makefile databases/postgis30/Makefile >index 8774c7629d4a..5157219c24cd 100644 >--- databases/postgis30/Makefile >+++ databases/postgis30/Makefile >@@ -3,7 +3,7 @@ > > PORTNAME= postgis > PORTVERSION= 3.0.0 >-PORTREVISION= 1 >+PORTREVISION= 2 > CATEGORIES= databases geography > MASTER_SITES= https://download.osgeo.org/postgis/source/ > PKGNAMESUFFIX= 30 >diff --git databases/postgresql-ogr_fdw/Makefile databases/postgresql-ogr_fdw/Makefile >index 1666ee522010..beb3dbf66f4d 100644 >--- databases/postgresql-ogr_fdw/Makefile >+++ databases/postgresql-ogr_fdw/Makefile >@@ -3,7 +3,7 @@ > PORTNAME= ogr_fdw > DISTVERSIONPREFIX= v > DISTVERSION= 1.0.9 >-PORTREVISION= 1 >+PORTREVISION= 2 > CATEGORIES= databases > PKGNAMEPREFIX= postgresql${PGSQL_VER:S/.//}- > >diff --git games/flightgear-terragear/Makefile games/flightgear-terragear/Makefile >index ee6d6f941457..37127dfedb08 100644 >--- games/flightgear-terragear/Makefile >+++ games/flightgear-terragear/Makefile >@@ -2,7 +2,7 @@ > > PORTNAME= flightgear-terragear > PORTVERSION= 20171007 >-PORTREVISION= 10 >+PORTREVISION= 11 > CATEGORIES= games > > MAINTAINER= mike.d.ft402@gmail.com >@@ -11,7 +11,7 @@ COMMENT= Tools for building scenery for the FlightGear project > LICENSE= GPLv2 > > LIB_DEPENDS= libCGAL.so:math/cgal \ >- libgdal.so:graphics/gdal \ >+ libgdal.so:graphics/gdal@lite \ > libmpfr.so:math/mpfr \ > libgmp.so:math/gmp \ > libboost_thread.so:devel/boost-libs \ >diff --git graphics/R-cran-rgdal/Makefile graphics/R-cran-rgdal/Makefile >index d53e909ed2e5..fa2d721f385d 100644 >--- graphics/R-cran-rgdal/Makefile >+++ graphics/R-cran-rgdal/Makefile >@@ -3,7 +3,7 @@ > > PORTNAME= rgdal > DISTVERSION= 1.4-8 >-PORTREVISION= 1 >+PORTREVISION= 2 > CATEGORIES= graphics > DISTNAME= ${PORTNAME}_${DISTVERSION} > >diff --git graphics/cloudcompare/Makefile graphics/cloudcompare/Makefile >index ac7d00b7cad1..b8d4c3654483 100644 >--- graphics/cloudcompare/Makefile >+++ graphics/cloudcompare/Makefile >@@ -3,7 +3,7 @@ > PORTNAME= cloudcompare > DISTVERSIONPREFIX= v > DISTVERSION= 2.10.3 >-PORTREVISION= 4 >+PORTREVISION= 5 > CATEGORIES= graphics > > MAINTAINER= neel@neelc.org >diff --git graphics/gdal/Makefile graphics/gdal/Makefile >index c4697e402a6e..4aa00bfda269 100644 >--- graphics/gdal/Makefile >+++ graphics/gdal/Makefile >@@ -3,7 +3,7 @@ > > PORTNAME= gdal > PORTVERSION= 3.0.4 >-PORTREVISION= 1 >+PORTREVISION= 2 > CATEGORIES= graphics geography > MASTER_SITES= https://download.osgeo.org/gdal/${PORTVERSION}/ \ > LOCAL/sunpoet >@@ -23,10 +23,25 @@ LIB_DEPENDS= libgeotiff.so:graphics/libgeotiff \ > libproj.so:graphics/proj \ > libtiff.so:graphics/tiff > >+FLAVORS= default lite full >+FLAVOR?= ${FLAVORS:[1]} >+lite_PKGNAMESUFFIX= -lite >+full_PKGNAMESUFFIX= -full >+.if ${FLAVOR} == lite >+OPTIONS_DEFAULT= JASPER >+.elif ${FLAVOR} == full >+OPTIONS_DEFAULT= ARMADILLO CFITSIO CURL ECW EXPAT FREEXL GEOS GTA HDF5 JASPER \ >+ KML LIBXML2 MYSQL NETCDF ODBC OPENJPEG PCRE PGSQL SFCGAL \ >+ SPATIALITE SQLITE WEBP XERCES ZSTD POPPLER >+.else >+OPTIONS_DEFAULT= CURL ECW EXPAT FREEXL GEOS HDF5 JASPER KML LIBXML2 \ >+ NETCDF OPENJPEG PCRE PGSQL POPPLER SFCGAL \ >+ SPATIALITE SQLITE WEBP XERCES ZSTD >+.endif >+ > OPTIONS_DEFINE= ARMADILLO CFITSIO CURL ECW EXPAT FREEXL GEOS GTA HDF5 JASPER \ > KML LIBXML2 MYSQL NETCDF ODBC OPENJPEG PCRE PGSQL SFCGAL \ > SPATIALITE SQLITE WEBP XERCES ZSTD >-OPTIONS_DEFAULT=JASPER > OPTIONS_RADIO= PDF > OPTIONS_RADIO_PDF= PODOFO POPPLER > OPTIONS_SUB= yes >diff --git graphics/gmt/Makefile graphics/gmt/Makefile >index 5d906a45800b..9fb22a1aaf65 100644 >--- graphics/gmt/Makefile >+++ graphics/gmt/Makefile >@@ -4,7 +4,7 @@ > PORTNAME= gmt > DISTVERSION= 4.5.18 > DISTVERSIONSUFFIX= -src >-PORTREVISION= 2 >+PORTREVISION= 3 > CATEGORIES= graphics > MASTER_SITES= ftp://ftp.soest.hawaii.edu/%SUBDIR%/ \ > ftp://ftp.geologi.uio.no/pub/%SUBDIR%/ \ >diff --git graphics/gmt5/Makefile graphics/gmt5/Makefile >index 20e94ce951fe..cec850c12f64 100644 >--- graphics/gmt5/Makefile >+++ graphics/gmt5/Makefile >@@ -3,7 +3,7 @@ > PORTNAME= gmt5 > DISTVERSION= 5.4.5 > DISTVERSIONSUFFIX= -src >-PORTREVISION= 2 >+PORTREVISION= 3 > CATEGORIES= graphics > MASTER_SITES= ftp://ftp.soest.hawaii.edu/%SUBDIR%/ \ > ftp://ftp.geologi.uio.no/pub/%SUBDIR%/ \ >diff --git graphics/mapcache/Makefile graphics/mapcache/Makefile >index 268054a4ecda..abf33615835e 100644 >--- graphics/mapcache/Makefile >+++ graphics/mapcache/Makefile >@@ -4,7 +4,7 @@ > PORTNAME= mapcache > DISTVERSION= 1.4.0-94 > DISTVERSIONSUFFIX= -g732b3fd >-PORTREVISION= 4 >+PORTREVISION= 5 > CATEGORIES= graphics > > MAINTAINER= gf-admins@iteris.com >@@ -71,7 +71,7 @@ PCRE_CMAKE_ON= -DWITH_PCRE=1 > PCRE_CMAKE_OFF= -DWITH_PCRE=0 > > GDAL_DESC= GDAL library support >-GDAL_LIB_DEPENDS= libgdal.so:graphics/gdal >+GDAL_LIB_DEPENDS= libgdal.so:graphics/gdal@lite > GDAL_CMAKE_ON= -DWITH_GDAL=1 -DWITH_OGR=1 > GDAL_CMAKE_OFF= -DWITH_GDAL=0 -DWITH_OGR=0 > >diff --git graphics/mapserver/Makefile graphics/mapserver/Makefile >index 2544384f9349..cfbf7fa1ab15 100644 >--- graphics/mapserver/Makefile >+++ graphics/mapserver/Makefile >@@ -3,7 +3,7 @@ > > PORTNAME= mapserver > PORTVERSION= 7.4.1 >-PORTREVISION= 2 >+PORTREVISION= 3 > CATEGORIES= graphics www geography > MASTER_SITES= https://download.osgeo.org/mapserver/ > >@@ -126,7 +126,7 @@ CMAKE_ARGS+= -DWITH_WCS=0 > > .if ${PORT_OPTIONS:MGDAL} > USES+= iconv >-LIB_DEPENDS+= libgdal.so:graphics/gdal >+LIB_DEPENDS+= libgdal.so:graphics/gdal@lite > CMAKE_ARGS+= -DWITH_GDAL=1 > .else > CMAKE_ARGS+= -DWITH_GDAL=0 >diff --git graphics/opencv/Makefile graphics/opencv/Makefile >index 446073475214..97297fb56ee1 100644 >--- graphics/opencv/Makefile >+++ graphics/opencv/Makefile >@@ -3,7 +3,7 @@ > > PORTNAME= opencv > PORTVERSION= 3.4.1 >-PORTREVISION= 29 >+PORTREVISION= 30 > CATEGORIES= graphics > > MAINTAINER= ports@FreeBSD.org >@@ -200,7 +200,7 @@ JPEG_USES= jpeg > JPEG_CMAKE_BOOL= WITH_JPEG > > GDAL_DESC= Geospatial Data Abstraction Library >-GDAL_LIB_DEPENDS= libgdal.so:graphics/gdal >+GDAL_LIB_DEPENDS= libgdal.so:graphics/gdal@lite > GDAL_CMAKE_BOOL= WITH_GDAL > > GDCM_DESC= Open source DICOM library >diff --git graphics/openorienteering-mapper/Makefile graphics/openorienteering-mapper/Makefile >index 35a3c3fd98ff..70c09f1ffc83 100644 >--- graphics/openorienteering-mapper/Makefile >+++ graphics/openorienteering-mapper/Makefile >@@ -4,7 +4,7 @@ > PORTNAME= openorienteering-mapper > PORTVERSION= 0.9.1 > DISTVERSIONPREFIX= v >-PORTREVISION= 1 >+PORTREVISION= 2 > CATEGORIES= graphics geography > > MAINTAINER= sikmir@gmail.com >@@ -37,7 +37,7 @@ DOCS_USE= QT=assistant_run > EXAMPLES_CMAKE_BOOL= Mapper_WITH_EXAMPLES > GDAL_DESC= Use the GDAL library > GDAL_CMAKE_BOOL= Mapper_USE_GDAL >-GDAL_LIB_DEPENDS= libgdal.so:graphics/gdal >+GDAL_LIB_DEPENDS= libgdal.so:graphics/gdal@lite > NLS_CMAKE_BOOL= Mapper_WITH_NLS > NLS_USE= QT=linguisttools_build > NLS_USES= gettext-runtime >diff --git graphics/osg/Makefile graphics/osg/Makefile >index d8f6b739ba6d..2314318ad8cb 100644 >--- graphics/osg/Makefile >+++ graphics/osg/Makefile >@@ -4,7 +4,7 @@ > PORTNAME= osg > PORTVERSION= 3.6.4 > DISTVERSIONPREFIX= OpenSceneGraph- >-PORTREVISION= 4 >+PORTREVISION= 5 > CATEGORIES= graphics > > MAINTAINER= amdmi3@FreeBSD.org >@@ -62,7 +62,7 @@ FREETYPE_VARS= FORCE_REQUIRE+=Freetype > FREETYPE_VARS_OFF= FORCE_IGNORE+=Freetype > FONTCONFIG_LIB_DEPENDS= libfontconfig.so:x11-fonts/fontconfig > FONTCONFIG_CMAKE_BOOL= OSG_TEXT_USE_FONTCONFIG >-GDAL_LIB_DEPENDS= libgdal.so:graphics/gdal >+GDAL_LIB_DEPENDS= libgdal.so:graphics/gdal@lite > GDAL_VARS= FORCE_REQUIRE+=GDAL > GDAL_VARS_OFF= FORCE_IGNORE+=GDAL > GIF_LIB_DEPENDS= libgif.so:graphics/giflib >diff --git graphics/osg34/Makefile graphics/osg34/Makefile >index 82db603f3b80..e9d4825f8ffb 100644 >--- graphics/osg34/Makefile >+++ graphics/osg34/Makefile >@@ -4,7 +4,7 @@ > PORTNAME= osg > PORTVERSION= 3.4.1 > DISTVERSIONPREFIX= OpenSceneGraph- >-PORTREVISION= 13 >+PORTREVISION= 14 > CATEGORIES= graphics > PKGNAMESUFFIX= 34 > >@@ -62,7 +62,7 @@ FFMPEG_VARS_OFF= FORCE_IGNORE+=FFmpeg > FREETYPE_LIB_DEPENDS= libfreetype.so:print/freetype2 > FREETYPE_VARS= FORCE_REQUIRE+=Freetype > FREETYPE_VARS_OFF= FORCE_IGNORE+=Freetype >-GDAL_LIB_DEPENDS= libgdal.so:graphics/gdal >+GDAL_LIB_DEPENDS= libgdal.so:graphics/gdal@lite > GDAL_VARS= FORCE_REQUIRE+=GDAL > GDAL_VARS_OFF= FORCE_IGNORE+=GDAL > GIF_LIB_DEPENDS= libgif.so:graphics/giflib >diff --git graphics/osgearth/Makefile graphics/osgearth/Makefile >index df11644cfa47..f0d8ab09a5b3 100644 >--- graphics/osgearth/Makefile >+++ graphics/osgearth/Makefile >@@ -4,7 +4,7 @@ > PORTNAME= osgearth > PORTVERSION= 2.10.1 > DISTVERSIONPREFIX= ${PORTNAME}- >-PORTREVISION= 6 >+PORTREVISION= 7 > CATEGORIES= graphics geography > > MAINTAINER= lbartoletti@FreeBSD.org >@@ -14,7 +14,7 @@ LICENSE= LGPL3 > LICENSE_FILE= ${WRKSRC}/LICENSE.txt > > LIB_DEPENDS= libosg.so:graphics/osg34 \ >- libgdal.so:graphics/gdal \ >+ libgdal.so:graphics/gdal@lite \ > libcurl.so:ftp/curl \ > libgeos.so:graphics/geos \ > libleveldb.so:databases/leveldb \ >diff --git graphics/p5-Geo-GDAL/Makefile graphics/p5-Geo-GDAL/Makefile >index d1ea0de1b97b..17cf4f8a5f69 100644 >--- graphics/p5-Geo-GDAL/Makefile >+++ graphics/p5-Geo-GDAL/Makefile >@@ -3,6 +3,7 @@ > > PORTNAME= Geo-GDAL > PORTVERSION= 3.0.4 >+PORTREVISION= 1 > CATEGORIES= graphics perl5 > MASTER_SITES= https://download.osgeo.org/gdal/${PORTVERSION}/ \ > LOCAL/sunpoet >diff --git graphics/py-cartopy/Makefile graphics/py-cartopy/Makefile >index 856250bbe495..305465572323 100644 >--- graphics/py-cartopy/Makefile >+++ graphics/py-cartopy/Makefile >@@ -3,7 +3,7 @@ > > PORTNAME= cartopy > PORTVERSION= 0.17.0 >-PORTREVISION= 3 >+PORTREVISION= 4 > CATEGORIES= graphics python > MASTER_SITES= CHEESESHOP > PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} >diff --git graphics/py-fiona/Makefile graphics/py-fiona/Makefile >index 1f8fabe97969..912acbb8378c 100644 >--- graphics/py-fiona/Makefile >+++ graphics/py-fiona/Makefile >@@ -2,7 +2,7 @@ > > PORTNAME= Fiona > DISTVERSION= 1.7.13 >-PORTREVISION= 2 >+PORTREVISION= 3 > CATEGORIES= graphics python > MASTER_SITES= CHEESESHOP > PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} >diff --git graphics/py-pyrsgis/Makefile graphics/py-pyrsgis/Makefile >index 876f5a848863..24cd9f535db9 100644 >--- graphics/py-pyrsgis/Makefile >+++ graphics/py-pyrsgis/Makefile >@@ -3,6 +3,7 @@ > > PORTNAME= pyrsgis > PORTVERSION= 0.2.6 >+PORTREVISION= 1 > CATEGORIES= graphics python > MASTER_SITES= CHEESESHOP > PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} >diff --git graphics/qgis-ltr/Makefile graphics/qgis-ltr/Makefile >index f1482ec3a481..96b292f97f96 100644 >--- graphics/qgis-ltr/Makefile >+++ graphics/qgis-ltr/Makefile >@@ -4,7 +4,7 @@ > PORTNAME= qgis > DISTVERSIONPREFIX= final- > DISTVERSION= 3_4_11 >-PORTREVISION= 4 >+PORTREVISION= 5 > CATEGORIES= graphics geography > PKGNAMESUFFIX= -ltr > >diff --git graphics/qgis/Makefile graphics/qgis/Makefile >index 36717bc54e41..f1f3c43d692e 100644 >--- graphics/qgis/Makefile >+++ graphics/qgis/Makefile >@@ -4,7 +4,7 @@ > PORTNAME= qgis > DISTVERSIONPREFIX= final- > DISTVERSION= 3_10_1 >-PORTREVISION= 2 >+PORTREVISION= 3 > CATEGORIES= graphics geography > > MAINTAINER= rhurlin@gwdg.de >diff --git math/R-cran-sf/Makefile math/R-cran-sf/Makefile >index c4a5ce9a1bc3..38bd436cf7d3 100644 >--- math/R-cran-sf/Makefile >+++ math/R-cran-sf/Makefile >@@ -3,6 +3,7 @@ > > PORTNAME= sf > DISTVERSION= 0.8-1 >+PORTREVISION= 1 > CATEGORIES= math > DISTNAME= ${PORTNAME}_${DISTVERSION} > >diff --git math/pdal/Makefile math/pdal/Makefile >index 81e6a872d15d..de4898c34dc4 100644 >--- math/pdal/Makefile >+++ math/pdal/Makefile >@@ -3,7 +3,7 @@ > > PORTNAME= pdal > DISTVERSION= 2.0.1 >-PORTREVISION= 2 >+PORTREVISION= 3 > CATEGORIES= math databases graphics > > MAINTAINER= lbartoletti@FreeBSD.org >diff --git math/saga/Makefile math/saga/Makefile >index 4193a028d12e..18a9731ae0bd 100644 >--- math/saga/Makefile >+++ math/saga/Makefile >@@ -3,7 +3,7 @@ > > PORTNAME= saga > PORTVERSION= 7.5.0 >-PORTREVISION= 1 >+PORTREVISION= 2 > CATEGORIES= math > MASTER_SITES= SF/saga-gis/SAGA%20-%20${PORTVERSION:C/\.[[:digit:]]\.[[:digit:]]*$//}/SAGA%20-%20${PORTVERSION} > >diff --git misc/py-kartograph/Makefile misc/py-kartograph/Makefile >index 90bc5a7e619e..03dcb575c7a7 100644 >--- misc/py-kartograph/Makefile >+++ misc/py-kartograph/Makefile >@@ -2,6 +2,7 @@ > > PORTNAME= kartograph > DISTVERSION= 0.6.8 >+PORTREVISION= 1 > CATEGORIES= misc python > PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 224004
:
204276
|
211597
|
211768
|
214779
|
216516
|
218784