summaryrefslogtreecommitdiff
path: root/databases/postgresql-contrib/Makefile
diff options
context:
space:
mode:
authorPalle Girgensohn <girgen@FreeBSD.org>2005-02-03 09:30:27 +0000
committerPalle Girgensohn <girgen@FreeBSD.org>2005-02-03 09:30:27 +0000
commit88413af3b8210a5e5d7a3dbb2a6050f03229850b (patch)
tree9ed8a3148862873a5079319de478bac6760b1685 /databases/postgresql-contrib/Makefile
parentFix build on 4.x (gcc295) (diff)
In order to address a potential security hole recently identified with
the "LOAD" option, the PostgreSQL Global Development Group is announcing the release of new versions of PostgreSQL. Update to 7.3.9, 7.4.7 & 8.0.1. Take the opportunity to reset PORTREVISION of slave ports. Back out name change of startup script. The new script uses rc.subr(8), and as such also uses rcorder(8). But, rcorder does not exist in FreeBSD 4.x. Hence rename the script it back to the top of the directory list. [1] The periodic script should of course be executable. [2] [1] Noted by Niels Chr. Bank-Pedersen <ncbp at bank-pedersen dot dk> [2] Noted by Fritz Heinrichmeyer <fritz.heinrichmeyer at fernuni-hagen dot de>
Notes
Notes: svn path=/head/; revision=127966
Diffstat (limited to 'databases/postgresql-contrib/Makefile')
-rw-r--r--databases/postgresql-contrib/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/databases/postgresql-contrib/Makefile b/databases/postgresql-contrib/Makefile
index e76a162effe6..ffc336f65ead 100644
--- a/databases/postgresql-contrib/Makefile
+++ b/databases/postgresql-contrib/Makefile
@@ -7,7 +7,7 @@
PORTNAME= postgresql
PKGNAMESUFFIX= -contrib
-PORTREVISION= 1
+PORTREVISION= 0
CATEGORIES= databases
MAINTAINER= girgen@FreeBSD.org