Date: Thu, 5 Oct 2017 13:39:45 +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: r451310 - head/databases/postgresql10-server Message-ID: <201710051339.v95DdjBN070133@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: girgen Date: Thu Oct 5 13:39:45 2017 New Revision: 451310 URL: https://svnweb.freebsd.org/changeset/ports/451310 Log: PostgreSQL 10 Released! Some highlights: Logical Replication - A publish/subscribe framework for distributing data Declarative Table Partitioning - Convenience in dividing your data Improved Query Parallelism - Quickly conquer your analysis Quorum Commit for Synchronous Replication - Distribute data with confidence SCRAM-SHA-256 authentication - Secure your data access URL: https://www.postgresql.org/about/news/1786/ Modified: head/databases/postgresql10-server/Makefile head/databases/postgresql10-server/distinfo Modified: head/databases/postgresql10-server/Makefile ============================================================================== --- head/databases/postgresql10-server/Makefile Thu Oct 5 13:09:17 2017 (r451309) +++ head/databases/postgresql10-server/Makefile Thu Oct 5 13:39:45 2017 (r451310) @@ -1,9 +1,9 @@ # Created by: Marc G. Fournier <scrappy@FreeBSD.org> # $FreeBSD$ -DISTVERSION?= 10rc1 +DISTVERSION?= 10.0 PKGNAMESUFFIX?= ${PORTVERSION:R}${COMPONENT} -PORTREVISION?= 1 +PORTREVISION?= 0 MAINTAINER?= pgsql@FreeBSD.org Modified: head/databases/postgresql10-server/distinfo ============================================================================== --- head/databases/postgresql10-server/distinfo Thu Oct 5 13:09:17 2017 (r451309) +++ head/databases/postgresql10-server/distinfo Thu Oct 5 13:39:45 2017 (r451310) @@ -1,5 +1,3 @@ -TIMESTAMP = 1505926503 -SHA256 (postgresql/postgresql-10rc1.tar.bz2) = ebdb44dccb64a31c9c524f996121e7d58c21045826d6c36e3a5ea46afbb2445b -SIZE (postgresql/postgresql-10rc1.tar.bz2) = 19631683 -SHA256 (postgresql/pg-9218-icu-2016-08-10.diff.gz) = 2f9c831b3dff866f0b2f6f2a9ef771a4045486bc252a851aadc73c50d376319d -SIZE (postgresql/pg-9218-icu-2016-08-10.diff.gz) = 5587 +TIMESTAMP = 1507019634 +SHA256 (postgresql/postgresql-10.0.tar.bz2) = 712f5592e27b81c5b454df96b258c14d94b6b03836831e015c65d6deeae57fd1 +SIZE (postgresql/postgresql-10.0.tar.bz2) = 19639147
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201710051339.v95DdjBN070133>