summaryrefslogtreecommitdiff
path: root/databases/postgresql91
diff options
context:
space:
mode:
authoradam <adam@pkgsrc.org>2014-07-25 22:14:55 +0000
committeradam <adam@pkgsrc.org>2014-07-25 22:14:55 +0000
commita6bcf9c0613d345fb95d5b5418f96fc219517201 (patch)
tree64b962546ea0fdbce8abd0632fa7c42f16413b77 /databases/postgresql91
parentba71860a0f3fdf53be38bfac77ad419873dcd5fa (diff)
downloadpkgsrc-a6bcf9c0613d345fb95d5b5418f96fc219517201.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/postgresql91')
-rw-r--r--databases/postgresql91/Makefile3
-rw-r--r--databases/postgresql91/Makefile.common4
-rw-r--r--databases/postgresql91/distinfo9
-rw-r--r--databases/postgresql91/patches/patch-src_pl_plpython_Makefile15
4 files changed, 7 insertions, 24 deletions
diff --git a/databases/postgresql91/Makefile b/databases/postgresql91/Makefile
index 70920837bf0..28d027f8661 100644
--- a/databases/postgresql91/Makefile
+++ b/databases/postgresql91/Makefile
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.8 2014/05/29 23:35:32 wiz Exp $
+# $NetBSD: Makefile,v 1.9 2014/07/25 22:14:56 adam Exp $
PKGNAME= ${DISTNAME:C/-/91-/}
-PKGREVISION= 1
COMMENT= Robust, next generation, object-relational DBMS
DEPENDS+= postgresql91-client>=${PKGVERSION_NOREV}:../../databases/postgresql91-client
diff --git a/databases/postgresql91/Makefile.common b/databases/postgresql91/Makefile.common
index 9d4edddb8b7..4c9f6a5adfe 100644
--- a/databases/postgresql91/Makefile.common
+++ b/databases/postgresql91/Makefile.common
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.20 2014/03/27 20:57:54 adam Exp $
+# $NetBSD: Makefile.common,v 1.21 2014/07/25 22:14:56 adam Exp $
#
# used by databases/postgresql91-adminpack/Makefile
# used by databases/postgresql91-client/Makefile
@@ -21,7 +21,7 @@
# <lang>-postgresql client-side interface to PostgreSQL
# postgresql-<lang> server-side module for PostgreSQL backend
-DISTNAME= postgresql-9.1.13
+DISTNAME= postgresql-9.1.14
CATEGORIES= databases
MASTER_SITES= ${MASTER_SITE_PGSQL:=source/v${PKGVERSION_NOREV}/}
EXTRACT_SUFX= .tar.bz2
diff --git a/databases/postgresql91/distinfo b/databases/postgresql91/distinfo
index c47eac997db..6bbeb660e22 100644
--- a/databases/postgresql91/distinfo
+++ b/databases/postgresql91/distinfo
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.18 2014/03/27 20:57:54 adam Exp $
+$NetBSD: distinfo,v 1.19 2014/07/25 22:14:56 adam Exp $
-SHA1 (postgresql-9.1.13.tar.bz2) = 89a66350a20dfafbe3f169e29f1a06a80c46f862
-RMD160 (postgresql-9.1.13.tar.bz2) = 1380aead164062393fe758d323e1d9d22118155a
-Size (postgresql-9.1.13.tar.bz2) = 15652239 bytes
+SHA1 (postgresql-9.1.14.tar.bz2) = 88c4b33d49e834eddae9fbae3028f453b73ae2a6
+RMD160 (postgresql-9.1.14.tar.bz2) = cfb171bd9fe848d6ef2464e85b20da4da02d81f0
+Size (postgresql-9.1.14.tar.bz2) = 15666442 bytes
SHA1 (patch-config_perl.m4) = c7e5aaff1c47d2e33df7692a412ef984c77ffcc0
SHA1 (patch-configure) = dab79533dac06a79a5aa8439d6b15830d8d2fba7
SHA1 (patch-contrib_dblink_Makefile) = 4960ad57d42465fae203870548e4c53f8a32ce04
@@ -12,7 +12,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) = a73769cf05223d2ee06249c9e69c85038c2cd936
SHA1 (patch-src_timezone_private.h) = 85dac95e40efc16270885087f868aeb76e1b9214
SHA1 (patch-src_timezone_strftime.c) = 25102dce1b9b22385353af23500636fb18e3bf64
diff --git a/databases/postgresql91/patches/patch-src_pl_plpython_Makefile b/databases/postgresql91/patches/patch-src_pl_plpython_Makefile
deleted file mode 100644
index 64eb727d8f3..00000000000
--- a/databases/postgresql91/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