svn commit: r552385 - head/databases/postgis24

Po-Chuan Hsieh sunpoet at freebsd.org
Thu Oct 15 19:45:17 UTC 2020


On Thu, Oct 15, 2020 at 5:42 PM Mathieu Arnold <mat at freebsd.org> wrote:

> On Thu, Oct 15, 2020 at 06:04:27AM +0000, Loïc Bartoletti wrote:
> > Author: lbartoletti
> > Date: Thu Oct 15 06:04:26 2020
> > New Revision: 552385
> > URL: https://svnweb.freebsd.org/changeset/ports/552385
> >
> > Log:
> >   databases/postgis24: Update postgresql versions available
> >
> >   postgis24 can be built with postgresql12. Update postgresql range
> versions accordingly.
> >
> > Modified:
> >   head/databases/postgis24/Makefile
> >
> > Modified: head/databases/postgis24/Makefile
> >
> ==============================================================================
> > --- head/databases/postgis24/Makefile Thu Oct 15 05:54:30 2020
> (r552384)
> > +++ head/databases/postgis24/Makefile Thu Oct 15 06:04:26 2020
> (r552385)
> > @@ -3,6 +3,7 @@
> >
> >  PORTNAME=    postgis
> >  PORTVERSION= 2.4.9
> > +PORTREVISION=        1
>
> Why bump PORTREVISION?
>

Hi mat,

It changes pgsql dependency from a lower version (9.5 by default) to 12
since PGSQL_DEFAULT is 12.


> >  CATEGORIES=  databases geography
> >  MASTER_SITES=        https://download.osgeo.org/postgis/source/
> >  PKGNAMESUFFIX=       24
> > @@ -19,7 +20,7 @@ LIB_DEPENDS=        libproj.so:graphics/proj \
> >               libgdal.so:graphics/gdal
> >
> >  USES=                alias gettext gmake gnome iconv:wchar_t
> libtool:keepla \
> > -             localbase perl5 pkgconfig pgsql:9.5-10 shebangfix
> > +             localbase perl5 pkgconfig pgsql:9.5-12 shebangfix
> >  USE_GNOME=   libxml2
> >  USE_LDCONFIG=        yes
> >  USE_PERL5=   build
> >
>
> --
> Mathieu Arnold
>


More information about the svn-ports-head mailing list