diff options
author | rodrigo <rodrigo@FreeBSD.org> | 2017-12-17 19:25:13 +0800 |
---|---|---|
committer | rodrigo <rodrigo@FreeBSD.org> | 2017-12-17 19:25:13 +0800 |
commit | 90e060207cd1c31f2d4706d992eb1f60c744e6b8 (patch) | |
tree | e8490be905a4dfd592a53a3965d11df6fd33d460 /databases/Makefile | |
parent | cf034033ae8ccb6ab338fb235790dd4c6a604518 (diff) | |
download | freebsd-ports-gnome-90e060207cd1c31f2d4706d992eb1f60c744e6b8.tar.gz freebsd-ports-gnome-90e060207cd1c31f2d4706d992eb1f60c744e6b8.tar.zst freebsd-ports-gnome-90e060207cd1c31f2d4706d992eb1f60c744e6b8.zip |
Add new port postgis24 for v2.4.x
See https://svn.osgeo.org/postgis/tags/2.4.2/NEWS for new features in 2.4 branch,
bugfixes and enhancements
Upgrade postgis22 from v2.2.5 to 2.2.6
Multiple bug fixes, see changelog
https://svn.osgeo.org/postgis/tags/2.2.6/NEWS
Upgrade postfix23 from v2.3.3 to v2.3.5
Multiple bug fixes and enhancements, see changelog
https://svn.osgeo.org/postgis/tags/2.3.5/NEWS
Fix and expand CONFLICTS_INSTALL for the postgis2* ports
reorder USES and USE_* in database/postgis20 to makes portlint happy
PR: 222703
Submitted by: lbartoletti@tuxfamily.org
Approved by: rhurlin@gwdg.de (maintainer)
Diffstat (limited to 'databases/Makefile')
-rw-r--r-- | databases/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/databases/Makefile b/databases/Makefile index fa5318c2332f..9c2a1238947a 100644 --- a/databases/Makefile +++ b/databases/Makefile @@ -680,6 +680,7 @@ SUBDIR += postgis21 SUBDIR += postgis22 SUBDIR += postgis23 + SUBDIR += postgis24 SUBDIR += postgres-xl SUBDIR += postgresql-cstore_fdw SUBDIR += postgresql-jdbc |