Date: Sat, 12 Oct 2013 00:59:50 +0000 (UTC) From: Palle Girgensohn <girgen@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r330109 - in head/databases: postgresql84-server postgresql90-server postgresql91-server postgresql92-server postgresql93-server Message-ID: <201310120059.r9C0xo42037046@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: girgen Date: Sat Oct 12 00:59:50 2013 New Revision: 330109 URL: http://svnweb.freebsd.org/changeset/ports/330109 Log: Update PostgreSQL ports to 9.3.1, 9.2.5, 9.1.10, 9.0.14, and 8.4.18. Note that users of the hstore extension on version 9.3 must take an additional, post upgrade step of running "ALTER EXTENSION hstore UPDATE" in each database after update. URL: http://www.postgresql.org/about/news/1487/ Modified: head/databases/postgresql84-server/Makefile head/databases/postgresql84-server/distinfo head/databases/postgresql90-server/Makefile head/databases/postgresql90-server/distinfo head/databases/postgresql91-server/Makefile head/databases/postgresql91-server/distinfo head/databases/postgresql92-server/Makefile head/databases/postgresql92-server/distinfo head/databases/postgresql93-server/Makefile head/databases/postgresql93-server/distinfo head/databases/postgresql93-server/pkg-plist-contrib head/databases/postgresql93-server/pkg-plist-server Modified: head/databases/postgresql84-server/Makefile ============================================================================== --- head/databases/postgresql84-server/Makefile Sat Oct 12 00:46:05 2013 (r330108) +++ head/databases/postgresql84-server/Makefile Sat Oct 12 00:59:50 2013 (r330109) @@ -2,8 +2,8 @@ # $FreeBSD$ PORTNAME?= postgresql -DISTVERSION?= 8.4.17 -PORTREVISION?= 1 +DISTVERSION?= 8.4.18 +PORTREVISION?= 0 CATEGORIES?= databases MASTER_SITES= PGSQL MASTER_SITE_SUBDIR= source/v${DISTVERSION} @@ -13,10 +13,10 @@ DISTV= ${DISTVERSION:R} MAINTAINER?= pgsql@FreeBSD.org COMMENT?= The most advanced open-source database available anywhere -CONFLICTS?= ${PORTNAME}[^${PORTVERSION:R:R}].*-client.* \ - ${PORTNAME}${COMPONENT}[^${PORTVERSION:R:R}].* \ - ${PORTNAME}8.[^${PORTVERSION:R:E}].*-client.* \ - ${PORTNAME}${COMPONENT}8.[^${PORTVERSION:R:E}].* +CONFLICTS?= ${PORTNAME}[^${PORTVERSION:R:R}]?-client* \ + ${PORTNAME}${COMPONENT}-[^${PORTVERSION:R:R}].* \ + ${PORTNAME}8[^${PORTVERSION:R:E}]-client* \ + ${PORTNAME}${COMPONENT}-8.[^${PORTVERSION:R:E}].* WRKSRC= ${WRKDIR}/postgresql-${DISTVERSION} DIST_SUBDIR= postgresql Modified: head/databases/postgresql84-server/distinfo ============================================================================== --- head/databases/postgresql84-server/distinfo Sat Oct 12 00:46:05 2013 (r330108) +++ head/databases/postgresql84-server/distinfo Sat Oct 12 00:59:50 2013 (r330109) @@ -1,4 +1,4 @@ -SHA256 (postgresql/postgresql-8.4.17.tar.bz2) = dc884c34ec3535d9f8b579155948a703def0574aca47292b97b82a8189cd0436 -SIZE (postgresql/postgresql-8.4.17.tar.bz2) = 14795028 +SHA256 (postgresql/postgresql-8.4.18.tar.bz2) = c08e5e93dac9d484019a07ff91db9f224350b90ef4be1543e33282cc20daf872 +SIZE (postgresql/postgresql-8.4.18.tar.bz2) = 14819294 SHA256 (postgresql/pg-840-icu-2009-09-15.diff.gz) = c09d3b59340a3bb6ea754e985739d4fbb47f730d1e48a357c5585825034fc72e SIZE (postgresql/pg-840-icu-2009-09-15.diff.gz) = 4321 Modified: head/databases/postgresql90-server/Makefile ============================================================================== --- head/databases/postgresql90-server/Makefile Sat Oct 12 00:46:05 2013 (r330108) +++ head/databases/postgresql90-server/Makefile Sat Oct 12 00:59:50 2013 (r330109) @@ -1,7 +1,7 @@ # Created by: Marc G. Fournier <scrappy@FreeBSD.org> # $FreeBSD$ -DISTVERSION?= 9.0.13 +DISTVERSION?= 9.0.14 PORTREVISION= 0 PKGNAMESUFFIX?= ${DISTV:S/.//}-server DISTV= ${DISTVERSION:R} Modified: head/databases/postgresql90-server/distinfo ============================================================================== --- head/databases/postgresql90-server/distinfo Sat Oct 12 00:46:05 2013 (r330108) +++ head/databases/postgresql90-server/distinfo Sat Oct 12 00:59:50 2013 (r330109) @@ -1,4 +1,4 @@ -SHA256 (postgresql/postgresql-9.0.13.tar.bz2) = 51aea4d099defaee307ec3b9900837446931d1aa0c6717070fa25ed033af9977 -SIZE (postgresql/postgresql-9.0.13.tar.bz2) = 15139873 +SHA256 (postgresql/postgresql-9.0.14.tar.bz2) = de42b669cb891fc9b925406e71d1669ed5c856aae6d552ac6f14bf6dec0b79f1 +SIZE (postgresql/postgresql-9.0.14.tar.bz2) = 15154015 SHA256 (postgresql/pg-900-icu-2010-09-19.diff.gz) = 27cea46241ec814965c278330cd96f67ee03422b7758a210713a63b4b5bb77e9 SIZE (postgresql/pg-900-icu-2010-09-19.diff.gz) = 4349 Modified: head/databases/postgresql91-server/Makefile ============================================================================== --- head/databases/postgresql91-server/Makefile Sat Oct 12 00:46:05 2013 (r330108) +++ head/databases/postgresql91-server/Makefile Sat Oct 12 00:59:50 2013 (r330109) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME?= postgresql -DISTVERSION?= 9.1.9 +DISTVERSION?= 9.1.10 PORTREVISION?= 0 CATEGORIES?= databases MASTER_SITES= PGSQL @@ -13,10 +13,10 @@ DISTV= ${DISTVERSION:R} MAINTAINER?= pgsql@FreeBSD.org COMMENT?= The most advanced open-source database available anywhere -CONFLICTS?= ${PORTNAME}[^${PORTVERSION:R:R}]-client.* \ - ${PORTNAME}${COMPONENT}[^${PORTVERSION:R:R}].* \ - ${PORTNAME}9.[^${PORTVERSION:R:E}].*-client.* \ - ${PORTNAME}${COMPONENT}9.[^${PORTVERSION:R:E}].* +CONFLICTS?= ${PORTNAME}[^${PORTVERSION:R:R}]?-client* \ + ${PORTNAME}${COMPONENT}-[^${PORTVERSION:R:R}].* \ + ${PORTNAME}9[^${PORTVERSION:R:E}]-client* \ + ${PORTNAME}${COMPONENT}-9.[^${PORTVERSION:R:E}].* WRKSRC= ${WRKDIR}/postgresql-${DISTVERSION} DIST_SUBDIR= postgresql Modified: head/databases/postgresql91-server/distinfo ============================================================================== --- head/databases/postgresql91-server/distinfo Sat Oct 12 00:46:05 2013 (r330108) +++ head/databases/postgresql91-server/distinfo Sat Oct 12 00:59:50 2013 (r330109) @@ -1,4 +1,4 @@ -SHA256 (postgresql/postgresql-9.1.9.tar.bz2) = 28a533e181009308722e8b3c51f1ea7224ab910c380ac1a86f07118667602dd8 -SIZE (postgresql/postgresql-9.1.9.tar.bz2) = 15815421 +SHA256 (postgresql/postgresql-9.1.10.tar.bz2) = 8329bcd160fcb76ee8c79676f6c979a94069ca5c108449fbb365e1ea98f92b77 +SIZE (postgresql/postgresql-9.1.10.tar.bz2) = 15849107 SHA256 (postgresql/pg-910-icu-2012-12-19.diff.gz) = 61ef9c9b55b63b63b0fb108dfef086f92e9c43b5bd934fab9639b31f91193611 SIZE (postgresql/pg-910-icu-2012-12-19.diff.gz) = 4386 Modified: head/databases/postgresql92-server/Makefile ============================================================================== --- head/databases/postgresql92-server/Makefile Sat Oct 12 00:46:05 2013 (r330108) +++ head/databases/postgresql92-server/Makefile Sat Oct 12 00:59:50 2013 (r330109) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME?= postgresql -DISTVERSION?= 9.2.4 +DISTVERSION?= 9.2.5 PORTREVISION?= 0 CATEGORIES?= databases MASTER_SITES= PGSQL @@ -13,10 +13,10 @@ DISTV= ${DISTVERSION:R} MAINTAINER?= pgsql@FreeBSD.org COMMENT?= The most advanced open-source database available anywhere -CONFLICTS?= ${PORTNAME}[^${PORTVERSION:R:R}].*-client-[^${PORTVERSION:R:R}].* \ - ${PORTNAME}[^${PORTVERSION:R:R}].*${COMPONENT} \ - ${PORTNAME}9[^${PORTVERSION:R:E}].*-client-9.[^${PORTVERSION:R:E}].* \ - ${PORTNAME}9[^${PORTVERSION:R:E}]${COMPONENT}.* +CONFLICTS?= ${PORTNAME}[^${PORTVERSION:R:R}]?-client* \ + ${PORTNAME}${COMPONENT}-[^${PORTVERSION:R:R}].* \ + ${PORTNAME}9[^${PORTVERSION:R:E}]-client* \ + ${PORTNAME}${COMPONENT}-9.[^${PORTVERSION:R:E}].* WRKSRC= ${WRKDIR}/postgresql-${DISTVERSION} DIST_SUBDIR= postgresql Modified: head/databases/postgresql92-server/distinfo ============================================================================== --- head/databases/postgresql92-server/distinfo Sat Oct 12 00:46:05 2013 (r330108) +++ head/databases/postgresql92-server/distinfo Sat Oct 12 00:59:50 2013 (r330109) @@ -1,4 +1,4 @@ -SHA256 (postgresql/postgresql-9.2.4.tar.bz2) = d97dd918a88a4449225998f46aafa85216a3f89163a3411830d6890507ffae93 -SIZE (postgresql/postgresql-9.2.4.tar.bz2) = 16395184 +SHA256 (postgresql/postgresql-9.2.5.tar.bz2) = 22c1edfd6a404bb15fba655863e94f09a10716ded1910a8bc98ee85f413007a4 +SIZE (postgresql/postgresql-9.2.5.tar.bz2) = 16485711 SHA256 (postgresql/pg-910-icu-2012-12-19.diff.gz) = 61ef9c9b55b63b63b0fb108dfef086f92e9c43b5bd934fab9639b31f91193611 SIZE (postgresql/pg-910-icu-2012-12-19.diff.gz) = 4386 Modified: head/databases/postgresql93-server/Makefile ============================================================================== --- head/databases/postgresql93-server/Makefile Sat Oct 12 00:46:05 2013 (r330108) +++ head/databases/postgresql93-server/Makefile Sat Oct 12 00:59:50 2013 (r330109) @@ -1,8 +1,8 @@ # Created by: Marc G. Fournier <scrappy@FreeBSD.org> # $FreeBSD$ -DISTVERSION?= 9.3.0 -PORTREVISION?= 1 +DISTVERSION?= 9.3.1 +PORTREVISION?= 0 PKGNAMESUFFIX?= ${DISTV:S/.//}-server DISTV= ${DISTVERSION:R} Modified: head/databases/postgresql93-server/distinfo ============================================================================== --- head/databases/postgresql93-server/distinfo Sat Oct 12 00:46:05 2013 (r330108) +++ head/databases/postgresql93-server/distinfo Sat Oct 12 00:59:50 2013 (r330109) @@ -1,4 +1,4 @@ -SHA256 (postgresql/postgresql-9.3.0.tar.bz2) = 784e5db7d8fd69b08ddb125c4452211e04b089516359a5cf72d292cade7c728e -SIZE (postgresql/postgresql-9.3.0.tar.bz2) = 16871327 +SHA256 (postgresql/postgresql-9.3.1.tar.bz2) = 8ea4a7a92a6f5a79359b02e683ace335c5eb45dffe7f8a681a9ce82470a8a0b8 +SIZE (postgresql/postgresql-9.3.1.tar.bz2) = 16877807 SHA256 (postgresql/pg-910-icu-2012-12-19.diff.gz) = 61ef9c9b55b63b63b0fb108dfef086f92e9c43b5bd934fab9639b31f91193611 SIZE (postgresql/pg-910-icu-2012-12-19.diff.gz) = 4386 Modified: head/databases/postgresql93-server/pkg-plist-contrib ============================================================================== --- head/databases/postgresql93-server/pkg-plist-contrib Sat Oct 12 00:46:05 2013 (r330108) +++ head/databases/postgresql93-server/pkg-plist-contrib Sat Oct 12 00:59:50 2013 (r330109) @@ -99,7 +99,8 @@ share/postgresql/extension/fuzzystrmatch share/postgresql/extension/fuzzystrmatch--unpackaged--1.0.sql share/postgresql/extension/fuzzystrmatch.control share/postgresql/extension/hstore--1.0--1.1.sql -share/postgresql/extension/hstore--1.1.sql +share/postgresql/extension/hstore--1.1--1.2.sql +share/postgresql/extension/hstore--1.2.sql share/postgresql/extension/hstore--unpackaged--1.0.sql share/postgresql/extension/hstore.control share/postgresql/extension/insert_username--1.0.sql Modified: head/databases/postgresql93-server/pkg-plist-server ============================================================================== --- head/databases/postgresql93-server/pkg-plist-server Sat Oct 12 00:46:05 2013 (r330108) +++ head/databases/postgresql93-server/pkg-plist-server Sat Oct 12 00:59:50 2013 (r330109) @@ -119,6 +119,7 @@ share/postgresql/extension/plpgsql.contr %%GETTEXT%%share/locale/ru/LC_MESSAGES/postgres-9.3.mo %%GETTEXT%%share/locale/sv/LC_MESSAGES/pg_ctl-9.3.mo %%GETTEXT%%share/locale/zh_CN/LC_MESSAGES/initdb-9.3.mo +%%GETTEXT%%share/locale/zh_CN/LC_MESSAGES/pg_basebackup-9.3.mo %%GETTEXT%%share/locale/zh_CN/LC_MESSAGES/pg_controldata-9.3.mo %%GETTEXT%%share/locale/zh_CN/LC_MESSAGES/pg_ctl-9.3.mo %%GETTEXT%%share/locale/zh_CN/LC_MESSAGES/pg_resetxlog-9.3.mo
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201310120059.r9C0xo42037046>