I've had to bump revision for several slaves here, but most will not be rebuilt, except the -client slaves. Apologies for anyone having to rebuild -clients unnecessarily, but it's not a heavy task- better safe than sorry. PR: ports/236156 Reported by: Andrew Dunstan (PostgreSQL), koobs, Dmitri Goutnik
12 lines
199 B
Makefile
12 lines
199 B
Makefile
# $FreeBSD$
|
|
|
|
PORTREVISION= 2
|
|
PKGNAMESUFFIX= -postgresql10
|
|
|
|
CONFLICTS= pgtcl-[0-9]* pgtcl-postgresql9[0123456]-[0-9]*
|
|
|
|
PGTCL_SLAVE= 10
|
|
MASTERDIR= ${.CURDIR}/../pgtcl
|
|
|
|
.include "${MASTERDIR}/Makefile"
|