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

Collapse All | Expand All

(-)databases/pgsphere/Makefile (-3 / +4 lines)
Lines 3-9 Link Here
3
3
4
PORTNAME=	pgsphere
4
PORTNAME=	pgsphere
5
PORTVERSION=	1.1.5
5
PORTVERSION=	1.1.5
6
PORTREVISION=	2
6
PORTREVISION=	3
7
CATEGORIES=	databases geography
7
CATEGORIES=	databases geography
8
8
9
MAINTAINER=	sunpoet@FreeBSD.org
9
MAINTAINER=	sunpoet@FreeBSD.org
Lines 19-31 Link Here
19
USE_LDCONFIG=	yes
19
USE_LDCONFIG=	yes
20
MAKE_ARGS=	PG_CONFIG=${LOCALBASE}/bin/pg_config USE_PGXS=1 \
20
MAKE_ARGS=	PG_CONFIG=${LOCALBASE}/bin/pg_config USE_PGXS=1 \
21
		docdir=${DOCSDIR} \
21
		docdir=${DOCSDIR} \
22
		install_bin=/usr/bin/install
22
		install_bin=/usr/bin/install \
23
		CFLAGS="${CFLAGS} -Wvla"
23
TEST_TARGET=	installcheck
24
TEST_TARGET=	installcheck
24
25
25
DATADIR=	${PREFIX}/share/postgresql
26
DATADIR=	${PREFIX}/share/postgresql
26
DOCSDIR?=	${PREFIX}/share/doc/postgresql
27
DOCSDIR?=	${PREFIX}/share/doc/postgresql
27
28
28
GH_TAGNAME=	f36ffd6
29
GH_TAGNAME=	e0b303d
29
USE_GITHUB=	yes
30
USE_GITHUB=	yes
30
31
31
DOCS_MAKE_ARGS_OFF=	DOCS=""
32
DOCS_MAKE_ARGS_OFF=	DOCS=""
(-)databases/pgsphere/distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
TIMESTAMP = 1523471709
1
TIMESTAMP = 1598291814
2
SHA256 (pgsphere-pgsphere-1.1.5-f36ffd6_GH0.tar.gz) = 8ef24e1aefe12b544747976a568a037dcfea778a997b5ab15e42af652067180a
2
SHA256 (pgsphere-pgsphere-1.1.5-e0b303d_GH0.tar.gz) = 8a96e9ec6d44d25aab4f8fdc17a914d39a85e5aeba42f609db63762f6f4c963d
3
SIZE (pgsphere-pgsphere-1.1.5-f36ffd6_GH0.tar.gz) = 445706
3
SIZE (pgsphere-pgsphere-1.1.5-e0b303d_GH0.tar.gz) = 458817

Return to bug 248657