svn commit: r451310 - head/databases/postgresql10-server
Palle Girgensohn
girgen at FreeBSD.org
Thu Oct 5 13:39:46 UTC 2017
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 at FreeBSD.org>
# $FreeBSD$
-DISTVERSION?= 10rc1
+DISTVERSION?= 10.0
PKGNAMESUFFIX?= ${PORTVERSION:R}${COMPONENT}
-PORTREVISION?= 1
+PORTREVISION?= 0
MAINTAINER?= pgsql at 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
More information about the svn-ports-head
mailing list