1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-08 06:48:28 +00:00
freebsd-ports/databases/pgagent/Makefile
Gerald Pfeifer ea8c8ec7da 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 20:46:53 +00:00

26 lines
629 B
Makefile

# Created by: Max Khon
# $FreeBSD$
PORTNAME= pgagent
PORTVERSION= 3.4.0
PORTREVISION= 4
CATEGORIES= databases
MASTER_SITES= PGSQL/pgadmin3/release/pgagent
DISTNAME= pgAgent-${PORTVERSION}-Source
MAINTAINER= fjoe@FreeBSD.org
COMMENT= Job scheduler for PostgreSQL
USES= cmake:insource dos2unix pgsql
DOS2UNIX_GLOB= *.txt
CMAKE_ARGS= -DSTATIC_BUILD:BOOL=NO -DWX_CONFIG_PATH:FILEPATH="${WX_CONFIG}"
USE_WX= 2.8
PLIST_FILES= bin/pgagent \
share/postgresql/extension/pgagent--3.4.sql \
share/postgresql/extension/pgagent--unpackaged--3.4.sql \
share/postgresql/extension/pgagent.control
PORTDATA= *
.include <bsd.port.mk>