mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
Update PostgreSQL 93 to beta 2.
URL: http://www.postgresql.org/about/news/1471/
This commit is contained in:
parent
61c9d4ab69
commit
a50609f354
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=321954
5 changed files with 5 additions and 6 deletions
|
@ -5,7 +5,6 @@
|
|||
# See Mk/bsd.databases.mk for more info
|
||||
|
||||
PORTNAME= postgresql
|
||||
PORTREVISION= 2
|
||||
PKGNAMESUFFIX= -client
|
||||
|
||||
COMMENT= PostgreSQL database (client)
|
||||
|
|
|
@ -5,8 +5,8 @@
|
|||
# $FreeBSD$
|
||||
#
|
||||
|
||||
DISTVERSION?= 9.3beta1
|
||||
PORTREVISION?= 1
|
||||
DISTVERSION?= 9.3beta2
|
||||
PORTREVISION?= 0
|
||||
PKGNAMESUFFIX?= -server
|
||||
|
||||
MAINTAINER?= pgsql@FreeBSD.org
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
SHA256 (postgresql/postgresql-9.3beta1.tar.bz2) = 1e11099fe4a6cd3327c9c2bf4a9b903383195de330da27d322fc872d1d694df1
|
||||
SIZE (postgresql/postgresql-9.3beta1.tar.bz2) = 16954081
|
||||
SHA256 (postgresql/postgresql-9.3beta2.tar.bz2) = 67b4f1e8be622ab2f32b2a7823b3185052c93eae11c961214d87be76978f35ae
|
||||
SIZE (postgresql/postgresql-9.3beta2.tar.bz2) = 17006778
|
||||
SHA256 (postgresql/pg-910-icu-2012-12-19.diff.gz) = 61ef9c9b55b63b63b0fb108dfef086f92e9c43b5bd934fab9639b31f91193611
|
||||
SIZE (postgresql/pg-910-icu-2012-12-19.diff.gz) = 4386
|
||||
|
|
|
@ -410,6 +410,7 @@ include/postgresql/server/storage/buffile.h
|
|||
include/postgresql/server/storage/bufmgr.h
|
||||
include/postgresql/server/storage/bufpage.h
|
||||
include/postgresql/server/storage/checksum.h
|
||||
include/postgresql/server/storage/checksum_impl.h
|
||||
include/postgresql/server/storage/copydir.h
|
||||
include/postgresql/server/storage/fd.h
|
||||
include/postgresql/server/storage/freespace.h
|
||||
|
|
|
@ -125,7 +125,6 @@ share/postgresql/extension/moddatetime--unpackaged--1.0.sql
|
|||
share/postgresql/extension/moddatetime.control
|
||||
share/postgresql/extension/pageinspect--1.0--1.1.sql
|
||||
share/postgresql/extension/pageinspect--1.1.sql
|
||||
share/postgresql/extension/pageinspect--1.0.sql
|
||||
share/postgresql/extension/pageinspect--unpackaged--1.0.sql
|
||||
share/postgresql/extension/pageinspect.control
|
||||
share/postgresql/extension/pg_buffercache--1.0.sql
|
||||
|
|
Loading…
Add table
Reference in a new issue