Date: Fri, 24 Jul 2020 16:53:18 +0000 (UTC) From: Rene Ladan <rene@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r543263 - head/databases/postgis24 Message-ID: <202007241653.06OGrICp053387@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: rene Date: Fri Jul 24 16:53:18 2020 New Revision: 543263 URL: https://svnweb.freebsd.org/changeset/ports/543263 Log: databases/postgis24: limit to PostgreSQL 9.5 - 10, bump PORTREVISION Modified: head/databases/postgis24/Makefile Modified: head/databases/postgis24/Makefile ============================================================================== --- head/databases/postgis24/Makefile Fri Jul 24 16:51:30 2020 (r543262) +++ head/databases/postgis24/Makefile Fri Jul 24 16:53:18 2020 (r543263) @@ -3,7 +3,7 @@ PORTNAME= postgis PORTVERSION= 2.4.8 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= databases geography MASTER_SITES= https://download.osgeo.org/postgis/source/ PKGNAMESUFFIX= 24 @@ -20,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.3-10 shebangfix + localbase perl5 pkgconfig pgsql:9.5-10 shebangfix USE_GNOME= libxml2 USE_LDCONFIG= yes USE_PERL5= build
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202007241653.06OGrICp053387>