2016-09-30 00:42:19 +02:00
|
|
|
# Created by: Palle Girgensohn <girgen@FreeBSD.org>
|
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= pg_qualstats
|
2018-11-16 10:46:38 +01:00
|
|
|
PORTVERSION= 1.0.7
|
Bump PORTREVISION for ports depending on the canonical version of GCC
as defined in Mk/bsd.default-versions.mk which has moved from GCC 8.3
to GCC 9.1 under most circumstances now after revision 507371.
This includes ports
- with USE_GCC=yes or USE_GCC=any,
- with USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and
- with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang,
c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, everything INDEX-11 shows with a dependency on lang/gcc9 now.
PR: 238330
2019-07-26 22:46:53 +02:00
|
|
|
PORTREVISION= 2
|
2016-09-30 00:42:19 +02:00
|
|
|
CATEGORIES= databases
|
|
|
|
|
|
|
|
MAINTAINER= girgen@FreeBSD.org
|
|
|
|
COMMENT= PostgreSQL extension for collecting statistics about predicates
|
|
|
|
|
2018-11-07 00:46:05 +01:00
|
|
|
LICENSE= PostgreSQL
|
2016-09-30 00:42:19 +02:00
|
|
|
|
|
|
|
USE_GITHUB= yes
|
2018-11-07 00:46:05 +01:00
|
|
|
GH_ACCOUNT= powa-team
|
2016-09-30 00:42:19 +02:00
|
|
|
|
|
|
|
USES= gmake pgsql:9.4+
|
2018-06-24 02:54:27 +02:00
|
|
|
LLD_UNSAFE= yes
|
2016-09-30 00:42:19 +02:00
|
|
|
WANT_PGSQL= server
|
|
|
|
|
|
|
|
pre-patch:
|
2018-11-07 00:46:05 +01:00
|
|
|
@${MV} ${BUILD_WRKSRC}/doc/README.md ${BUILD_WRKSRC}/doc/${PORTNAME}-README.md
|
2016-09-30 00:42:19 +02:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|