summaryrefslogtreecommitdiff
path: root/databases/postgresql93/Makefile.common
diff options
context:
space:
mode:
authoradam <adam>2014-07-25 22:14:55 +0000
committeradam <adam>2014-07-25 22:14:55 +0000
commit46a567b9a39f1bd354d2342b5e142820846293f6 (patch)
tree64b962546ea0fdbce8abd0632fa7c42f16413b77 /databases/postgresql93/Makefile.common
parent6724757a9641da7f11fc2c6e1f2f59f61349e1f4 (diff)
downloadpkgsrc-46a567b9a39f1bd354d2342b5e142820846293f6.tar.gz
The PostgreSQL Global Development Group has released an update to all supported version of the database system, including versions 9.3.5, 9.2.9, 9.1.14, 9.0.18, and 8.4.22. This minor release fixes a number of issues discovered and reported by users over the last four months, including some data corruption issues, and is the last update of version 8.4. Users of version 9.3 will want to update at the earliest opportunity; users of version 8.4 will want to schedule an upgrade to a supported PostgreSQL version.
Diffstat (limited to 'databases/postgresql93/Makefile.common')
-rw-r--r--databases/postgresql93/Makefile.common4
1 files changed, 2 insertions, 2 deletions
diff --git a/databases/postgresql93/Makefile.common b/databases/postgresql93/Makefile.common
index 8032656484f..6f66e3b38ae 100644
--- a/databases/postgresql93/Makefile.common
+++ b/databases/postgresql93/Makefile.common
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.6 2014/03/27 20:57:55 adam Exp $
+# $NetBSD: Makefile.common,v 1.7 2014/07/25 22:14:56 adam Exp $
#
# used by databases/postgresql93-adminpack/Makefile
# used by databases/postgresql93-client/Makefile
@@ -21,7 +21,7 @@
# <lang>-postgresql client-side interface to PostgreSQL
# postgresql-<lang> server-side module for PostgreSQL backend
-DISTNAME= postgresql-9.3.4
+DISTNAME= postgresql-9.3.5
CATEGORIES= databases
MASTER_SITES= ${MASTER_SITE_PGSQL:=source/v${PKGVERSION_NOREV}/}
EXTRACT_SUFX= .tar.bz2