summaryrefslogtreecommitdiff
path: root/databases/postgresql84
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
commit55a47fa6078f683cba580f9cd4607be3df0ff6b0 (patch)
tree64b962546ea0fdbce8abd0632fa7c42f16413b77 /databases/postgresql84
parente877031116b64e69f792d1c45efa26708d234afc (diff)
downloadpkgsrc-55a47fa6078f683cba580f9cd4607be3df0ff6b0.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/postgresql84')
-rw-r--r--databases/postgresql84/Makefile3
-rw-r--r--databases/postgresql84/Makefile.common4
-rw-r--r--databases/postgresql84/distinfo9
-rw-r--r--databases/postgresql84/patches/patch-src_pl_plpython_Makefile15
4 files changed, 7 insertions, 24 deletions
diff --git a/databases/postgresql84/Makefile b/databases/postgresql84/Makefile
index 916557e28b0..f79c8ee707e 100644
--- a/databases/postgresql84/Makefile
+++ b/databases/postgresql84/Makefile
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.9 2014/05/29 23:35:32 wiz Exp $
+# $NetBSD: Makefile,v 1.10 2014/07/25 22:14:55 adam Exp $
PKGNAME= ${DISTNAME:C/-/84-/}
-PKGREVISION= 1
COMMENT= Robust, next generation, object-relational DBMS
DEPENDS+= postgresql84-client>=${PKGVERSION_NOREV}:../../databases/postgresql84-client
diff --git a/databases/postgresql84/Makefile.common b/databases/postgresql84/Makefile.common
index 6d830e19441..f123bcfbdc5 100644
--- a/databases/postgresql84/Makefile.common
+++ b/databases/postgresql84/Makefile.common
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.32 2014/03/27 20:57:54 adam Exp $
+# $NetBSD: Makefile.common,v 1.33 2014/07/25 22:14:55 adam Exp $
#
# used by databases/postgresql84-adminpack/Makefile
# used by databases/postgresql84-client/Makefile
@@ -17,7 +17,7 @@
# <lang>-postgresql client-side interface to PostgreSQL
# postgresql-<lang> server-side module for PostgreSQL backend
-DISTNAME= postgresql-8.4.21
+DISTNAME= postgresql-8.4.22
CATEGORIES= databases
MASTER_SITES= ${MASTER_SITE_PGSQL:=source/v${PKGVERSION_NOREV}/}
EXTRACT_SUFX= .tar.bz2
diff --git a/databases/postgresql84/distinfo b/databases/postgresql84/distinfo
index 7cb8248771c..07b7343632b 100644
--- a/databases/postgresql84/distinfo
+++ b/databases/postgresql84/distinfo
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.29 2014/03/27 20:57:54 adam Exp $
+$NetBSD: distinfo,v 1.30 2014/07/25 22:14:55 adam Exp $
-SHA1 (postgresql-8.4.21.tar.bz2) = 2669ace05665cf3f7234fdfd8c3e8bf225cbd4af
-RMD160 (postgresql-8.4.21.tar.bz2) = 5bb580b8b8aa20c463c99c3e699c3bc87e4eecc8
-Size (postgresql-8.4.21.tar.bz2) = 14645050 bytes
+SHA1 (postgresql-8.4.22.tar.bz2) = 66a1286c4983121af35b76c97b97288013edc151
+RMD160 (postgresql-8.4.22.tar.bz2) = c46d1fd3405150f0ed25012dad1ef8110d2c2d64
+Size (postgresql-8.4.22.tar.bz2) = 14651732 bytes
SHA1 (patch-aa) = 72437773d67939c8d8c8e9a99caf430590fd726f
SHA1 (patch-ab) = aa46d88c8a72edaf95880de48474ea484d6d2bf5
SHA1 (patch-ac) = 0b82797d0b80bdd1e9b5f3de4989fe3848adf6cb
@@ -16,4 +16,3 @@ SHA1 (patch-ba) = f8de4ee18a433b65a54280d047d18b161d3e9ca8
SHA1 (patch-bb) = 22859530d2694cf4c347f5e4c02eff0483d536d1
SHA1 (patch-src_pl_plperl_plperl.h) = 8d448cc8e0e0dbc4d15dad369d3ca7a796874ac2
SHA1 (patch-src_pl_plpgsql_src_Makefile) = 1592ecb85d6ef1bd691f77b320f639b6fc822e14
-SHA1 (patch-src_pl_plpython_Makefile) = d70e0cf5e20479851df3ededa50776fd04846d49
diff --git a/databases/postgresql84/patches/patch-src_pl_plpython_Makefile b/databases/postgresql84/patches/patch-src_pl_plpython_Makefile
deleted file mode 100644
index 520f81fba49..00000000000
--- a/databases/postgresql84/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:56 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