View | Details | Raw Unified | Return to bug 222703 | Differences between
and this patch

Collapse All | Expand All

(-)Makefile (-2 / +2 lines)
Lines 1-7 Link Here
1
# $FreeBSD: head/databases/postgis22/Makefile 456263 2017-12-13 20:51:35Z sunpoet $
1
# $FreeBSD: head/databases/postgis22/Makefile 456263 2017-12-13 20:51:35Z sunpoet $
2
2
3
PORTNAME=	postgis
3
PORTNAME=	postgis
4
PORTVERSION=	2.2.5
4
PORTVERSION=	2.2.6
5
CATEGORIES=	databases geography
5
CATEGORIES=	databases geography
6
MASTER_SITES=	http://download.osgeo.org/postgis/source/
6
MASTER_SITES=	http://download.osgeo.org/postgis/source/
7
PKGNAMESUFFIX=	22
7
PKGNAMESUFFIX=	22
Lines 16-22 Link Here
16
		libgeos.so:graphics/geos \
16
		libgeos.so:graphics/geos \
17
		libjson-c.so:devel/json-c
17
		libjson-c.so:devel/json-c
18
18
19
CONFLICTS_INSTALL=	postgis20 postgis postgis23
19
CONFLICTS_INSTALL=	postgis20 postgis postgis23 postgis24
20
20
21
USES=		gettext gmake iconv:wchar_t libtool:keepla perl5 pgsql pkgconfig shebangfix
21
USES=		gettext gmake iconv:wchar_t libtool:keepla perl5 pgsql pkgconfig shebangfix
22
GNU_CONFIGURE=	yes
22
GNU_CONFIGURE=	yes

Return to bug 222703