summaryrefslogtreecommitdiff
path: root/databases/postgresql92
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/postgresql92
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/postgresql92')
-rw-r--r--databases/postgresql92/Makefile3
-rw-r--r--databases/postgresql92/Makefile.common4
-rw-r--r--databases/postgresql92/distinfo9
-rw-r--r--databases/postgresql92/patches/patch-src_pl_plpython_Makefile15
4 files changed, 7 insertions, 24 deletions
diff --git a/databases/postgresql92/Makefile b/databases/postgresql92/Makefile
index 88c86cb46a3..7e5bc85beac 100644
--- a/databases/postgresql92/Makefile
+++ b/databases/postgresql92/Makefile
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.6 2014/05/29 23:35:32 wiz Exp $
+# $NetBSD: Makefile,v 1.7 2014/07/25 22:14:56 adam Exp $
PKGNAME= ${DISTNAME:C/-/92-/}
-PKGREVISION= 1
COMMENT= Robust, next generation, object-relational DBMS
DEPENDS+= postgresql92-client>=${PKGVERSION_NOREV}:../../databases/postgresql92-client
diff --git a/databases/postgresql92/Makefile.common b/databases/postgresql92/Makefile.common
index 9f4c658f424..a83839a2690 100644
--- a/databases/postgresql92/Makefile.common
+++ b/databases/postgresql92/Makefile.common
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.11 2014/03/27 20:57:54 adam Exp $
+# $NetBSD: Makefile.common,v 1.12 2014/07/25 22:14:56 adam Exp $
#
# used by databases/postgresql92-adminpack/Makefile
# used by databases/postgresql92-client/Makefile
@@ -21,7 +21,7 @@
# <lang>-postgresql client-side interface to PostgreSQL
# postgresql-<lang> server-side module for PostgreSQL backend
-DISTNAME= postgresql-9.2.8
+DISTNAME= postgresql-9.2.9
CATEGORIES= databases
MASTER_SITES= ${MASTER_SITE_PGSQL:=source/v${PKGVERSION_NOREV}/}
EXTRACT_SUFX= .tar.bz2
diff --git a/databases/postgresql92/distinfo b/databases/postgresql92/distinfo
index 0db416c8265..1b150a4c971 100644
--- a/databases/postgresql92/distinfo
+++ b/databases/postgresql92/distinfo
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.8 2014/03/27 20:57:54 adam Exp $
+$NetBSD: distinfo,v 1.9 2014/07/25 22:14:56 adam Exp $
-SHA1 (postgresql-9.2.8.tar.bz2) = 228cb1f1af47fd073d578eaad794e7ff6615812a
-RMD160 (postgresql-9.2.8.tar.bz2) = ac9fac285e6488f1b4635650e34e8eac49b5eddd
-Size (postgresql-9.2.8.tar.bz2) = 16263345 bytes
+SHA1 (postgresql-9.2.9.tar.bz2) = 8b27e654b4c5cc3193a9ca87b48d58e20799526a
+RMD160 (postgresql-9.2.9.tar.bz2) = 4214ea94dd3df1ba67a66f83b88f0cc8267066ce
+Size (postgresql-9.2.9.tar.bz2) = 16269349 bytes
SHA1 (patch-config_missing) = c2d7d742922ba6861e7660c75b7b53f09e564813
SHA1 (patch-config_perl.m4) = c7e5aaff1c47d2e33df7692a412ef984c77ffcc0
SHA1 (patch-configure) = 21b27add570cff1a24c440201eb1ed49f8223747
@@ -13,7 +13,6 @@ SHA1 (patch-src_backend_Makefile) = 76ddd3015d93b19cdd6000eaffc4f53cbd4965b5
SHA1 (patch-src_makefiles_Makefile.solaris) = 0168f5bc105ffc89d5db40907a08966d8465f5a0
SHA1 (patch-src_pl_plperl_GNUmakefile) = 2b7448d6dd8550e2ea61f40728a2780068b93d07
SHA1 (patch-src_pl_plperl_plperl.h) = bd663fa80a47f7b82ce689060750fa6e631fbc61
-SHA1 (patch-src_pl_plpython_Makefile) = d70e0cf5e20479851df3ededa50776fd04846d49
SHA1 (patch-src_timezone_localtime.c) = 622f57bc1d10f07ab73f86765cbf587eece57085
SHA1 (patch-src_timezone_private.h) = 85dac95e40efc16270885087f868aeb76e1b9214
SHA1 (patch-src_timezone_strftime.c) = 25102dce1b9b22385353af23500636fb18e3bf64
diff --git a/databases/postgresql92/patches/patch-src_pl_plpython_Makefile b/databases/postgresql92/patches/patch-src_pl_plpython_Makefile
deleted file mode 100644
index 64eb727d8f3..00000000000
--- a/databases/postgresql92/patches/patch-src_pl_plpython_Makefile
+++ /dev/null
@@ -1,15 +0,0 @@
-$NetBSD: patch-src_pl_plpython_Makefile,v 1.1 2013/12/10 22:32:57 adam Exp $
-
-Don't try to use Python framework.
-
---- src/pl/plpython/Makefile.orig 2013-12-10 21:48:07.000000000 +0000
-+++ src/pl/plpython/Makefile
-@@ -24,8 +24,6 @@ endif
- # Darwin (OS X) has its own ideas about how to do this.
- ifeq ($(PORTNAME), darwin)
- shared_libpython = yes
--override python_libspec = -framework Python
--override python_additional_libs =
- endif
-
- # If we don't have a shared library and the platform doesn't allow it