aboutsummaryrefslogtreecommitdiff
path: root/graphics/R-cran-rgdal
Commit message (Collapse)AuthorAgeFilesLines
* graphics/R-cran-rgdal: Update to 1.5-27TAKATSU Tomonari2021-09-172-4/+4
|
* graphics/R-cran-rgdal: Update to 1.5-25TAKATSU Tomonari2021-09-122-5/+4
|
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* graphics/gdal: Set the default options as a workable setLoïc Bartoletti2021-02-231-0/+1
| | | | | | | | | | | | - reinstate r552962 (was reverted in r553000) - remove pkg-message from qgis and qgis-ltr - Bump PORTREVSION on all consumers PR: 224004 Approved by: portmgr Notes: svn path=/head/; revision=566369
* - Update to 1.5-23TAKATSU Tomonari2021-02-052-4/+4
| | | | Notes: svn path=/head/; revision=564126
* - Update to 1.5-21TAKATSU Tomonari2021-01-302-4/+4
| | | | Notes: svn path=/head/; revision=563284
* - Update to 1.5-19TAKATSU Tomonari2021-01-092-5/+4
| | | | Notes: svn path=/head/; revision=560865
* graphics/proj: Update to 7.2.0Loïc Bartoletti2020-11-181-1/+1
| | | | | | | | Changelog: - https://proj.org/news.html#release-notes Notes: svn path=/head/; revision=555622
* graphics/proj: Update to 7.1.1Loïc Bartoletti2020-11-171-0/+1
| | | | | | | | | | | | | | | | | - Add a pkg-message explaining how to access or sync datum grids from the CDN (disabled by default) - Add curl and tiff dependencies since proj can read datum grids from remote COG (Cloud Optimized Geotiff) - Take maintainer'ship (ok wen@) PR: 245611 Submitted by: wen (first version) Reviewed by: wen, rhurlin Approved by: wen Exp-run by: antoine Notes: svn path=/head/; revision=555543
* - Update to 1.5-18TAKATSU Tomonari2020-10-162-4/+4
| | | | Notes: svn path=/head/; revision=552501
* - Update to 1.5-17TAKATSU Tomonari2020-10-102-4/+4
| | | | Notes: svn path=/head/; revision=551908
* - Update to 1.5-16TAKATSU Tomonari2020-08-103-12/+16
| | | | Notes: svn path=/head/; revision=544622
* - Update to 1.5-12TAKATSU Tomonari2020-06-272-4/+4
| | | | Notes: svn path=/head/; revision=540632
* - Update to 1.5-10TAKATSU Tomonari2020-06-132-4/+4
| | | | Notes: svn path=/head/; revision=538647
* - Update to 1.5-8TAKATSU Tomonari2020-05-312-5/+4
| | | | Notes: svn path=/head/; revision=537116
* math/R: Update to version 4.0.0Joseph Mingrone2020-05-051-1/+1
| | | | | | | | | | | | | | Upstream changes: https://stat.ethz.ch/pipermail/r-announce/2020/000653.html Also bump PORTREVISION of ports that depend on math/R. Submitted by: wen (in part) Reviewed by: jwb, Rainer Hurling <rhurlin@gwdg.de>, thierry Differential Revision: https://reviews.freebsd.org/D24572 Notes: svn path=/head/; revision=534095
* Bump PORTREVISION for graphics/gdal shlib changeSunpoet Po-Chuan Hsieh2020-01-221-0/+1
| | | | Notes: svn path=/head/; revision=523793
* - Update to 1.4-8TAKATSU Tomonari2019-11-282-4/+4
| | | | Notes: svn path=/head/; revision=518582
* - Update to 1.4-7TAKATSU Tomonari2019-10-312-4/+4
| | | | Notes: svn path=/head/; revision=516179
* - Update to 1.4-6TAKATSU Tomonari2019-10-022-5/+4
| | | | Notes: svn path=/head/; revision=513541
* Bump PORTREVISION for ports depending on the canonical version of GCCGerald Pfeifer2019-07-261-0/+1
| | | | | | | | | | | | | | | | | | as defined in Mk/bsd.default-versions.mk which has moved from GCC 8.3 to GCC 9.1 under most circumstances now after revision 507371. This includes ports - with USE_GCC=yes or USE_GCC=any, - with USES=fortran, - using Mk/bsd.octave.mk which in turn features USES=fortran, and - with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang, c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib plus, everything INDEX-11 shows with a dependency on lang/gcc9 now. PR: 238330 Notes: svn path=/head/; revision=507372
* - Update to 6.1.0 and fix some portsWen Heping2019-06-272-5/+4
| | | | | | | | | | | | | | | - Add missing DEPENDS - Add TEST_TARGET - Take maintainership PR: 237932, 238795 Submitted by: wenheping2000@hotmail.com,rhurlin@gwdg.de Approved by: maintainer(timeout, > 30 days), portmgr@(implicit, fix build) Exp-run by: antoine@ Thanks to: antoine@, sunpoet@, rhurlin@gwdg.de Notes: svn path=/head/; revision=505194
* Update to 2.4.0Sunpoet Po-Chuan Hsieh2019-01-111-1/+1
| | | | | | | | | | | | | | | | - Update MASTER_SITES - Add ZSTD option Changes: https://trac.osgeo.org/gdal/wiki/Release/2.3.0-News https://trac.osgeo.org/gdal/wiki/Release/2.3.1-News https://trac.osgeo.org/gdal/wiki/Release/2.3.2-News https://trac.osgeo.org/gdal/wiki/Release/2.3.3-News https://trac.osgeo.org/gdal/wiki/Release/2.4.0-News PR: 231629 Exp-run by: antoine Notes: svn path=/head/; revision=489995
* Bump PORTREVISION for ports depending on the canonical version of GCCGerald Pfeifer2018-12-121-0/+1
| | | | | | | | | | | | | | | | | | defined via Mk/bsd.default-versions.mk which has moved from GCC 7.4 t GCC 8.2 under most circumstances. This includes ports - with USE_GCC=yes or USE_GCC=any, - with USES=fortran, - using Mk/bsd.octave.mk which in turn features USES=fortran, and - with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang, c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib plus, as a double check, everything INDEX-11 showed depending on lang/gcc7. PR: 231590 Notes: svn path=/head/; revision=487272
* - Update to 1.3-6TAKATSU Tomonari2018-10-182-4/+4
| | | | Notes: svn path=/head/; revision=482321
* - Update to 1.3-4TAKATSU Tomonari2018-08-132-4/+4
| | | | Notes: svn path=/head/; revision=477050
* - Update to 1.3-3TAKATSU Tomonari2018-07-012-4/+4
| | | | Notes: svn path=/head/; revision=473686
* - Update to 1.3-2TAKATSU Tomonari2018-06-192-4/+4
| | | | Notes: svn path=/head/; revision=472758
* - Update to 1.3-1TAKATSU Tomonari2018-06-042-5/+5
| | | | Notes: svn path=/head/; revision=471534
* - Update to 1.2-20TAKATSU Tomonari2018-05-102-4/+4
| | | | Notes: svn path=/head/; revision=469506
* - Update to 1.2-18TAKATSU Tomonari2018-03-272-4/+4
| | | | Notes: svn path=/head/; revision=465668
* - Update to 1.2-16TAKATSU Tomonari2018-03-122-5/+4
| | | | Notes: svn path=/head/; revision=464227
* Bump PORTREVISIONs of all users of math/mpc that we just updated toGerald Pfeifer2018-03-101-0/+1
| | | | | | | version 1.1.0 (via revision 464079). Notes: svn path=/head/; revision=464084
* - Update to 1.2-12TAKATSU Tomonari2017-10-012-4/+4
| | | | Notes: svn path=/head/; revision=451020
* - Update to 1.2-11TAKATSU Tomonari2017-09-272-4/+4
| | | | Notes: svn path=/head/; revision=450727
* - Update to 1.2-8TAKATSU Tomonari2017-07-032-4/+4
| | | | Notes: svn path=/head/; revision=444915
* - Update to 1.2-7TAKATSU Tomonari2017-05-072-4/+4
| | | | Notes: svn path=/head/; revision=440296
* - Update to 1.2-5TAKATSU Tomonari2016-12-172-5/+7
| | | | Notes: svn path=/head/; revision=428717
* - Update to 1.2-4TAKATSU Tomonari2016-12-062-5/+5
| | | | | | | - Add "compiles" argument to USES=cran Notes: svn path=/head/; revision=427945
* - Update to 1.1-10TAKATSU Tomonari2016-05-132-3/+4
| | | | Notes: svn path=/head/; revision=415163
* - Update to 1.1-9TAKATSU Tomonari2016-05-102-3/+3
| | | | Notes: svn path=/head/; revision=414972
* - Update to 1.1-8TAKATSU Tomonari2016-04-092-3/+3
| | | | Notes: svn path=/head/; revision=412794
* Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.Mathieu Arnold2016-04-011-3/+3
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=412346
* - Update to 1.1-7TAKATSU Tomonari2016-03-302-3/+3
| | | | Notes: svn path=/head/; revision=412153
* - Update to 1.1-3TAKATSU Tomonari2016-01-242-5/+4
| | | | | | | - Fix LICENSE Notes: svn path=/head/; revision=407116
* - Update to 1.1-1TAKATSU Tomonari2015-11-182-3/+3
| | | | Notes: svn path=/head/; revision=401902
* - Update to 1.0-7TAKATSU Tomonari2015-09-132-3/+3
| | | | Notes: svn path=/head/; revision=396797
* - Update to 1.0-6TAKATSU Tomonari2015-08-292-3/+3
| | | | Notes: svn path=/head/; revision=395529
* - Update to 1.0-5TAKATSU Tomonari2015-08-203-7/+4
| | | | Notes: svn path=/head/; revision=394917
* - Update to 2.0.0Sunpoet Po-Chuan Hsieh2015-07-091-0/+1
| | | | | | | | | | - Bump PORTREVISION for graphics/gdal shlib change - Mark astro/merkaartor as BROKEN Changes: http://trac.osgeo.org/gdal/wiki/Release/2.0.0-News Notes: svn path=/head/; revision=391657