diff options
author | Palle Girgensohn <girgen@FreeBSD.org> | 2013-12-05 15:59:53 +0000 |
---|---|---|
committer | Palle Girgensohn <girgen@FreeBSD.org> | 2013-12-05 15:59:53 +0000 |
commit | 6030e71fcc24e2351fb4df9c063470f55acae819 (patch) | |
tree | fb2fdc19811cb0c27de2e713d42d0d460db65565 /databases/postgresql91-pltcl | |
parent | 0ef0aae44e262d964fc9f880d979ad0efd8a552c (diff) |
The PostgreSQL Global Development Group has released a critical update
to all supported versions of the PostgreSQL database system, which
includes minor versions 9.3.2, 9.2.6, 9.1.11, 9.0.15, and 8.4.19. This
update fixes three serious data-loss bugs affecting replication and
database maintenance. All users are urged to update their
installations at the earliest opportunity.
URL: http://www.postgresql.org/about/news/1492/
Notes
Notes:
svn path=/head/; revision=335673
Diffstat (limited to 'databases/postgresql91-pltcl')
-rw-r--r-- | databases/postgresql91-pltcl/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/databases/postgresql91-pltcl/Makefile b/databases/postgresql91-pltcl/Makefile index 76b869b627ad..f06e0240ddef 100644 --- a/databases/postgresql91-pltcl/Makefile +++ b/databases/postgresql91-pltcl/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= postgresql -PORTREVISION= 4 +PORTREVISION= 0 CATEGORIES= databases tcl PKGNAMESUFFIX?= ${DISTVERSION:R:S/.//}${COMPONENT} |