From owner-svn-ports-head@FreeBSD.ORG Thu Dec 18 15:42:19 2014 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 70FE6926; Thu, 18 Dec 2014 15:42:19 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 517412CC6; Thu, 18 Dec 2014 15:42:19 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id sBIFgJlX030711; Thu, 18 Dec 2014 15:42:19 GMT (envelope-from girgen@FreeBSD.org) Received: (from girgen@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id sBIFgI2T030707; Thu, 18 Dec 2014 15:42:18 GMT (envelope-from girgen@FreeBSD.org) Message-Id: <201412181542.sBIFgI2T030707@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: girgen set sender to girgen@FreeBSD.org using -f From: Palle Girgensohn Date: Thu, 18 Dec 2014 15:42:18 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r374908 - head/databases/postgresql94-server X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 18 Dec 2014 15:42:19 -0000 Author: girgen Date: Thu Dec 18 15:42:17 2014 New Revision: 374908 URL: https://svnweb.freebsd.org/changeset/ports/374908 QAT: https://qat.redports.org/buildarchive/r374908/ Log: Release PostgreSQL 9.4 Major enhancements in PostgreSQL 9.4 include: Add jsonb, a more capable and efficient data type for storing JSON data Add new SQL command ALTER SYSTEM for changing postgresql.conf configuration file entries Reduce lock strength for some ALTER TABLE commands Allow materialized views to be refreshed without blocking concurrent reads Add support for logical decoding of WAL data, to allow database changes to be streamed out in a customizable format Allow background worker processes to be dynamically registered, started and terminated The above items are explained in more detail in the sections below. URL: http://www.postgresql.org/docs/9.4/static/release-9-4.html Modified: head/databases/postgresql94-server/Makefile head/databases/postgresql94-server/distinfo head/databases/postgresql94-server/pkg-plist-client head/databases/postgresql94-server/pkg-plist-server Modified: head/databases/postgresql94-server/Makefile ============================================================================== --- head/databases/postgresql94-server/Makefile Thu Dec 18 15:21:55 2014 (r374907) +++ head/databases/postgresql94-server/Makefile Thu Dec 18 15:42:17 2014 (r374908) @@ -1,8 +1,7 @@ # Created by: Marc G. Fournier # $FreeBSD$ -DISTVERSION?= 9.4rc1 -PKGNAMESUFFIX?= ${DISTVERSION:S/.//:S/rc/./:R}${COMPONENT} +DISTVERSION?= 9.4.0 PORTREVISION= 0 MAINTAINER?= pgsql@FreeBSD.org Modified: head/databases/postgresql94-server/distinfo ============================================================================== --- head/databases/postgresql94-server/distinfo Thu Dec 18 15:21:55 2014 (r374907) +++ head/databases/postgresql94-server/distinfo Thu Dec 18 15:42:17 2014 (r374908) @@ -1,4 +1,4 @@ -SHA256 (postgresql/postgresql-9.4rc1.tar.bz2) = 6ce91d78fd6c306536f5734dbaca10889814b9d0fe0b38a41b3e635d95241c7c -SIZE (postgresql/postgresql-9.4rc1.tar.bz2) = 17420690 +SHA256 (postgresql/postgresql-9.4.0.tar.bz2) = 7a35c3cb77532f7b15702e474d7ef02f0f419527ee80a4ca6036fffb551625a5 +SIZE (postgresql/postgresql-9.4.0.tar.bz2) = 17344910 SHA256 (postgresql/pg-940-icu-2014-06-09.diff.gz) = 83de4b99c37aec1ad741c686cb2ea7f4bccff516c357ae71032b2d1f8da0d1c1 SIZE (postgresql/pg-940-icu-2014-06-09.diff.gz) = 4259 Modified: head/databases/postgresql94-server/pkg-plist-client ============================================================================== --- head/databases/postgresql94-server/pkg-plist-client Thu Dec 18 15:21:55 2014 (r374907) +++ head/databases/postgresql94-server/pkg-plist-client Thu Dec 18 15:42:17 2014 (r374908) @@ -926,6 +926,7 @@ man/man7/WITH.7.gz %%GETTEXT%%share/locale/ru/LC_MESSAGES/pgscripts-9.4.mo %%GETTEXT%%share/locale/ru/LC_MESSAGES/psql-9.4.mo %%GETTEXT%%share/locale/sv/LC_MESSAGES/pg_config-9.4.mo +%%GETTEXT%%share/locale/sv/LC_MESSAGES/pgscripts-9.4.mo %%GETTEXT%%share/locale/ta/LC_MESSAGES/pg_config-9.4.mo %%GETTEXT%%share/locale/tr/LC_MESSAGES/ecpg-9.4.mo %%GETTEXT%%share/locale/tr/LC_MESSAGES/ecpglib6-9.4.mo Modified: head/databases/postgresql94-server/pkg-plist-server ============================================================================== --- head/databases/postgresql94-server/pkg-plist-server Thu Dec 18 15:21:55 2014 (r374907) +++ head/databases/postgresql94-server/pkg-plist-server Thu Dec 18 15:42:17 2014 (r374908) @@ -55,7 +55,6 @@ lib/libpgcommon.a %%DATADIR%%/extension/plpgsql--unpackaged--1.0.sql %%DATADIR%%/extension/plpgsql.control %%GETTEXT%%share/locale/cs/LC_MESSAGES/initdb-9.4.mo -%%GETTEXT%%share/locale/cs/LC_MESSAGES/pg_basebackup-9.4.mo %%GETTEXT%%share/locale/cs/LC_MESSAGES/pg_controldata-9.4.mo %%GETTEXT%%share/locale/cs/LC_MESSAGES/pg_ctl-9.4.mo %%GETTEXT%%share/locale/cs/LC_MESSAGES/pg_resetxlog-9.4.mo @@ -89,7 +88,6 @@ lib/libpgcommon.a %%GETTEXT%%share/locale/it/LC_MESSAGES/plpgsql-9.4.mo %%GETTEXT%%share/locale/it/LC_MESSAGES/postgres-9.4.mo %%GETTEXT%%share/locale/ja/LC_MESSAGES/initdb-9.4.mo -%%GETTEXT%%share/locale/ja/LC_MESSAGES/pg_basebackup-9.4.mo %%GETTEXT%%share/locale/ja/LC_MESSAGES/pg_controldata-9.4.mo %%GETTEXT%%share/locale/ja/LC_MESSAGES/pg_ctl-9.4.mo %%GETTEXT%%share/locale/ja/LC_MESSAGES/pg_resetxlog-9.4.mo @@ -117,8 +115,10 @@ lib/libpgcommon.a %%GETTEXT%%share/locale/ru/LC_MESSAGES/pg_resetxlog-9.4.mo %%GETTEXT%%share/locale/ru/LC_MESSAGES/plpgsql-9.4.mo %%GETTEXT%%share/locale/ru/LC_MESSAGES/postgres-9.4.mo +%%GETTEXT%%share/locale/sv/LC_MESSAGES/initdb-9.4.mo %%GETTEXT%%share/locale/sv/LC_MESSAGES/pg_controldata-9.4.mo %%GETTEXT%%share/locale/sv/LC_MESSAGES/pg_ctl-9.4.mo +%%GETTEXT%%share/locale/sv/LC_MESSAGES/pg_resetxlog-9.4.mo %%GETTEXT%%share/locale/zh_CN/LC_MESSAGES/initdb-9.4.mo %%GETTEXT%%share/locale/zh_CN/LC_MESSAGES/pg_basebackup-9.4.mo %%GETTEXT%%share/locale/zh_CN/LC_MESSAGES/pg_controldata-9.4.mo @@ -126,9 +126,7 @@ lib/libpgcommon.a %%GETTEXT%%share/locale/zh_CN/LC_MESSAGES/pg_resetxlog-9.4.mo %%GETTEXT%%share/locale/zh_CN/LC_MESSAGES/plpgsql-9.4.mo %%GETTEXT%%share/locale/zh_CN/LC_MESSAGES/postgres-9.4.mo -%%GETTEXT%%share/locale/zh_TW/LC_MESSAGES/pg_ctl-9.4.mo %%GETTEXT%%share/locale/zh_TW/LC_MESSAGES/plpgsql-9.4.mo -%%GETTEXT%%share/locale/zh_TW/LC_MESSAGES/postgres-9.4.mo %%DATADIR%%/postgres.shdescription %%DATADIR%%/snowball_create.sql %%TZDATA%%%%DATADIR%%/timezone/Africa/Abidjan