aboutsummaryrefslogtreecommitdiff
path: root/databases/postgresql95-contrib
diff options
context:
space:
mode:
authorPalle Girgensohn <girgen@FreeBSD.org>2016-01-13 10:36:22 +0000
committerPalle Girgensohn <girgen@FreeBSD.org>2016-01-13 10:36:22 +0000
commita9c901ec2bd7061cb5a9f38c4aa1b4608c00cf1f (patch)
tree2f136fd2ec2358b046f3f49ea848fa2ba7711c62 /databases/postgresql95-contrib
parent1a2923e25f010530a7576108fcf5f48601944a80 (diff)
downloadports-a9c901ec2bd7061cb5a9f38c4aa1b4608c00cf1f.tar.gz
ports-a9c901ec2bd7061cb5a9f38c4aa1b4608c00cf1f.zip
Some binaries where moved from contrib to base in 9.5, like pgbench and
pg_upgrade. Other where added in 9.5, but the port failed to install them. Make sure they are properly installed by the correct port (-client or -server) [1] Remove unused and hence confusing OSSP_UUID parameters from Makefile [2] Add options to allow user to be set for the backup script in periodic. Add this option only to 9.5 for now. It will be updated to other servers at next regular patch release. [3] The path to perl in hard coded into pgxs/src/Makefile.global which is then installed. Hence, we must depend on perl when that file is installed. Noticed by: Paul Guyot [1] PR: 192387 [2] PR: 172110 [3] PR: 206046 [4]
Notes
Notes: svn path=/head/; revision=406034
Diffstat (limited to 'databases/postgresql95-contrib')
-rw-r--r--databases/postgresql95-contrib/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/databases/postgresql95-contrib/Makefile b/databases/postgresql95-contrib/Makefile
index 516581112f68..2dda8ff4df8c 100644
--- a/databases/postgresql95-contrib/Makefile
+++ b/databases/postgresql95-contrib/Makefile
@@ -2,6 +2,7 @@
# $FreeBSD$
PORTNAME= postgresql
+PORTREVISION= 0
CATEGORIES= databases
MAINTAINER= pgsql@FreeBSD.org