diff options
author | crees <crees@FreeBSD.org> | 2019-04-26 02:34:41 +0800 |
---|---|---|
committer | crees <crees@FreeBSD.org> | 2019-04-26 02:34:41 +0800 |
commit | 134481cda0633d64cf696b74b6d62ef738482a1b (patch) | |
tree | 0964d0f249a57bc415582e9ac86e1a36e2e032c6 /databases/postgresql10-pgtcl | |
parent | 481cd6dbd37afb2334f103baf9b27cff6fae18bd (diff) | |
download | freebsd-ports-gnome-134481cda0633d64cf696b74b6d62ef738482a1b.tar.gz freebsd-ports-gnome-134481cda0633d64cf696b74b6d62ef738482a1b.tar.zst freebsd-ports-gnome-134481cda0633d64cf696b74b6d62ef738482a1b.zip |
Don't overwrite PORTREVISION from the slave, following readline update.
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
Diffstat (limited to 'databases/postgresql10-pgtcl')
-rw-r--r-- | databases/postgresql10-pgtcl/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/databases/postgresql10-pgtcl/Makefile b/databases/postgresql10-pgtcl/Makefile index 9f66e61ef73c..a88bfe2d8ce6 100644 --- a/databases/postgresql10-pgtcl/Makefile +++ b/databases/postgresql10-pgtcl/Makefile @@ -1,6 +1,6 @@ # $FreeBSD$ -PORTREVISION= 0 +PORTREVISION= 2 PKGNAMESUFFIX= -postgresql10 CONFLICTS= pgtcl-[0-9]* pgtcl-postgresql9[0123456]-[0-9]* |